进销存框架搭建

 配置数据字典

基础数据-数据字典模块添加如下数据字典。

类别代码类别名称字典内容
GoodsType 商品类别 测试
Unit 计量单位 个、千克
SettleMode 结算方式 现金、微信、支付宝、对账

配置功能菜单

下面我们根据需求文档整理好功能模块数据,在系统管理-模块管理中逐一添加进去,各模块数据表格如下:

一级模块二级模块代码图标Url描述
基础数据   BaseData database    
商品信息 GoodsList ordered-list /bds/goods 查询和维护商品信息。  
供应商管理 SupplierList usergroup-delete /bds/suppliers 查询和维护供应商信息。  
客户管理 CustomerList usergroup-add /bds/customers 查询和维护客户信息。  
进货管理   Import import    
采购进货单 ImportList unordered-list /bms/ImportList 查询和维护采购进货单信息。  
采购退货单 ImportReturn unordered-list /bms/ImportReturn 查询和维护采购退货单信息。  
销货管理   Export export    
销售出货单 ExportList unordered-list /bms/ExportList 查询和维护销售出货单信息。  
销售退货单 ExportReturn unordered-list /bms/ExportReturn 查询和维护销售退货单信息。  
库存管理   Inventory appstore    
商品库存表 GoodsInventory table /wms/GoodsInventory 查询和维护商品库存表。  
财务管理   Finance property-safety    
客户对账单 CustomerAccount unordered-list /fms/CustomerAccount 查询和维护客户对账单信息。  
供应商对账单 SupplierAccount unordered-list /fms/SupplierAccount 查询和维护供应商对账单信息。  
统计报表   Report line-chart    
进货明细表 ImportDetail table /rms/ImportDetail 查询进货明细表。  
进退货明细表 ImportReturnDetail table /rms/ImportReturnDetail 查询进退货明细表。  
销货明细表 ExportDetail table /rms/ExportDetail 查询销货明细表。  
销退货明细表 ExportReturnDetail table /rms/ExportReturnDetail 查询销退货明细表。  
商品利润表 GoodsProfit table /rms/GoodsProfit 查询商品利润表。  
posted @ 2024-07-23 17:07  microsoft-zhcn  阅读(4)  评论(0编辑  收藏  举报