实例介绍
本系统共包括三个大模块,字典维护,图书批销,图书零售 一.字典模块包括图书信息,客户信息,供应商信息,用户信息。 二.图书批销包括收订录入,报订管理,批销入库,批销出库,图书收退,图书报退,图书赠送,图书折损,库存检测,款项管理等模块 三.零售出库模块包括图书的内转和外转模块,还有门店的零售等模块
【实例截图】
【核心代码】
Web
└── Web
├── Bll
│ ├── Auto
│ │ ├── BookInfoSheet.cs
│ │ ├── BookStoreSheetA.cs
│ │ ├── BookStoreSheetZ.cs
│ │ ├── BuyerInfoSheet.cs
│ │ ├── DepreSheet.cs
│ │ ├── InnerOutSheet.cs
│ │ ├── InstoreSheet.cs
│ │ ├── mid1.cs
│ │ ├── OutStoreSheetA.cs
│ │ ├── OutStoreSheetZ.cs
│ │ ├── PayCashSheet.cs
│ │ ├── ProviderInfoSheet.cs
│ │ ├── ReceiveCashSheet.cs
│ │ ├── ReceiveSubSheet.cs
│ │ ├── RecRetBookSheet.cs
│ │ ├── SendRetBookSheet.cs
│ │ ├── SendSheet.cs
│ │ ├── SendSubSheet.cs
│ │ ├── UserInfoSheet.cs
│ │ ├── V_BookInfo_BookInfoA_BookInfoZ.cs
│ │ ├── V_BookInfoSheet_mid.cs
│ │ ├── V_DepreSheet_BookInfo.cs
│ │ ├── V_InnerOut_BookInfo.cs
│ │ ├── V_InstoreSheet_BookInfo.cs
│ │ ├── V_OutStoreA_BookInfo.cs
│ │ ├── V_OutStoreSheet_BookInfo.cs
│ │ ├── V_PayCash_ProviderInfo.cs
│ │ ├── V_ReceiveCash_BookInfo.cs
│ │ ├── V_ReceiveSubSheet.cs
│ │ ├── V_RecRet_BookInfo.cs
│ │ ├── V_SendRetBook_BookInfo.cs
│ │ ├── V_SendSheet_BookInfo.cs
│ │ └── V_SendSubSheet_BookInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Book.Bll.dll
│ │ ├── Book.Bll.pdb
│ │ ├── Book.Dal.dll
│ │ ├── Book.Dal.pdb
│ │ ├── Book.DBUtility.dll
│ │ ├── Book.DBUtility.pdb
│ │ ├── Book.Model.dll
│ │ ├── Book.Model.pdb
│ │ ├── COM.Excel.dll
│ │ ├── Excel.dll
│ │ ├── IBatisNet.Common.dll
│ │ ├── IBatisNet.DataMapper.dll
│ │ ├── LTP.Accounts.dll
│ │ ├── LtpPageControl.dll
│ │ ├── Maticsoft.Common.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ │ ├── Microsoft.Web.UI.WebControls.dll
│ │ ├── MySql.Data.dll
│ │ ├── OpenSmtp.dll
│ │ ├── OWC10Chart.dll
│ │ └── System.Data.SQLite.DLL
│ ├── Bll.csproj
│ ├── Bll.csproj.user
│ ├── BookInfoSheet.cs
│ ├── DepreSheet.cs
│ ├── InnerOutSheet.cs
│ ├── InstoreSheet.cs
│ ├── mid1.cs
│ ├── obj
│ │ └── Debug
│ │ ├── Bll.csproj.FileListAbsolute.txt
│ │ ├── Book.Bll.dll
│ │ ├── Book.Bll.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Refactor
│ │ │ └── Book.Bll.dll
│ │ └── ResolveAssemblyReference.cache
│ ├── OutStoreSheetA.cs
│ ├── OutStoreSheetZ.cs
│ ├── PayCashSheet.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReceiveCashSheet.cs
│ ├── ReceiveSubSheet.cs
│ ├── RecRetBookSheet.cs
│ ├── SendRetBookSheet.cs
│ ├── SendSheet.cs
│ └── SendSubSheet.cs
├── Dal
│ ├── Auto
│ │ ├── BookInfoSheet.cs
│ │ ├── BookStoreSheetA.cs
│ │ ├── BookStoreSheetZ.cs
│ │ ├── BuyerInfoSheet.cs
│ │ ├── DepreSheet.cs
│ │ ├── InnerOutSheet.cs
│ │ ├── InstoreSheet.cs
│ │ ├── mid1.cs
│ │ ├── OutStoreSheetA.cs
│ │ ├── OutStoreSheetZ.cs
│ │ ├── PayCashSheet.cs
│ │ ├── ProviderInfoSheet.cs
│ │ ├── ReceiveCashSheet.cs
│ │ ├── ReceiveSubSheet.cs
│ │ ├── RecRetBookSheet.cs
│ │ ├── SendRetBookSheet.cs
│ │ ├── SendSheet.cs
│ │ ├── SendSubSheet.cs
│ │ ├── UserInfoSheet.cs
│ │ ├── V_BookInfo_BookInfoA_BookInfoZ.cs
│ │ ├── V_BookInfoSheet_mid.cs
│ │ ├── V_DepreSheet_BookInfo.cs
│ │ ├── V_InnerOut_BookInfo.cs
│ │ ├── V_InstoreSheet_BookInfo.cs
│ │ ├── V_OutStoreA_BookInfo.cs
│ │ ├── V_OutStoreSheet_BookInfo.cs
│ │ ├── V_PayCash_ProviderInfo.cs
│ │ ├── V_ReceiveCash_BookInfo.cs
│ │ ├── V_ReceiveSubSheet.cs
│ │ ├── V_RecRet_BookInfo.cs
│ │ ├── V_SendRetBook_BookInfo.cs
│ │ ├── V_SendSheet_BookInfo.cs
│ │ └── V_SendSubSheet_BookInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Book.Dal.dll
│ │ ├── Book.Dal.pdb
│ │ ├── Book.DBUtility.dll
│ │ ├── Book.DBUtility.pdb
│ │ ├── Book.Model.dll
│ │ ├── Book.Model.pdb
│ │ ├── IBatisNet.Common.dll
│ │ ├── IBatisNet.DataMapper.dll
│ │ ├── MySql.Data.dll
│ │ └── System.Data.SQLite.dll
│ ├── BookInfoSheet.cs
│ ├── Dal.csproj
│ ├── Dal.csproj.user
│ ├── DepreSheet.cs
│ ├── InnerOutSheet.cs
│ ├── InstoreSheet.cs
│ ├── mid1.cs
│ ├── obj
│ │ └── Debug
│ │ ├── Book.Dal.dll
│ │ ├── Book.Dal.pdb
│ │ ├── Dal.csproj.FileListAbsolute.txt
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Refactor
│ │ │ └── Book.Dal.dll
│ │ └── ResolveAssemblyReference.cache
│ ├── OutStoreSheetA.cs
│ ├── OutStoreSheetZ.cs
│ ├── PayCashSheet.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── ReceiveCashSheet.cs
│ ├── ReceiveSubSheet.cs
│ ├── RecRetBookSheet.cs
│ ├── SendRetBookSheet.cs
│ ├── SendSheet.cs
│ └── SendSubSheet.cs
├── DBUtility
│ ├── BaseSqlMapDao.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Book.DBUtility.dll
│ │ ├── Book.DBUtility.pdb
│ │ ├── IBatisNet.Common.dll
│ │ ├── IBatisNet.DataMapper.dll
│ │ ├── MySql.Data.dll
│ │ └── System.Data.SQLite.DLL
│ ├── Bookinfosheet.suo
│ ├── CommandInfo.cs
│ ├── DbHelperMySQL.cs
│ ├── DbHelperOleDb.cs
│ ├── DbHelperOra.cs
│ ├── DbHelperSQL2.cs
│ ├── DbHelperSQL.cs
│ ├── DbHelperSQLite.cs
│ ├── DbHelperSQLP.cs
│ ├── DBUtility.csproj
│ ├── DBUtility.csproj.user
│ ├── DESEncrypt.cs
│ ├── obj
│ │ └── Debug
│ │ ├── Book.DBUtility.dll
│ │ ├── Book.DBUtility.pdb
│ │ ├── DBUtility.csproj.FileListAbsolute.txt
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── Refactor
│ │ └── Book.DBUtility.dll
│ ├── OracleHelper.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── PubConstant.cs
│ └── SQLHelper.cs
├── DBUtility.rar
├── Lib
│ ├── COM.Excel.dll
│ ├── Excel.dll
│ ├── IBatisNet.Common.dll
│ ├── IBatisNet.DataMapper.dll
│ ├── LTP.Accounts.dll
│ ├── LTP.Accounts.txt
│ ├── LtpPageControl.dll
│ ├── Maticsoft.Common.dll
│ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ ├── Microsoft.Web.UI.WebControls.dll
│ ├── MySql.Data.dll
│ ├── OpenSmtp.dll
│ ├── OWC10Chart.dll
│ ├── System.Data.SQLite.DLL
│ └── System.Data.SQLite.lib
├── Model
│ ├── bin
│ │ └── Debug
│ │ ├── Book.Model.dll
│ │ └── Book.Model.pdb
│ ├── BookInfoSheet.cs
│ ├── BookStoreSheetA.cs
│ ├── BookStoreSheetZ.cs
│ ├── BuyerInfoSheet.cs
│ ├── DepreSheet.cs
│ ├── InnerOutSheet.cs
│ ├── InstoreSheet.cs
│ ├── mid1.cs
│ ├── Model.csproj
│ ├── Model.csproj.user
│ ├── obj
│ │ └── Debug
│ │ ├── Book.Model.dll
│ │ ├── Book.Model.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Model.csproj.FileListAbsolute.txt
│ │ └── Refactor
│ │ └── Book.Model.dll
│ ├── OutStoreSheetA.cs
│ ├── OutStoreSheetZ.cs
│ ├── PayCashSheet.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── ProviderInfoSheet.cs
│ ├── ReceiveCashSheet.cs
│ ├── ReceiveSubSheet.cs
│ ├── RecRetBookSheet.cs
│ ├── SendRetBookSheet.cs
│ ├── SendSheet.cs
│ ├── SendSubSheet.cs
│ ├── UserInfoSheet.cs
│ ├── V_BookInfo_BookInfoA_BookInfoZ.cs
│ ├── V_BookInfoSheet_mid.cs
│ ├── V_DepreSheet_BookInfo.cs
│ ├── V_InnerOut_BookInfo.cs
│ ├── V_InstoreSheet_BookInfo.cs
│ ├── V_OutStoreA_BookInfo.cs
│ ├── V_OutStoreSheet_BookInfo.cs
│ ├── V_PayCash_ProviderInfo.cs
│ ├── V_ReceiveCash_BookInfo.cs
│ ├── V_ReceiveSubSheet.cs
│ ├── V_RecRet_BookInfo.cs
│ ├── V_SendRetBook_BookInfo.cs
│ ├── V_SendSheet_BookInfo.cs
│ └── V_SendSubSheet_BookInfo.cs
├── UpgradeLog.XML
├── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── Web
│ ├── App_Themes
│ │ └── default
│ │ └── Skin1.skin
│ ├── bin
│ │ ├── Book.Bll.dll
│ │ ├── Book.Bll.pdb
│ │ ├── Book.Dal.dll
│ │ ├── Book.Dal.pdb
│ │ ├── Book.DBUtility.dll
│ │ ├── Book.DBUtility.pdb
│ │ ├── Book.Model.dll
│ │ ├── Book.Model.pdb
│ │ ├── Book.Web.dll
│ │ ├── Book.Web.pdb
│ │ ├── COM.Excel.dll
│ │ ├── Excel.dll
│ │ ├── IBatisNet.Common.dll
│ │ ├── IBatisNet.DataMapper.dll
│ │ ├── LTP.Accounts.dll
│ │ ├── LtpPageControl.dll
│ │ ├── Maticsoft.Common.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ │ ├── Microsoft.Vbe.Interop.dll
│ │ ├── Microsoft.Web.UI.WebControls.dll
│ │ ├── MySql.Data.dll
│ │ ├── office.dll
│ │ ├── OpenSmtp.dll
│ │ ├── OWC10Chart.dll
│ │ └── System.Data.SQLite.dll
│ ├── control
│ │ ├── pageing.ascx
│ │ ├── pageing.ascx.cs
│ │ └── pageing.ascx.designer.cs
│ ├── Lib
│ │ ├── COM.Excel.dll
│ │ ├── Dic
│ │ │ ├── BookInfoList.aspx
│ │ │ ├── BookInfoList.aspx.cs
│ │ │ ├── BookInfoList.aspx.designer.cs
│ │ │ ├── BuyerInfoSheet.aspx
│ │ │ ├── BuyerInfoSheet.aspx.cs
│ │ │ ├── BuyerInfoSheet.aspx.designer.cs
│ │ │ ├── ProviderInfoSheet.aspx
│ │ │ ├── ProviderInfoSheet.aspx.cs
│ │ │ ├── ProviderInfoSheet.aspx.designer.cs
│ │ │ ├── UserInfoList.aspx
│ │ │ ├── UserInfoList.aspx.cs
│ │ │ └── UserInfoList.aspx.designer.cs
│ │ ├── Excel.dll
│ │ ├── IBatisNet.Common.dll
│ │ ├── IBatisNet.DataMapper.dll
│ │ ├── LTP.Accounts.dll
│ │ ├── LTP.Accounts.txt
│ │ ├── LtpPageControl.dll
│ │ ├── Maticsoft.Common.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ │ ├── Microsoft.Web.UI.WebControls.dll
│ │ ├── MySql.Data.dll
│ │ ├── OpenSmtp.dll
│ │ ├── OWC10Chart.dll
│ │ ├── System.Data.SQLite.DLL
│ │ └── System.Data.SQLite.lib
│ ├── lingshou
│ │ ├── InnerOutSheet.aspx
│ │ ├── InnerOutSheet.aspx.cs
│ │ ├── InnerOutSheet.aspx.designer.cs
│ │ ├── InnerOutSheetSearch.aspx
│ │ ├── InnerOutSheetSearch.aspx.cs
│ │ ├── InnerOutSheetSearch.aspx.designer.cs
│ │ ├── OutStoreSheetA.aspx
│ │ ├── OutStoreSheetA.aspx.cs
│ │ ├── OutStoreSheetA.aspx.designer.cs
│ │ ├── OutStoreSheetASearch.aspx
│ │ ├── OutStoreSheetASearch.aspx.cs
│ │ └── OutStoreSheetASearch.aspx.designer.cs
│ ├── login.aspx
│ ├── login.aspx.cs
│ ├── login.aspx.designer.cs
│ ├── Mudules
│ │ ├── main.htm
│ │ ├── menu.aspx
│ │ ├── menu.aspx.cs
│ │ ├── menu.aspx.designer.cs
│ │ ├── Sell
│ │ │ ├── BookStoresheetList.aspx
│ │ │ ├── BookStoresheetList.aspx.cs
│ │ │ ├── BookStoresheetList.aspx.designer.cs
│ │ │ ├── DepreSheet.aspx
│ │ │ ├── DepreSheet.aspx.cs
│ │ │ ├── DepreSheet.aspx.designer.cs
│ │ │ ├── DepreSheetSearch.aspx
│ │ │ ├── DepreSheetSearch.aspx.cs
│ │ │ ├── DepreSheetSearch.aspx.designer.cs
│ │ │ ├── InstoreSheetList.aspx
│ │ │ ├── InstoreSheetList.aspx.cs
│ │ │ ├── InstoreSheetList.aspx.designer.cs
│ │ │ ├── InstoreSheetSearch.aspx
│ │ │ ├── InstoreSheetSearch.aspx.cs
│ │ │ ├── InstoreSheetSearch.aspx.designer.cs
│ │ │ ├── OutStoreSheetAdd.aspx
│ │ │ ├── OutStoreSheetAdd.aspx.cs
│ │ │ ├── OutStoreSheetAdd.aspx.designer.cs
│ │ │ ├── OutStoreSheetSearch.aspx
│ │ │ ├── OutStoreSheetSearch.aspx.cs
│ │ │ ├── OutStoreSheetSearch.aspx.designer.cs
│ │ │ ├── PayCashSheetList.aspx
│ │ │ ├── PayCashSheetList.aspx.cs
│ │ │ ├── PayCashSheetList.aspx.designer.cs
│ │ │ ├── ReceiveCashSheet.aspx
│ │ │ ├── ReceiveCashSheet.aspx.cs
│ │ │ ├── ReceiveCashSheet.aspx.designer.cs
│ │ │ ├── ReceiveSubSheet.aspx
│ │ │ ├── ReceiveSubSheet.aspx.cs
│ │ │ ├── ReceiveSubSheet.aspx.designer.cs
│ │ │ ├── RecieveSubSheetSearch.aspx
│ │ │ ├── RecieveSubSheetSearch.aspx.cs
│ │ │ ├── RecieveSubSheetSearch.aspx.designer.cs
│ │ │ ├── RecRetBookAdd.aspx
│ │ │ ├── RecRetBookAdd.aspx.cs
│ │ │ ├── RecRetBookAdd.aspx.designer.cs
│ │ │ ├── RecRetBookAddSearch.aspx
│ │ │ ├── RecRetBookAddSearch.aspx.cs
│ │ │ ├── RecRetBookAddSearch.aspx.designer.cs
│ │ │ ├── SendRetBookSheet.aspx
│ │ │ ├── SendRetBookSheet.aspx.cs
│ │ │ ├── SendRetBookSheet.aspx.designer.cs
│ │ │ ├── SendRetBookSheetSearch.aspx
│ │ │ ├── SendRetBookSheetSearch.aspx.cs
│ │ │ ├── SendRetBookSheetSearch.aspx.designer.cs
│ │ │ ├── SendSheet.aspx
│ │ │ ├── SendSheet.aspx.cs
│ │ │ ├── SendSheet.aspx.designer.cs
│ │ │ ├── SendSheetSearch.aspx
│ │ │ ├── SendSheetSearch.aspx.cs
│ │ │ ├── SendSheetSearch.aspx.designer.cs
│ │ │ ├── SendSubList.aspx
│ │ │ ├── SendSubList.aspx.cs
│ │ │ ├── SendSubList.aspx.designer.cs
│ │ │ ├── SendSubSheetSearch.aspx
│ │ │ ├── SendSubSheetSearch.aspx.cs
│ │ │ └── SendSubSheetSearch.aspx.designer.cs
│ │ ├── top.aspx
│ │ ├── top.aspx.cs
│ │ ├── top.aspx.designer.cs
│ │ ├── Web.config
│ │ ├── welcome.aspx
│ │ ├── welcome.aspx.cs
│ │ └── welcome.aspx.designer.cs
│ ├── obj
│ │ └── Debug
│ │ ├── Book.Web.dll
│ │ ├── Book.Web.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── ResolveAssemblyReference.cache
│ │ └── Web.csproj.FileListAbsolute.txt
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Web.config
│ ├── Web.csproj
│ ├── Web.csproj.user
│ ├── WebForm1.aspx
│ ├── WebForm1.aspx.cs
│ ├── WebForm1.aspx.designer.cs
│ ├── WebForm2.aspx
│ ├── WebForm2.aspx.cs
│ └── WebForm2.aspx.designer.cs
├── Web.sln
└── Web.suo
46 directories, 395 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论