python wms系统源码_wms仓库管理源码(含数据库)

【实例简介】

步骤:

1. 安装VCL下面的控件。

2. 开发环境:VS2008 SQL2000/2005/2008

3. 你就可以打开这个源码工程,进行编绎或运行

登入密码: 1

【实例截图】

【核心代码】

好例子网_GP026-仓库系统-代码

├── Code

│   ├── DAO

│   │   ├── AssemblyInfo.cs

│   │   ├── CommonDataConfig.cs

│   │   ├── CommonFactory.cs

│   │   ├── CommonInterface.cs

│   │   ├── CommonOle.cs

│   │   ├── CommonOracle.cs

│   │   ├── CommonSql.cs

│   │   ├── Daniel.Liu.DAO.csproj

│   │   ├── Daniel.Liu.DAO.csproj.user

│   │   ├── Daniel.Liu.DAO.csproj.vspscc

│   │   ├── Daniel.Liu.DAO.xml

│   │   ├── Daniel.Liu.suo

│   │   ├── ICommandBuilder.cs

│   │   ├── OceanSoft.Pantheon.suo

│   │   ├── _ReSharper.Daniel.Liu

│   │   │   ├── IModuleManager

│   │   │   ├── IPersistenceManager

│   │   │   ├── SymbolCache

│   │   │   └── WordIndex

│   │   ├── bin

│   │   │   ├── Debug

│   │   │   │   ├── App.config

│   │   │   │   ├── Daniel.Liu.DAO.dll

│   │   │   │   ├── Daniel.Liu.DAO.pdb

│   │   │   │   ├── Daniel.Liu.DAO.xml

│   │   │   │   └── Web.config

│   │   │   └── Release

│   │   │       └── Daniel.Liu.DAO.dll

│   │   ├── mssccprj.scc

│   │   ├── obj

│   │   │   ├── Daniel.Liu.DAO.csproj.FileList.txt

│   │   │   ├── Daniel.Liu.DAO.csproj.FileListAbsolute.txt

│   │   │   ├── Debug

│   │   │   │   ├── Daniel.Liu.DAO.dll

│   │   │   │   ├── Daniel.Liu.DAO.dll.incr

│   │   │   │   ├── Daniel.Liu.DAO.pdb

│   │   │   │   ├── Daniel.Liu.DAO.projdata

│   │   │   │   ├── OceanSoft.Pantheon.DAO.projdata

│   │   │   │   ├── OceanSoft.Pantheon.DAO.projdata1

│   │   │   │   ├── Refactor

│   │   │   │   │   └── Daniel.Liu.DAO.dll

│   │   │   │   ├── TempPE

│   │   │   │   └── temp

│   │   │   ├── Interop.ORADCLib.dll

│   │   │   ├── Interop.ORAOLEDBLib.dll

│   │   │   └── Release

│   │   │       ├── Daniel.Liu.DAO.csproj.FileListAbsolute.txt

│   │   │       ├── Daniel.Liu.DAO.dll

│   │   │       ├── Daniel.Liu.DAO.projdata

│   │   │       ├── Refactor

│   │   │       │   └── Daniel.Liu.DAO.dll

│   │   │       ├── TempPE

│   │   │       ├── temp

│   │   │       └── vssver.scc

│   │   └── vssver2.scc

│   ├── DB

│   │   ├── Storehouse_Data.MDF

│   │   └── Storehouse_Log.LDF

│   ├── StorageManage

│   │   ├── App.config

│   │   ├── DAO

│   │   │   ├── AssemblyInfo.cs

│   │   │   ├── CommonDataConfig.cs

│   │   │   ├── CommonFactory.cs

│   │   │   ├── CommonInterface.cs

│   │   │   ├── CommonOle.cs

│   │   │   ├── CommonOracle.cs

│   │   │   ├── CommonSql.cs

│   │   │   ├── Daniel.Liu.DAO.csproj

│   │   │   ├── Daniel.Liu.DAO.csproj.user

│   │   │   ├── Daniel.Liu.DAO.csproj.vspscc

│   │   │   ├── Daniel.Liu.DAO.xml

│   │   │   ├── Daniel.Liu.suo

│   │   │   ├── ICommandBuilder.cs

│   │   │   ├── OceanSoft.Pantheon.suo

│   │   │   ├── _ReSharper.Daniel.Liu

│   │   │   │   ├── IModuleManager

│   │   │   │   ├── IPersistenceManager

│   │   │   │   ├── SymbolCache

│   │   │   │   └── WordIndex

│   │   │   ├── bin

│   │   │   │   ├── Debug

│   │   │   │   │   ├── App.config

│   │   │   │   │   ├── Daniel.Liu.DAO.dll

