基本信息
源码名称:[源代码] C# WinForms 项目实战 - 企业ERP管理系统
源码大小:3.65M
文件格式:.7z
开发语言:C#
更新时间:2023-07-07
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
[源代码] C# WinForms 项目实战 - 企业ERP管理系统
☆☆ 资源说明:☆☆ ☆ 系统功能:☆ 限于操作人员的计算机操作水平,因此要求系统具有良好的人机交互...对用户输入的数据,进行严格的数据检验,尽可能避免人为错误; 系统最大限度地实现了易维护性和易操作性;
文件清单
└── 企业ERP管理系统
├── DataBase
│ ├── SMALLERP_Data.MDF
│ ├── SMALLERP_Log.LDF
│ └── 数据库脚本.sql
├── SMALLERP
│ ├── SMALLERP
│ │ ├── AppMain.cs
│ │ ├── AppMain.Designer.cs
│ │ ├── AppMain.resx
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── SMALLERP.ini
│ │ │ │ ├── SMALLERP.vshost.exe
│ │ │ │ └── SMALLERP.vshost.exe.manifest
│ │ │ └── Release
│ │ ├── BS
│ │ │ ├── FormBSAccount.cs
│ │ │ ├── FormBSAccount.Designer.cs
│ │ │ ├── FormBSAccount.resx
│ │ │ ├── FormBSBom.cs
│ │ │ ├── FormBSBom.Designer.cs
│ │ │ ├── FormBSBomInput.cs
│ │ │ ├── FormBSBomInput.Designer.cs
│ │ │ ├── FormBSBomInput.resx
│ │ │ ├── FormBSBom.resx
│ │ │ ├── FormBSCost.cs
│ │ │ ├── FormBSCost.Designer.cs
│ │ │ ├── FormBSCost.resx
│ │ │ ├── FormBSCostType.cs
│ │ │ ├── FormBSCostType.Designer.cs
│ │ │ ├── FormBSCostTypeInput.cs
│ │ │ ├── FormBSCostTypeInput.Designer.cs
│ │ │ ├── FormBSCostTypeInput.resx
│ │ │ ├── FormBSCostType.resx
│ │ │ ├── FormBSCustomer.cs
│ │ │ ├── FormBSCustomer.Designer.cs
│ │ │ ├── FormBSCustomer.resx
│ │ │ ├── FormBSDepartment.cs
│ │ │ ├── FormBSDepartment.Designer.cs
│ │ │ ├── FormBSDepartmentInput.cs
│ │ │ ├── FormBSDepartmentInput.Designer.cs
│ │ │ ├── FormBSDepartmentInput.resx
│ │ │ ├── FormBSDepartment.resx
│ │ │ ├── FormBSEmployee.cs
│ │ │ ├── FormBSEmployee.Designer.cs
│ │ │ ├── FormBSEmployee.resx
│ │ │ ├── FormBSInven.cs
│ │ │ ├── FormBSInven.Designer.cs
│ │ │ ├── FormBSInven.resx
│ │ │ ├── FormBSInvenType.cs
│ │ │ ├── FormBSInvenType.Designer.cs
│ │ │ ├── FormBSInvenTypeInput.cs
│ │ │ ├── FormBSInvenTypeInput.Designer.cs
│ │ │ ├── FormBSInvenTypeInput.resx
│ │ │ ├── FormBSInvenType.resx
│ │ │ ├── FormBSStore.cs
│ │ │ ├── FormBSStore.Designer.cs
│ │ │ ├── FormBSStore.resx
│ │ │ ├── FormBSSupplier.cs
│ │ │ ├── FormBSSupplier.Designer.cs
│ │ │ ├── FormBSSupplier.resx
│ │ │ ├── FormInitStock.cs
│ │ │ ├── FormInitStock.Designer.cs
│ │ │ └── FormInitStock.resx
│ │ ├── ComClass
│ │ │ ├── Chart.cs
│ │ │ ├── CommonUse.cs
│ │ │ ├── OperatorFile.cs
│ │ │ └── PropertyClass.cs
│ │ ├── CU
│ │ │ ├── FormBaseType.cs
│ │ │ ├── FormBaseType.Designer.cs
│ │ │ ├── FormBaseTypeInput.cs
│ │ │ ├── FormBaseTypeInput.Designer.cs
│ │ │ ├── FormBaseTypeInput.resx
│ │ │ ├── FormBaseType.resx
│ │ │ ├── FormCUAfterService.cs
│ │ │ ├── FormCUAfterService.Designer.cs
│ │ │ ├── FormCUAfterService.resx
│ │ │ ├── FormCURelRecord.cs
│ │ │ ├── FormCURelRecord.Designer.cs
│ │ │ ├── FormCURelRecord.resx
│ │ │ ├── FormCUSellChance.cs
│ │ │ ├── FormCUSellChance.Designer.cs
│ │ │ ├── FormCUSellChance.resx
│ │ │ ├── FormCustomerAnalyse.cs
│ │ │ ├── FormCustomerAnalyse.Designer.cs
│ │ │ ├── FormCustomerAnalyse.resx
│ │ │ ├── FormCustomerCourse.cs
│ │ │ ├── FormCustomerCourse.Designer.cs
│ │ │ └── FormCustomerCourse.resx
│ │ ├── DataClass
│ │ │ └── DataBase.cs
│ │ ├── FI
│ │ │ ├── FormFIDeposit.cs
│ │ │ ├── FormFIDeposit.Designer.cs
│ │ │ ├── FormFIDeposit.resx
│ │ │ ├── FormFIPurCost.cs
│ │ │ ├── FormFIPurCost.Designer.cs
│ │ │ ├── FormFIPurCost.resx
│ │ │ ├── FormFISelCost.cs
│ │ │ ├── FormFISelCost.Designer.cs
│ │ │ └── FormFISelCost.resx
│ │ ├── Images
│ │ │ ├── add.ico
│ │ │ ├── BS
│ │ │ │ ├── 初始化库存.ico
│ │ │ │ ├── 档案管理.ico
│ │ │ │ ├── 物料清单.ico
│ │ │ │ ├── 类别管理.ico
│ │ │ │ └── 结算帐户.ico
│ │ │ ├── btnfind.ico
│ │ │ ├── cancel.ico
│ │ │ ├── change.ico
│ │ │ ├── CLAIM.ICO
│ │ │ ├── close.ico
│ │ │ ├── CU
│ │ │ │ ├── 基础分类.ico
│ │ │ │ ├── 客户进程.ico
│ │ │ │ └── 类型分析.ico
│ │ │ ├── delete.ico
│ │ │ ├── export.ico
│ │ │ ├── FI
│ │ │ │ ├── 采购费用单.ico
│ │ │ │ ├── 银行存款单.ico
│ │ │ │ └── 销售费用单.ico
│ │ │ ├── find.ico
│ │ │ ├── open.ico
│ │ │ ├── OT
│ │ │ │ ├── baobiao图标.ico
│ │ │ │ ├── xitong图标.ico
│ │ │ │ ├── 主界面01.BMP
│ │ │ │ ├── 仓库管理.ico
│ │ │ │ ├── 取消.BMP
│ │ │ │ ├── 基础管理.ico
│ │ │ │ ├── 客户管理.ico
│ │ │ │ ├── 生产管理.ico
│ │ │ │ ├── 登录.bmp
│ │ │ │ ├── 确定.BMP
│ │ │ │ ├── 系统登录界面2.bmp
│ │ │ │ ├── 系统登录界面.BMP
│ │ │ │ ├── 财务管理.ico
│ │ │ │ ├── 退出.bmp
│ │ │ │ ├── 采购管理.ico
│ │ │ │ ├── 重置.bmp
│ │ │ │ └── 销售管理.ico
│ │ │ ├── PR
│ │ │ │ ├── 主生产计划.ico
│ │ │ │ ├── 生产入库单.ico
│ │ │ │ ├── 生产单.ico
│ │ │ │ └── 生产完工处理.ico
│ │ │ ├── print.ico
│ │ │ ├── PU
│ │ │ │ ├── 采购付款单 (67).ico
│ │ │ │ ├── 采购入库单.ico
│ │ │ │ └── 采购订单.ico
│ │ │ ├── Query.ico
│ │ │ ├── refulsh.ico
│ │ │ ├── RP
│ │ │ │ ├── 产品销售明细表.ico
│ │ │ │ ├── 产品销售毛利明细表.ico
│ │ │ │ ├── 产品销售毛利汇总表.ico
│ │ │ │ ├── 产品销售汇总表.ico
│ │ │ │ ├── 原材料采购明细表.ico
│ │ │ │ ├── 原材料采购汇总表.ico
│ │ │ │ └── 库存预警明细表.ico
│ │ │ ├── SE
│ │ │ │ ├── 销售出库单.ico
│ │ │ │ ├── 销售收款单.ico
│ │ │ │ └── 销售订单.ico
│ │ │ ├── ST
│ │ │ │ ├── 库存清单.ico
│ │ │ │ ├── 库存盘点.ico
│ │ │ │ ├── 报损清单.ico
│ │ │ │ ├── 退料单.ico
│ │ │ │ └── 领料单.ico
│ │ │ ├── stop.ico
│ │ │ ├── SY
│ │ │ │ ├── 密码修改.ico
│ │ │ │ ├── 操作员管理.ico
│ │ │ │ └── 操作权限.ico
│ │ │ └── UNCLAIM.ICO
│ │ ├── Login.cs
│ │ ├── Login.Designer.cs
│ │ ├── Login.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── SMALLERP.csproj.FileListAbsolute.txt
│ │ │ └── TempPE
│ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ ├── RP.RPT.CryPurCollectReport.cs.dll
│ │ │ ├── RP.RPT.CryPurReport.cs.dll
│ │ │ ├── RP.RPT.CrySelCollectReport.cs.dll
│ │ │ ├── RP.RPT.CrySelReport.cs.dll
│ │ │ ├── RP.RPT.CrystalReport1.cs.dll
│ │ │ ├── RP.RPT.CrystalReport2.cs.dll
│ │ │ ├── RP.RPT.CrystalSelProfitCollectReport.cs.dll
│ │ │ ├── RP.RPT.CrystalSelProfitReport.cs.dll
│ │ │ ├── RP.RPT.CrystalTest.cs.dll
│ │ │ ├── RP.RPT.CryStockWarnReport.cs.dll
│ │ │ ├── RP.RPT.副本 CrystalSelProfitCollectReport.cs.dll
│ │ │ └── RPT.CrystalReport1.cs.dll
│ │ ├── PR
│ │ │ ├── FormBrowsePRPlan.cs
│ │ │ ├── FormBrowsePRPlan.Designer.cs
│ │ │ ├── FormBrowsePRPlan.resx
│ │ │ ├── FormBrowsePRProduce.cs
│ │ │ ├── FormBrowsePRProduce.Designer.cs
│ │ │ ├── FormBrowsePRProduce.resx
│ │ │ ├── FormPRInStore.cs
│ │ │ ├── FormPRInStore.Designer.cs
│ │ │ ├── FormPRInStore.resx
│ │ │ ├── FormProduceComplete.cs
│ │ │ ├── FormProduceComplete.Designer.cs
│ │ │ ├── FormProduceComplete.resx
│ │ │ ├── FormPRPlan.cs
│ │ │ ├── FormPRPlan.Designer.cs
│ │ │ ├── FormPRPlan.resx
│ │ │ ├── FormPRProduce.cs
│ │ │ ├── FormPRProduce.Designer.cs
│ │ │ └── FormPRProduce.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── PU
│ │ │ ├── FormBrowsePUInStore.cs
│ │ │ ├── FormBrowsePUInStore.Designer.cs
│ │ │ ├── FormBrowsePUInStore.resx
│ │ │ ├── FormBrowsePUOrder.cs
│ │ │ ├── FormBrowsePUOrder.Designer.cs
│ │ │ ├── FormBrowsePUOrder.resx
│ │ │ ├── FormPUInStore.cs
│ │ │ ├── FormPUInStore.Designer.cs
│ │ │ ├── FormPUInStore.resx
│ │ │ ├── FormPUOrder.cs
│ │ │ ├── FormPUOrder.Designer.cs
│ │ │ ├── FormPUOrder.resx
│ │ │ ├── FormPUPay.cs
│ │ │ ├── FormPUPay.Designer.cs
│ │ │ └── FormPUPay.resx
│ │ ├── RP
│ │ │ ├── FORM
│ │ │ │ ├── FormPurCollectReport.cs
│ │ │ │ ├── FormPurCollectReport.Designer.cs
│ │ │ │ ├── FormPurCollectReport.resx
│ │ │ │ ├── FormPurReport.cs
│ │ │ │ ├── FormPurReport.Designer.cs
│ │ │ │ ├── FormPurReport.resx
│ │ │ │ ├── FormSelCollectReport.cs
│ │ │ │ ├── FormSelCollectReport.Designer.cs
│ │ │ │ ├── FormSelCollectReport.resx
│ │ │ │ ├── FormSelProfitCollectReport.cs
│ │ │ │ ├── FormSelProfitCollectReport.Designer.cs
│ │ │ │ ├── FormSelProfitCollectReport.resx
│ │ │ │ ├── FormSelProfitReport.cs
│ │ │ │ ├── FormSelProfitReport.Designer.cs
│ │ │ │ ├── FormSelProfitReport.resx
│ │ │ │ ├── FormSelReport.cs
│ │ │ │ ├── FormSelReport.Designer.cs
│ │ │ │ ├── FormSelReport.resx
│ │ │ │ ├── FormStockWarnReport.cs
│ │ │ │ ├── FormStockWarnReport.Designer.cs
│ │ │ │ └── FormStockWarnReport.resx
│ │ │ └── RPT
│ │ │ ├── CryPurCollectReport.cs
│ │ │ ├── CryPurCollectReport.rpt
│ │ │ ├── CryPurReport.cs
│ │ │ ├── CryPurReport.rpt
│ │ │ ├── CrySelCollectReport.cs
│ │ │ ├── CrySelCollectReport.rpt
│ │ │ ├── CrySelReport.cs
│ │ │ ├── CrySelReport.rpt
│ │ │ ├── CrystalSelProfitCollectReport.cs
│ │ │ ├── CrystalSelProfitCollectReport.rpt
│ │ │ ├── CrystalSelProfitReport.cs
│ │ │ ├── CrystalSelProfitReport.rpt
│ │ │ ├── CrystalTest.cs
│ │ │ ├── CrystalTest.rpt
│ │ │ ├── CryStockWarnReport.cs
│ │ │ └── CryStockWarnReport.rpt
│ │ ├── SE
│ │ │ ├── FormBrowseSEOrder.cs
│ │ │ ├── FormBrowseSEOrder.Designer.cs
│ │ │ ├── FormBrowseSEOrder.resx
│ │ │ ├── FormBrowseSEOutStore.cs
│ │ │ ├── FormBrowseSEOutStore.Designer.cs
│ │ │ ├── FormBrowseSEOutStore.resx
│ │ │ ├── FormSEGather.cs
│ │ │ ├── FormSEGather.Designer.cs
│ │ │ ├── FormSEGather.resx
│ │ │ ├── FormSEOrder.cs
│ │ │ ├── FormSEOrder.Designer.cs
│ │ │ ├── FormSEOrder.resx
│ │ │ ├── FormSEOutStore.cs
│ │ │ ├── FormSEOutStore.Designer.cs
│ │ │ └── FormSEOutStore.resx
│ │ ├── SMALLERP.csproj
│ │ ├── SMALLERP.csproj.user
│ │ ├── ST
│ │ │ ├── FormSTCheck.cs
│ │ │ ├── FormSTCheck.Designer.cs
│ │ │ ├── FormSTCheck.resx
│ │ │ ├── FormSTGetBrowseProduce.cs
│ │ │ ├── FormSTGetBrowseProduce.Designer.cs
│ │ │ ├── FormSTGetBrowseProduce.resx
│ │ │ ├── FormSTGetMaterial.cs
│ │ │ ├── FormSTGetMaterial.Designer.cs
│ │ │ ├── FormSTGetMaterial.resx
│ │ │ ├── FormSTLoss.cs
│ │ │ ├── FormSTLoss.Designer.cs
│ │ │ ├── FormSTLoss.resx
│ │ │ ├── FormStockQuery.cs
│ │ │ ├── FormStockQuery.Designer.cs
│ │ │ ├── FormStockQuery.resx
│ │ │ ├── FormSTReturnBrowseProduce.cs
│ │ │ ├── FormSTReturnBrowseProduce.Designer.cs
│ │ │ ├── FormSTReturnBrowseProduce.resx
│ │ │ ├── FormSTReturnMaterial.cs
│ │ │ ├── FormSTReturnMaterial.Designer.cs
│ │ │ └── FormSTReturnMaterial.resx
│ │ └── SY
│ │ ├── FormAssignRight.cs
│ │ ├── FormAssignRight.Designer.cs
│ │ ├── FormAssignRight.resx
│ │ ├── FormPassWord.cs
│ │ ├── FormPassWord.Designer.cs
│ │ ├── FormPassWord.resx
│ │ ├── FormSYOperator.cs
│ │ ├── FormSYOperator.Designer.cs
│ │ └── FormSYOperator.resx
│ ├── SMALLERP.sln
│ └── SMALLERP.suo
└── 程序使用说明.docx
36 directories, 305 files
[源代码] C# WinForms 项目实战 - 企业ERP管理系统
☆☆ 资源说明:☆☆ ☆ 系统功能:☆ 限于操作人员的计算机操作水平,因此要求系统具有良好的人机交互...对用户输入的数据,进行严格的数据检验,尽可能避免人为错误; 系统最大限度地实现了易维护性和易操作性;
文件清单
└── 企业ERP管理系统
├── DataBase
│ ├── SMALLERP_Data.MDF
│ ├── SMALLERP_Log.LDF
│ └── 数据库脚本.sql
├── SMALLERP
│ ├── SMALLERP
│ │ ├── AppMain.cs
│ │ ├── AppMain.Designer.cs
│ │ ├── AppMain.resx
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── SMALLERP.ini
│ │ │ │ ├── SMALLERP.vshost.exe
│ │ │ │ └── SMALLERP.vshost.exe.manifest
│ │ │ └── Release
│ │ ├── BS
│ │ │ ├── FormBSAccount.cs
│ │ │ ├── FormBSAccount.Designer.cs
│ │ │ ├── FormBSAccount.resx
│ │ │ ├── FormBSBom.cs
│ │ │ ├── FormBSBom.Designer.cs
│ │ │ ├── FormBSBomInput.cs
│ │ │ ├── FormBSBomInput.Designer.cs
│ │ │ ├── FormBSBomInput.resx
│ │ │ ├── FormBSBom.resx
│ │ │ ├── FormBSCost.cs
│ │ │ ├── FormBSCost.Designer.cs
│ │ │ ├── FormBSCost.resx
│ │ │ ├── FormBSCostType.cs
│ │ │ ├── FormBSCostType.Designer.cs
│ │ │ ├── FormBSCostTypeInput.cs
│ │ │ ├── FormBSCostTypeInput.Designer.cs
│ │ │ ├── FormBSCostTypeInput.resx
│ │ │ ├── FormBSCostType.resx
│ │ │ ├── FormBSCustomer.cs
│ │ │ ├── FormBSCustomer.Designer.cs
│ │ │ ├── FormBSCustomer.resx
│ │ │ ├── FormBSDepartment.cs
│ │ │ ├── FormBSDepartment.Designer.cs
│ │ │ ├── FormBSDepartmentInput.cs
│ │ │ ├── FormBSDepartmentInput.Designer.cs
│ │ │ ├── FormBSDepartmentInput.resx
│ │ │ ├── FormBSDepartment.resx
│ │ │ ├── FormBSEmployee.cs
│ │ │ ├── FormBSEmployee.Designer.cs
│ │ │ ├── FormBSEmployee.resx
│ │ │ ├── FormBSInven.cs
│ │ │ ├── FormBSInven.Designer.cs
│ │ │ ├── FormBSInven.resx
│ │ │ ├── FormBSInvenType.cs
│ │ │ ├── FormBSInvenType.Designer.cs
│ │ │ ├── FormBSInvenTypeInput.cs
│ │ │ ├── FormBSInvenTypeInput.Designer.cs
│ │ │ ├── FormBSInvenTypeInput.resx
│ │ │ ├── FormBSInvenType.resx
│ │ │ ├── FormBSStore.cs
│ │ │ ├── FormBSStore.Designer.cs
│ │ │ ├── FormBSStore.resx
│ │ │ ├── FormBSSupplier.cs
│ │ │ ├── FormBSSupplier.Designer.cs
│ │ │ ├── FormBSSupplier.resx
│ │ │ ├── FormInitStock.cs
│ │ │ ├── FormInitStock.Designer.cs
│ │ │ └── FormInitStock.resx
│ │ ├── ComClass
│ │ │ ├── Chart.cs
│ │ │ ├── CommonUse.cs
│ │ │ ├── OperatorFile.cs
│ │ │ └── PropertyClass.cs
│ │ ├── CU
│ │ │ ├── FormBaseType.cs
│ │ │ ├── FormBaseType.Designer.cs
│ │ │ ├── FormBaseTypeInput.cs
│ │ │ ├── FormBaseTypeInput.Designer.cs
│ │ │ ├── FormBaseTypeInput.resx
│ │ │ ├── FormBaseType.resx
│ │ │ ├── FormCUAfterService.cs
│ │ │ ├── FormCUAfterService.Designer.cs
│ │ │ ├── FormCUAfterService.resx
│ │ │ ├── FormCURelRecord.cs
│ │ │ ├── FormCURelRecord.Designer.cs
│ │ │ ├── FormCURelRecord.resx
│ │ │ ├── FormCUSellChance.cs
│ │ │ ├── FormCUSellChance.Designer.cs
│ │ │ ├── FormCUSellChance.resx
│ │ │ ├── FormCustomerAnalyse.cs
│ │ │ ├── FormCustomerAnalyse.Designer.cs
│ │ │ ├── FormCustomerAnalyse.resx
│ │ │ ├── FormCustomerCourse.cs
│ │ │ ├── FormCustomerCourse.Designer.cs
│ │ │ └── FormCustomerCourse.resx
│ │ ├── DataClass
│ │ │ └── DataBase.cs
│ │ ├── FI
│ │ │ ├── FormFIDeposit.cs
│ │ │ ├── FormFIDeposit.Designer.cs
│ │ │ ├── FormFIDeposit.resx
│ │ │ ├── FormFIPurCost.cs
│ │ │ ├── FormFIPurCost.Designer.cs
│ │ │ ├── FormFIPurCost.resx
│ │ │ ├── FormFISelCost.cs
│ │ │ ├── FormFISelCost.Designer.cs
│ │ │ └── FormFISelCost.resx
│ │ ├── Images
│ │ │ ├── add.ico
│ │ │ ├── BS
│ │ │ │ ├── 初始化库存.ico
│ │ │ │ ├── 档案管理.ico
│ │ │ │ ├── 物料清单.ico
│ │ │ │ ├── 类别管理.ico
│ │ │ │ └── 结算帐户.ico
│ │ │ ├── btnfind.ico
│ │ │ ├── cancel.ico
│ │ │ ├── change.ico
│ │ │ ├── CLAIM.ICO
│ │ │ ├── close.ico
│ │ │ ├── CU
│ │ │ │ ├── 基础分类.ico
│ │ │ │ ├── 客户进程.ico
│ │ │ │ └── 类型分析.ico
│ │ │ ├── delete.ico
│ │ │ ├── export.ico
│ │ │ ├── FI
│ │ │ │ ├── 采购费用单.ico
│ │ │ │ ├── 银行存款单.ico
│ │ │ │ └── 销售费用单.ico
│ │ │ ├── find.ico
│ │ │ ├── open.ico
│ │ │ ├── OT
│ │ │ │ ├── baobiao图标.ico
│ │ │ │ ├── xitong图标.ico
│ │ │ │ ├── 主界面01.BMP
│ │ │ │ ├── 仓库管理.ico
│ │ │ │ ├── 取消.BMP
│ │ │ │ ├── 基础管理.ico
│ │ │ │ ├── 客户管理.ico
│ │ │ │ ├── 生产管理.ico
│ │ │ │ ├── 登录.bmp
│ │ │ │ ├── 确定.BMP
│ │ │ │ ├── 系统登录界面2.bmp
│ │ │ │ ├── 系统登录界面.BMP
│ │ │ │ ├── 财务管理.ico
│ │ │ │ ├── 退出.bmp
│ │ │ │ ├── 采购管理.ico
│ │ │ │ ├── 重置.bmp
│ │ │ │ └── 销售管理.ico
│ │ │ ├── PR
│ │ │ │ ├── 主生产计划.ico
│ │ │ │ ├── 生产入库单.ico
│ │ │ │ ├── 生产单.ico
│ │ │ │ └── 生产完工处理.ico
│ │ │ ├── print.ico
│ │ │ ├── PU
│ │ │ │ ├── 采购付款单 (67).ico
│ │ │ │ ├── 采购入库单.ico
│ │ │ │ └── 采购订单.ico
│ │ │ ├── Query.ico
│ │ │ ├── refulsh.ico
│ │ │ ├── RP
│ │ │ │ ├── 产品销售明细表.ico
│ │ │ │ ├── 产品销售毛利明细表.ico
│ │ │ │ ├── 产品销售毛利汇总表.ico
│ │ │ │ ├── 产品销售汇总表.ico
│ │ │ │ ├── 原材料采购明细表.ico
│ │ │ │ ├── 原材料采购汇总表.ico
│ │ │ │ └── 库存预警明细表.ico
│ │ │ ├── SE
│ │ │ │ ├── 销售出库单.ico
│ │ │ │ ├── 销售收款单.ico
│ │ │ │ └── 销售订单.ico
│ │ │ ├── ST
│ │ │ │ ├── 库存清单.ico
│ │ │ │ ├── 库存盘点.ico
│ │ │ │ ├── 报损清单.ico
│ │ │ │ ├── 退料单.ico
│ │ │ │ └── 领料单.ico
│ │ │ ├── stop.ico
│ │ │ ├── SY
│ │ │ │ ├── 密码修改.ico
│ │ │ │ ├── 操作员管理.ico
│ │ │ │ └── 操作权限.ico
│ │ │ └── UNCLAIM.ICO
│ │ ├── Login.cs
│ │ ├── Login.Designer.cs
│ │ ├── Login.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── SMALLERP.csproj.FileListAbsolute.txt
│ │ │ └── TempPE
│ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ ├── RP.RPT.CryPurCollectReport.cs.dll
│ │ │ ├── RP.RPT.CryPurReport.cs.dll
│ │ │ ├── RP.RPT.CrySelCollectReport.cs.dll
│ │ │ ├── RP.RPT.CrySelReport.cs.dll
│ │ │ ├── RP.RPT.CrystalReport1.cs.dll
│ │ │ ├── RP.RPT.CrystalReport2.cs.dll
│ │ │ ├── RP.RPT.CrystalSelProfitCollectReport.cs.dll
│ │ │ ├── RP.RPT.CrystalSelProfitReport.cs.dll
│ │ │ ├── RP.RPT.CrystalTest.cs.dll
│ │ │ ├── RP.RPT.CryStockWarnReport.cs.dll
│ │ │ ├── RP.RPT.副本 CrystalSelProfitCollectReport.cs.dll
│ │ │ └── RPT.CrystalReport1.cs.dll
│ │ ├── PR
│ │ │ ├── FormBrowsePRPlan.cs
│ │ │ ├── FormBrowsePRPlan.Designer.cs
│ │ │ ├── FormBrowsePRPlan.resx
│ │ │ ├── FormBrowsePRProduce.cs
│ │ │ ├── FormBrowsePRProduce.Designer.cs
│ │ │ ├── FormBrowsePRProduce.resx
│ │ │ ├── FormPRInStore.cs
│ │ │ ├── FormPRInStore.Designer.cs
│ │ │ ├── FormPRInStore.resx
│ │ │ ├── FormProduceComplete.cs
│ │ │ ├── FormProduceComplete.Designer.cs
│ │ │ ├── FormProduceComplete.resx
│ │ │ ├── FormPRPlan.cs
│ │ │ ├── FormPRPlan.Designer.cs
│ │ │ ├── FormPRPlan.resx
│ │ │ ├── FormPRProduce.cs
│ │ │ ├── FormPRProduce.Designer.cs
│ │ │ └── FormPRProduce.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── PU
│ │ │ ├── FormBrowsePUInStore.cs
│ │ │ ├── FormBrowsePUInStore.Designer.cs
│ │ │ ├── FormBrowsePUInStore.resx
│ │ │ ├── FormBrowsePUOrder.cs
│ │ │ ├── FormBrowsePUOrder.Designer.cs
│ │ │ ├── FormBrowsePUOrder.resx
│ │ │ ├── FormPUInStore.cs
│ │ │ ├── FormPUInStore.Designer.cs
│ │ │ ├── FormPUInStore.resx
│ │ │ ├── FormPUOrder.cs
│ │ │ ├── FormPUOrder.Designer.cs
│ │ │ ├── FormPUOrder.resx
│ │ │ ├── FormPUPay.cs
│ │ │ ├── FormPUPay.Designer.cs
│ │ │ └── FormPUPay.resx
│ │ ├── RP
│ │ │ ├── FORM
│ │ │ │ ├── FormPurCollectReport.cs
│ │ │ │ ├── FormPurCollectReport.Designer.cs
│ │ │ │ ├── FormPurCollectReport.resx
│ │ │ │ ├── FormPurReport.cs
│ │ │ │ ├── FormPurReport.Designer.cs
│ │ │ │ ├── FormPurReport.resx
│ │ │ │ ├── FormSelCollectReport.cs
│ │ │ │ ├── FormSelCollectReport.Designer.cs
│ │ │ │ ├── FormSelCollectReport.resx
│ │ │ │ ├── FormSelProfitCollectReport.cs
│ │ │ │ ├── FormSelProfitCollectReport.Designer.cs
│ │ │ │ ├── FormSelProfitCollectReport.resx
│ │ │ │ ├── FormSelProfitReport.cs
│ │ │ │ ├── FormSelProfitReport.Designer.cs
│ │ │ │ ├── FormSelProfitReport.resx
│ │ │ │ ├── FormSelReport.cs
│ │ │ │ ├── FormSelReport.Designer.cs
│ │ │ │ ├── FormSelReport.resx
│ │ │ │ ├── FormStockWarnReport.cs
│ │ │ │ ├── FormStockWarnReport.Designer.cs
│ │ │ │ └── FormStockWarnReport.resx
│ │ │ └── RPT
│ │ │ ├── CryPurCollectReport.cs
│ │ │ ├── CryPurCollectReport.rpt
│ │ │ ├── CryPurReport.cs
│ │ │ ├── CryPurReport.rpt
│ │ │ ├── CrySelCollectReport.cs
│ │ │ ├── CrySelCollectReport.rpt
│ │ │ ├── CrySelReport.cs
│ │ │ ├── CrySelReport.rpt
│ │ │ ├── CrystalSelProfitCollectReport.cs
│ │ │ ├── CrystalSelProfitCollectReport.rpt
│ │ │ ├── CrystalSelProfitReport.cs
│ │ │ ├── CrystalSelProfitReport.rpt
│ │ │ ├── CrystalTest.cs
│ │ │ ├── CrystalTest.rpt
│ │ │ ├── CryStockWarnReport.cs
│ │ │ └── CryStockWarnReport.rpt
│ │ ├── SE
│ │ │ ├── FormBrowseSEOrder.cs
│ │ │ ├── FormBrowseSEOrder.Designer.cs
│ │ │ ├── FormBrowseSEOrder.resx
│ │ │ ├── FormBrowseSEOutStore.cs
│ │ │ ├── FormBrowseSEOutStore.Designer.cs
│ │ │ ├── FormBrowseSEOutStore.resx
│ │ │ ├── FormSEGather.cs
│ │ │ ├── FormSEGather.Designer.cs
│ │ │ ├── FormSEGather.resx
│ │ │ ├── FormSEOrder.cs
│ │ │ ├── FormSEOrder.Designer.cs
│ │ │ ├── FormSEOrder.resx
│ │ │ ├── FormSEOutStore.cs
│ │ │ ├── FormSEOutStore.Designer.cs
│ │ │ └── FormSEOutStore.resx
│ │ ├── SMALLERP.csproj
│ │ ├── SMALLERP.csproj.user
│ │ ├── ST
│ │ │ ├── FormSTCheck.cs
│ │ │ ├── FormSTCheck.Designer.cs
│ │ │ ├── FormSTCheck.resx
│ │ │ ├── FormSTGetBrowseProduce.cs
│ │ │ ├── FormSTGetBrowseProduce.Designer.cs
│ │ │ ├── FormSTGetBrowseProduce.resx
│ │ │ ├── FormSTGetMaterial.cs
│ │ │ ├── FormSTGetMaterial.Designer.cs
│ │ │ ├── FormSTGetMaterial.resx
│ │ │ ├── FormSTLoss.cs
│ │ │ ├── FormSTLoss.Designer.cs
│ │ │ ├── FormSTLoss.resx
│ │ │ ├── FormStockQuery.cs
│ │ │ ├── FormStockQuery.Designer.cs
│ │ │ ├── FormStockQuery.resx
│ │ │ ├── FormSTReturnBrowseProduce.cs
│ │ │ ├── FormSTReturnBrowseProduce.Designer.cs
│ │ │ ├── FormSTReturnBrowseProduce.resx
│ │ │ ├── FormSTReturnMaterial.cs
│ │ │ ├── FormSTReturnMaterial.Designer.cs
│ │ │ └── FormSTReturnMaterial.resx
│ │ └── SY
│ │ ├── FormAssignRight.cs
│ │ ├── FormAssignRight.Designer.cs
│ │ ├── FormAssignRight.resx
│ │ ├── FormPassWord.cs
│ │ ├── FormPassWord.Designer.cs
│ │ ├── FormPassWord.resx
│ │ ├── FormSYOperator.cs
│ │ ├── FormSYOperator.Designer.cs
│ │ └── FormSYOperator.resx
│ ├── SMALLERP.sln
│ └── SMALLERP.suo
└── 程序使用说明.docx
36 directories, 305 files