│   │   │   │   │   ├── Daniel.Liu.DAO.pdb

│   │   │   │   │   ├── Daniel.Liu.DAO.xml

│   │   │   │   │   └── Web.config

│   │   │   │   └── Release

│   │   │   │       └── Daniel.Liu.DAO.dll

│   │   │   ├── mssccprj.scc

│   │   │   ├── obj

│   │   │   │   ├── Daniel.Liu.DAO.csproj.FileListAbsolute.txt

│   │   │   │   ├── Debug

│   │   │   │   │   ├── Daniel.Liu.DAO.dll

│   │   │   │   │   ├── Daniel.Liu.DAO.dll.incr

│   │   │   │   │   ├── Daniel.Liu.DAO.pdb

│   │   │   │   │   ├── Daniel.Liu.DAO.projdata

│   │   │   │   │   ├── OceanSoft.Pantheon.DAO.projdata

│   │   │   │   │   ├── OceanSoft.Pantheon.DAO.projdata1

│   │   │   │   │   ├── Refactor

│   │   │   │   │   │   └── Daniel.Liu.DAO.dll

│   │   │   │   │   ├── TempPE

│   │   │   │   │   └── temp

│   │   │   │   ├── Interop.ORADCLib.dll

│   │   │   │   ├── Interop.ORAOLEDBLib.dll

│   │   │   │   └── Release

│   │   │   │       ├── Daniel.Liu.DAO.dll

│   │   │   │       ├── Daniel.Liu.DAO.projdata

│   │   │   │       ├── TempPE

│   │   │   │       ├── temp

│   │   │   │       └── vssver.scc

│   │   │   └── vssver2.scc

│   │   ├── DataBase

│   │   ├── Program.cs

│   │   ├── Properties

│   │   │   ├── AssemblyInfo.cs

│   │   │   ├── Resources.Designer.cs

│   │   │   ├── Resources.resx

│   │   │   ├── Settings.Designer.cs

│   │   │   ├── Settings.settings

│   │   │   └── vssver2.scc

│   │   ├── StorageManage.csproj

│   │   ├── StorageManage.csproj.vspscc

│   │   ├── StorageManage.sln

│   │   ├── StorageManage.suo

│   │   ├── XtraReportBillE.Designer.cs

│   │   ├── XtraReportBillE.cs

│   │   ├── XtraReportBillE.resx

│   │   ├── XtraReportBillI.Designer.cs

│   │   ├── XtraReportBillI.cs

│   │   ├── XtraReportBillI.resx

│   │   ├── XtraReportDepotMaterialInOutSum.Designer.cs

│   │   ├── XtraReportDepotMaterialInOutSum.cs

│   │   ├── XtraReportDepotMaterialInOutSum.resx

│   │   ├── XtraReportRemoveBill.Designer.cs

│   │   ├── XtraReportRemoveBill.cs

│   │   ├── XtraReportRemoveBill.resx

│   │   ├── bin

│   │   │   ├── Debug

│   │   │   │   ├── Daniel.Liu.DAO.dll

│   │   │   │   ├── Daniel.Liu.DAO.pdb

│   │   │   │   ├── Daniel.Liu.DAO.xml

│   │   │   │   ├── DevExpress.Charts.v8.2.Core.dll

│   │   │   │   ├── DevExpress.Data.v8.2.dll

│   │   │   │   ├── DevExpress.Data.v8.2.xml

│   │   │   │   ├── DevExpress.Localization.v8.2.dll

│   │   │   │   ├── DevExpress.Utils.v8.2.dll

│   │   │   │   ├── DevExpress.Utils.v8.2.xml

│   │   │   │   ├── DevExpress.XtraBars.v8.2.dll

│   │   │   │   ├── DevExpress.XtraBars.v8.2.xml

│   │   │   │   ├── DevExpress.XtraCharts.v8.2.dll

│   │   │   │   ├── DevExpress.XtraCharts.v8.2.xml

│   │   │   │   ├── DevExpress.XtraEditors.v8.2.dll

│   │   │   │   ├── DevExpress.XtraEditors.v8.2.xml

│   │   │   │   ├── DevExpress.XtraGrid.v8.2.dll

│   │   │   │   ├── DevExpress.XtraGrid.v8.2.xml

│   │   │   │   ├── DevExpress.XtraLayout.v8.2.dll

│   │   │   │   ├── DevExpress.XtraLayout.v8.2.xml

│   │   │   │   ├── DevExpress.XtraNavBar.v8.2.dll

│   │   │   │   ├── DevExpress.XtraNavBar.v8.2.xml

│   │   │   │   ├── DevExpress.XtraPivotGrid.v8.2.Core.dll

│   │   │   │   ├── DevExpress.XtraPivotGrid.v8.2.Core.xml

│   │   │   │   ├── DevExpress.XtraPivotGrid.v8.2.dll

│   │   │   │   ├── DevExpress.XtraPivotGrid.v8.2.xml

│   │   │   │   ├── DevExpress.XtraPrinting.v8.2.dll

│   │   │   │   ├── DevExpress.XtraPrinting.v8.2.xml

│   │   │   │   ├── DevExpress.XtraReports.v8.2.dll

│   │   │   │   ├── DevExpress.XtraReports.v8.2.xml

│   │   │   │   ├── DevExpress.XtraRichTextEdit.v8.2.dll

│   │   │   │   ├── DevExpress.XtraRichTextEdit.v8.2.xml

│   │   │   │   ├── DevExpress.XtraTreeList.v8.2.dll

│   │   │   │   ├── DevExpress.XtraTreeList.v8.2.xml

│   │   │   │   ├── HistoryLogin.xml

│   │   │   │   ├── StorageManage.exe.config

│   │   │   │   ├── StorageManage.pdb

│   │   │   │   ├── StorageManage.vshost.exe

│   │   │   │   ├── StorageManage.vshost.exe.config

│   │   │   │   ├── StorageManageLibrary.dll

│   │   │   │   ├── StorageManageLibrary.pdb

│   │   │   │   └── update.exe

│   │   │   └── Release

│   │   │       ├── Daniel.Liu.DAO.dll

│   │   │       ├── DevExpress.Charts.v8.2.Core.dll

│   │   │       ├── DevExpress.Data.v8.2.dll

│   │   │       ├── DevExpress.Data.v8.2.xml

│   │   │       ├── DevExpress.Localization.v8.2.dll

│   │   │       ├── DevExpress.Utils.v8.2.dll

│   │   │       ├── DevExpress.Utils.v8.2.xml

│   │   │       ├── DevExpress.XtraBars.v8.2.dll

│   │   │       ├── DevExpress.XtraBars.v8.2.xml

│   │   │       ├── DevExpress.XtraCharts.v8.2.dll

│   │   │       ├── DevExpress.XtraCharts.v8.2.xml

│   │   │       ├── DevExpress.XtraEditors.v8.2.dll

│   │   │       ├── DevExpress.XtraEditors.v8.2.xml

│   │   │       ├── DevExpress.XtraGrid.v8.2.dll

│   │   │       ├── DevExpress.XtraGrid.v8.2.xml

│   │   │       ├── DevExpress.XtraLayout.v8.2.dll

│   │   │       ├── DevExpress.XtraLayout.v8.2.xml

│   │   │       ├── DevExpress.XtraNavBar.v8.2.dll

│   │   │       ├── DevExpress.XtraNavBar.v8.2.xml

│   │   │       ├── DevExpress.XtraPivotGrid.v8.2.Core.dll

│   │   │       ├── DevExpress.XtraPivotGrid.v8.2.Core.xml

│   │   │       ├── DevExpress.XtraPivotGrid.v8.2.dll

│   │   │       ├── DevExpress.XtraPivotGrid.v8.2.xml

│   │   │       ├── DevExpress.XtraPrinting.v8.2.dll

│   │   │       ├── DevExpress.XtraPrinting.v8.2.xml

│   │   │       ├── DevExpress.XtraReports.v8.2.dll

│   │   │       ├── DevExpress.XtraReports.v8.2.xml

│   │   │       ├── DevExpress.XtraRichTextEdit.v8.2.dll

│   │   │       ├── DevExpress.XtraRichTextEdit.v8.2.xml

│   │   │       ├── DevExpress.XtraTreeList.v8.2.dll

│   │   │       ├── DevExpress.XtraTreeList.v8.2.xml

│   │   │       ├── HistoryLogin.xml

│   │   │       ├── StorageManage.exe

│   │   │       ├── StorageManage.exe.config

│   │   │       ├── StorageManage.pdb

│   │   │       ├── StorageManage.vshost.exe

│   │   │       ├── StorageManage.vshost.exe.config

│   │   │       ├── StorageManage.vshost.exe.manifest

│   │   │       ├── StorageManageLibrary.dll

│   │   │       ├── StorageManageLibrary.pdb

│   │   │       └── update.exe

│   │   ├── frmAllDepotSumQry.Designer.cs

│   │   ├── frmAllDepotSumQry.cs

│   │   ├── frmAllDepotSumQry.resx

│   │   ├── frmBase.cs

│   │   ├── frmBase.designer.cs

│   │   ├── frmBase.resx

│   │   ├── frmBasicDataAdd.Designer.cs

│   │   ├── frmBasicDataAdd.cs

│   │   ├── frmBasicDataAdd.resx

│   │   ├── frmBill.Designer.cs

│   │   ├── frmBill.cs

│   │   ├── frmBill.resx

│   │   ├── frmBillAdd.Designer.cs

│   │   ├── frmBillAdd.cs

│   │   ├── frmBillAdd.resx

│   │   ├── frmBillE.Designer.cs

│   │   ├── frmBillE.cs

│   │   ├── frmBillE.resx

│   │   ├── frmChangePassword.Designer.cs

│   │   ├── frmChangePassword.cs

│   │   ├── frmChangePassword.resx

│   │   ├── frmCheckBill.Designer.cs

│   │   ├── frmCheckBill.cs

│   │   ├── frmCheckBill.resx

│   │   ├── frmCheckBillAdd.Designer.cs

│   │   ├── frmCheckBillAdd.cs

│   │   ├── frmCheckBillAdd.resx

│   │   ├── frmClient.Designer.cs

│   │   ├── frmClient.cs

│   │   ├── frmClient.resx

│   │   ├── frmClientAdd.Designer.cs

│   │   ├── frmClientAdd.cs

│   │   ├── frmClientAdd.resx

│   │   ├── frmDepot.Designer.cs

│   │   ├── frmDepot.cs

│   │   ├── frmDepot.resx

│   │   ├── frmDepotMaterialDetailQry.Designer.cs

│   │   ├── frmDepotMaterialDetailQry.cs

│   │   ├── frmDepotMaterialDetailQry.resx

│   │   ├── frmDepotMaterialInOutSum.Designer.cs

│   │   ├── frmDepotMaterialInOutSum.cs

│   │   ├── frmDepotMaterialInOutSum.resx

│   │   ├── frmDepotMaterialStatusQty.Designer.cs

│   │   ├── frmDepotMaterialStatusQty.cs

│   │   ├── frmDepotMaterialStatusQty.resx

│   │   ├── frmDepotMaterialSum.Designer.cs

│   │   ├── frmDepotMaterialSum.cs

│   │   ├── frmDepotMaterialSum.resx

│   │   ├── frmDepotMaterialTypeInOutSum.Designer.cs

│   │   ├── frmDepotMaterialTypeInOutSum.cs

│   │   ├── frmDepotMaterialTypeInOutSum.resx

│   │   ├── frmDept.Designer.cs

│   │   ├── frmDept.cs

│   │   ├── frmDept.resx

│   │   ├── frmDeptAdd.Designer.cs

│   │   ├── frmDeptAdd.cs

│   │   ├── frmDeptAdd.resx

│   │   ├── frmEmployee.Designer.cs

│   │   ├── frmEmployee.cs

│   │   ├── frmEmployee.resx

│   │   ├── frmEmployeeAdd.Designer.cs

│   │   ├── frmEmployeeAdd.cs

│   │   ├── frmEmployeeAdd.resx

│   │   ├── frmInDepotDetail.Designer.cs

│   │   ├── frmInDepotDetail.cs

│   │   ├── frmInDepotDetail.resx

│   │   ├── frmInDepotDetailSum.Designer.cs

│   │   ├── frmInDepotDetailSum.cs

│   │   ├── frmInDepotDetailSum.resx

│   │   ├── frmInOutDepotDetail.Designer.cs

│   │   ├── frmInOutDepotDetail.cs

│   │   ├── frmInOutDepotDetail.resx

│   │   ├── frmInOutDeptDetail.Designer.cs

│   │   ├── frmInOutDeptDetail.cs

│   │   ├── frmInOutDeptDetail.resx

│   │   ├── frmLogin.Designer.cs

│   │   ├── frmLogin.cs

│   │   ├── frmLogin.resx

│   │   ├── frmLoginUser.Designer.cs

│   │   ├── frmLoginUser.cs

│   │   ├── frmLoginUser.resx

│   │   ├── frmMaterial.Designer.cs

│   │   ├── frmMaterial.cs

│   │   ├── frmMaterial.resx

│   │   ├── frmMaterialAdd.Designer.cs

│   │   ├── frmMaterialAdd.cs

│   │   ├── frmMaterialAdd.resx

│   │   ├── frmOutDepotDetail.Designer.cs

│   │   ├── frmOutDepotDetail.cs

│   │   ├── frmOutDepotDetail.resx

│   │   ├── frmOutDepotDetailSum.Designer.cs

│   │   ├── frmOutDepotDetailSum.cs

│   │   ├── frmOutDepotDetailSum.resx

│   │   ├── frmRemoveBill.Designer.cs

│   │   ├── frmRemoveBill.cs

│   │   ├── frmRemoveBill.resx

│   │   ├── frmRemoveBillAdd.Designer.cs

│   │   ├── frmRemoveBillAdd.cs

│   │   ├── frmRemoveBillAdd.resx

│   │   ├── frmSelectMaterial.Designer.cs

│   │   ├── frmSelectMaterial.cs

│   │   ├── frmSelectMaterial.resx

│   │   ├── frmSelectType.Designer.cs

│   │   ├── frmSelectType.cs

│   │   ├── frmSelectType.resx

│   │   ├── frmStorageClass.cs

│   │   ├── frmStorageClass.designer.cs

│   │   ├── frmStorageClass.resx

│   │   ├── frmStorageClassAdd.Designer.cs

│   │   ├── frmStorageClassAdd.cs

│   │   ├── frmStorageClassAdd.resx

│   │   ├── frmStorageMain.Designer.cs

│   │   ├── frmStorageMain.cs

│   │   ├── frmStorageMain.resx

│   │   ├── frmSupplier.Designer.cs

│   │   ├── frmSupplier.cs

│   │   ├── frmSupplier.resx

│   │   ├── frmSupplierAdd.Designer.cs

│   │   ├── frmSupplierAdd.cs

│   │   ├── frmSupplierAdd.resx

│   │   ├── frmUserRight.Designer.cs

│   │   ├── frmUserRight.cs

│   │   ├── frmUserRight.resx

│   │   ├── mssccprj.scc

│   │   ├── obj

│   │   │   ├── Debug

│   │   │   │   ├── Refactor

│   │   │   │   ├── ResolveAssemblyReference.cache

│   │   │   │   ├── StorageManage.Properties.Resources.resources

│   │   │   │   ├── StorageManage.XtraReportBillE.resources

│   │   │   │   ├── StorageManage.XtraReportBillI.resources

│   │   │   │   ├── StorageManage.XtraReportDepotMaterialInOutSum.resources

│   │   │   │   ├── StorageManage.XtraReportRemoveBill.resources

│   │   │   │   ├── StorageManage.csproj.GenerateResource.Cache

│   │   │   │   ├── StorageManage.exe

│   │   │   │   ├── StorageManage.frmAllDepotSumQry.resources

│   │   │   │   ├── StorageManage.frmBase.resources

│   │   │   │   ├── StorageManage.frmBasicDataAdd.resources

│   │   │   │   ├── StorageManage.frmBill.resources

│   │   │   │   ├── StorageManage.frmBillAdd.resources

│   │   │   │   ├── StorageManage.frmBillE.resources

│   │   │   │   ├── StorageManage.frmChangePassword.resources

│   │   │   │   ├── StorageManage.frmCheckBill.resources

│   │   │   │   ├── StorageManage.frmCheckBillAdd.resources

│   │   │   │   ├── StorageManage.frmClient.resources

│   │   │   │   ├── StorageManage.frmClientAdd.resources

│   │   │   │   ├── StorageManage.frmDepot.resources

│   │   │   │   ├── StorageManage.frmDepotMaterialDetailQry.resources

│   │   │   │   ├── StorageManage.frmDepotMaterialInOutSum.resources

│   │   │   │   ├── StorageManage.frmDepotMaterialStatusQty.resources

│   │   │   │   ├── StorageManage.frmDepotMaterialSum.resources

│   │   │   │   ├── StorageManage.frmDepotMaterialTypeInOutSum.resources

│   │   │   │   ├── StorageManage.frmDept.resources

│   │   │   │   ├── StorageManage.frmDeptAdd.resources

│   │   │   │   ├── StorageManage.frmEmployee.resources

│   │   │   │   ├── StorageManage.frmEmployeeAdd.resources

│   │   │   │   ├── StorageManage.frmInDepotDetail.resources

│   │   │   │   ├── StorageManage.frmInDepotDetailSum.resources

│   │   │   │   ├── StorageManage.frmInOutDepotDetail.resources

│   │   │   │   ├── StorageManage.frmInOutDeptDetail.resources

│   │   │   │   ├── StorageManage.frmLogin.resources

│   │   │   │   ├── StorageManage.frmLoginUser.resources

│   │   │   │   ├── StorageManage.frmMaterial.resources

│   │   │   │   ├── StorageManage.frmMaterialAdd.resources

│   │   │   │   ├── StorageManage.frmOutDepotDetail.resources

│   │   │   │   ├── StorageManage.frmOutDepotDetailSum.resources

│   │   │   │   ├── StorageManage.frmRemoveBill.resources

│   │   │   │   ├── StorageManage.frmRemoveBillAdd.resources

│   │   │   │   ├── StorageManage.frmSelectMaterial.resources

│   │   │   │   ├── StorageManage.frmSelectType.resources

│   │   │   │   ├── StorageManage.frmStorageClass.resources

│   │   │   │   ├── StorageManage.frmStorageClassAdd.resources

│   │   │   │   ├── StorageManage.frmStorageMain.resources

│   │   │   │   ├── StorageManage.frmSupplier.resources

│   │   │   │   ├── StorageManage.frmSupplierAdd.resources

│   │   │   │   ├── StorageManage.frmUserRight.resources

│   │   │   │   ├── StorageManage.pdb

│   │   │   │   ├── TempPE

│   │   │   │   │   └── Properties.Resources.Designer.cs.dll

│   │   │   │   └── storagemanage.exe.licenses

│   │   │   ├── Release

│   │   │   │   ├── Refactor

│   │   │   │   ├── ResolveAssemblyReference.cache

│   │   │   │   ├── StorageManage.Properties.Resources.resources

│   │   │   │   ├── StorageManage.XtraReportBillE.resources

│   │   │   │   ├── StorageManage.XtraReportBillI.resources

│   │   │   │   ├── StorageManage.XtraReportDepotMaterialInOutSum.resources

│   │   │   │   ├── StorageManage.XtraReportRemoveBill.resources

│   │   │   │   ├── StorageManage.csproj.FileListAbsolute.txt

│   │   │   │   ├── StorageManage.csproj.GenerateResource.Cache

│   │   │   │   ├── StorageManage.exe

│   │   │   │   ├── StorageManage.frmAllDepotSumQry.resources

│   │   │   │   ├── StorageManage.frmBase.resources

│   │   │   │   ├── StorageManage.frmBasicDataAdd.resources

│   │   │   │   ├── StorageManage.frmBill.resources

│   │   │   │   ├── StorageManage.frmBillAdd.resources

│   │   │   │   ├── StorageManage.frmBillE.resources

│   │   │   │   ├── StorageManage.frmChangePassword.resources

│   │   │   │   ├── StorageManage.frmCheckBill.resources

│   │   │   │   ├── StorageManage.frmCheckBillAdd.resources

│   │   │   │   ├── StorageManage.frmClient.resources

│   │   │   │   ├── StorageManage.frmClientAdd.resources

│   │   │   │   ├── StorageManage.frmDepot.resources

│   │   │   │   ├── StorageManage.frmDepotMaterialDetailQry.resources

│   │   │   │   ├── StorageManage.frmDepotMaterialInOutSum.resources

│   │   │   │   ├── StorageManage.frmDepotMaterialStatusQty.resources

│   │   │   │   ├── StorageManage.frmDepotMaterialSum.resources

│   │   │   │   ├── StorageManage.frmDepotMaterialTypeInOutSum.resources

│   │   │   │   ├── StorageManage.frmDept.resources

│   │   │   │   ├── StorageManage.frmDeptAdd.resources

│   │   │   │   ├── StorageManage.frmEmployee.resources

│   │   │   │   ├── StorageManage.frmEmployeeAdd.resources

│   │   │   │   ├── StorageManage.frmInDepotDetail.resources

│   │   │   │   ├── StorageManage.frmInDepotDetailSum.resources

│   │   │   │   ├── StorageManage.frmInOutDepotDetail.resources

│   │   │   │   ├── StorageManage.frmInOutDeptDetail.resources

│   │   │   │   ├── StorageManage.frmLogin.resources

│   │   │   │   ├── StorageManage.frmLoginUser.resources

│   │   │   │   ├── StorageManage.frmMaterial.resources

│   │   │   │   ├── StorageManage.frmMaterialAdd.resources

│   │   │   │   ├── StorageManage.frmOutDepotDetail.resources

│   │   │   │   ├── StorageManage.frmOutDepotDetailSum.resources

│   │   │   │   ├── StorageManage.frmRemoveBill.resources

│   │   │   │   ├── StorageManage.frmRemoveBillAdd.resources

│   │   │   │   ├── StorageManage.frmSelectMaterial.resources

│   │   │   │   ├── StorageManage.frmSelectType.resources

│   │   │   │   ├── StorageManage.frmStorageClass.resources

│   │   │   │   ├── StorageManage.frmStorageClassAdd.resources

│   │   │   │   ├── StorageManage.frmStorageMain.resources

│   │   │   │   ├── StorageManage.frmSupplier.resources

│   │   │   │   ├── StorageManage.frmSupplierAdd.resources

│   │   │   │   ├── StorageManage.frmUserRight.resources

│   │   │   │   ├── StorageManage.pdb

│   │   │   │   └── TempPE

│   │   │   │       └── Properties.Resources.Designer.cs.dll

│   │   │   ├── StorageManage.csproj.FileList.txt

│   │   │   └── StorageManage.csproj.FileListAbsolute.txt

│   │   └── vssver2.scc

│   ├── StorageManage.sln

│   ├── StorageManage.suo

│   ├── StorageManage.vssscc

│   ├── StorageManageLibrary

│   │   ├── BasicData.cs

│   │   ├── BasicDataManage.cs

│   │   ├── Bill.cs

│   │   ├── BillAutoIDManage.cs

│   │   ├── BillDetail.cs

│   │   ├── BillManage.cs

│   │   ├── CheckBill.cs

│   │   ├── CheckBillDetail.cs

│   │   ├── CheckBillManage.cs

│   │   ├── Client.cs

│   │   ├── ClientManage.cs

│   │   ├── Depot.cs

│   │   ├── DepotManage.cs

│   │   ├── Dept.cs

│   │   ├── DeptManage.cs

│   │   ├── Employee.cs

│   │   ├── EmployeeManage.cs

│   │   ├── LoginUser.cs

│   │   ├── LoginUserManage.cs

│   │   ├── Material.cs

│   │   ├── MaterialManage.cs

│   │   ├── Properties

│   │   │   ├── AssemblyInfo.cs

│   │   │   └── vssver2.scc

│   │   ├── RemoveBill.cs

│   │   ├── RemoveBillDetail.cs

│   │   ├── RemoveBillManage.cs

│   │   ├── StorageClassManage.cs

│   │   ├── StorageManageLibrary.csproj

│   │   ├── StorageManageLibrary.csproj.vspscc

│   │   ├── Supplier.cs

│   │   ├── SupplierManage.cs

│   │   ├── SysParams.cs

│   │   ├── UserRight.cs

│   │   ├── UserRightManage.cs

│   │   ├── bin

│   │   │   ├── Debug

│   │   │   │   ├── Daniel.Liu.DAO.dll

│   │   │   │   ├── Daniel.Liu.DAO.pdb

│   │   │   │   ├── Daniel.Liu.DAO.xml

│   │   │   │   ├── StorageManageLibrary.dll

│   │   │   │   └── StorageManageLibrary.pdb

│   │   │   └── Release

│   │   │       ├── Daniel.Liu.DAO.dll

│   │   │       ├── StorageManageLibrary.dll

│   │   │       └── StorageManageLibrary.pdb

│   │   ├── mssccprj.scc

│   │   ├── obj

│   │   │   ├── Debug

│   │   │   │   ├── Refactor

│   │   │   │   │   └── StorageManageLibrary.dll

│   │   │   │   ├── ResolveAssemblyReference.cache

│   │   │   │   ├── StorageManageLibrary.dll

│   │   │   │   ├── StorageManageLibrary.pdb

│   │   │   │   ├── TempPE

│   │   │   │   └── build.force

│   │   │   ├── Release

│   │   │   │   ├── Refactor

│   │   │   │   │   └── StorageManageLibrary.dll

│   │   │   │   ├── ResolveAssemblyReference.cache

│   │   │   │   ├── StorageManageLibrary.csproj.FileListAbsolute.txt

│   │   │   │   ├── StorageManageLibrary.dll

│   │   │   │   ├── StorageManageLibrary.pdb

│   │   │   │   └── TempPE

│   │   │   ├── StorageManageLibrary.csproj.FileList.txt

│   │   │   └── StorageManageLibrary.csproj.FileListAbsolute.txt

│   │   └── vssver2.scc

│   ├── Update

│   │   ├── Properties

│   │   │   ├── AssemblyInfo.cs

│   │   │   ├── Resources.Designer.cs

│   │   │   ├── Resources.resx

│   │   │   ├── Settings.Designer.cs

│   │   │   ├── Settings.settings

│   │   │   └── vssver2.scc

│   │   ├── bin

│   │   │   ├── Debug

│   │   │   │   ├── Update.exe

│   │   │   │   └── Update.pdb

│   │   │   └── Release

│   │   │       ├── Update.exe

│   │   │       └── Update.pdb

│   │   ├── frmUpdate.cs

│   │   ├── frmUpdate.resx

│   │   ├── mssccprj.scc

│   │   ├── obj

│   │   │   ├── Debug

│   │   │   │   ├── Refactor

│   │   │   │   ├── TempPE

│   │   │   │   ├── Update.Properties.Resources.resources

│   │   │   │   ├── Update.exe

│   │   │   │   ├── Update.pdb

│   │   │   │   ├── update.csproj.GenerateResource.Cache

│   │   │   │   └── update.frmUpdate.resources

│   │   │   ├── Release

│   │   │   │   ├── Refactor

│   │   │   │   ├── TempPE

│   │   │   │   ├── Update.Properties.Resources.resources

│   │   │   │   ├── Update.exe

│   │   │   │   ├── Update.pdb

│   │   │   │   ├── update.csproj.GenerateResource.Cache

│   │   │   │   └── update.frmUpdate.resources

│   │   │   ├── Update.csproj.FileListAbsolute.txt

│   │   │   └── update.csproj.FileList.txt

│   │   ├── update.csproj

│   │   ├── update.csproj.vspscc

│   │   └── vssver2.scc

│   ├── UpgradeLog.XML

│   ├── _UpgradeReport_Files

│   │   ├── UpgradeReport.css

│   │   ├── UpgradeReport.xslt

│   │   ├── UpgradeReport_Minus.gif

│   │   └── UpgradeReport_Plus.gif

│   ├── mssccprj.scc

│   └── storehouse

│       ├── StorageManage.suo

│       └── vssver2.scc

└── 仓库系统说明.txt

76 directories, 508 files

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
C#开发,可解析WMS服务,并进行浏览,功能强大,GIS开发人员可参考文件列表 Get Capabilities Example ........................\AssemblyInfo.cs ........................\Get Capabilities Example.csproj ........................\GetCapabilitiesExample.cs Get Map Asynch Example ......................\AssemblyInfo.cs ......................\Get Map Asynch Example.csproj ......................\GetMapAsynchExample.cs ......................\GetMapAsynchExample.resx Get Map Example ...............\AssemblyInfo.cs ...............\Get Map Example.csproj ...............\GetMapExample.cs GLOBECapabilities20040423.xml MapAnimation ............\AssemblyInfo.cs ............\Map Animation.csproj ............\MapAnimation.cs ............\MapAnimation.resx WMS Overview Article.html WMS Overview.sln Wms.Client ..........\AssemblyInfo.cs ..........\Capabilities.cs ..........\CLSDFOLD.BMP ..........\DefaultServerDescriptors.xml ..........\DownloadCache.cs ..........\ENTIRNET.BMP ..........\ENTIRNETX.bmp ..........\ENTIRNETX.ICO ..........\ExtensionMap.cs ..........\Layer.cs ..........\OPENFOLD.BMP ..........\PreviewDialog.cs ..........\PreviewDialog.resx ..........\RequestBuilder.cs ..........\Retriever.cs ..........\Server.cs ..........\ServerAddDialog.cs ..........\ServerAddDialog.resx ..........\ServerDescriptor.cs ..........\Wms.Client.csproj ..........\WmsDialog.cs ..........\WmsDialog.resx ..........\WmsException.cs ..........\WmsServerDescriptors.cs ..........\WmsServerDescriptors.xsd WMSBrowser ..........\AssemblyInfo.cs ..........\MapForm.cs ..........\MapForm.resx ..........\WMSBrowser.cs ..........\WMSBrowser.csproj ..........\WMSBrowser.resx
BS .net 4.0 C# Web SQL Server 2012-2017 Fastreport报表 介绍一套仓储管理系统源码,以下为作者留言 吉特仓储管系统基础版本 适合单仓库,基本的仓库入库管理,出库管理,盘点,报损,移库,库位等管理,有着可视化图表。 系统采用Bootstrap 开发,UI 相对比较简单,业务功能不复杂,适合一般的学习开发者。 软件声明 (1)软件允许各位开发者用于自己软件的项目开发,请保留软件标题信息,版权信息,在下不胜感激。 (2)坚决抵制某些企业拿了源程序,对外宣称是自己公司团队开发,如若发现必定网络舆论讨伐。 (3)由于之前开源的版本和一些企业闹出版权问题,吉特仓储管理系统均为自己开发,其他公开销售源码,软件的均为未经授权的盗版,为不法企业和个人。 (4)本人目前定制二次开发各种仓库系统,不单独销售成品软件,如有需求可以直接联系本人。 功能清单 主要包功能如下: 系统管理 ----员工管理 ----角色管理 ----部门管理 ----菜单管理 ----权限分配 ----标识符管理 基本资料 ----供应商管理 ----库位管理 ----客户管理 ----计量单位 ----产品类别 ----产品管理 仓库管理 ----入库管理 ----出库管理 ----报损管理 ----移库管理 ----盘点管理 ----退货管理 报表管理 ----库存清单 ----货品统计 ----出入库报表 ----入库报表 ----出库报表 ----报损报表 ----退货报表 ----客户报表 ----供应商报表 ----台账记录 ----自定义报表 readme中有作者联系方式
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值