欢迎来到天天文库
浏览记录
ID:13544355
大小:724.16 KB
页数:9页
时间:2018-07-23
《《小型超市进销存管理系统》系统设计报告》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、进销存管理系统系统设计报告组长:陈颖毅组员:何齐齐指导老师:戴挺一、实体类设计1.管理员类Manager(管理员)说明:Zh:管理员帐号,字符串Mm:密码,6字符GetZh:读取管理员账号SetMm()和GetMm():写入、读取密码CString:Zh,MmGetZh():intGetMm():CStringSetMm():void2.商品类Goods(商品)说明:Count:商品种类数量,整数Name:名称,汉字ID:编号,SupplierAmount:供货商数量SupplierID:供货商编号(数组)SetName和
2、GetName,SetSupplierID和GetSupplierID:写入、读取商品名称、供货商编号(自动添加供货商总数)GetID:读取商品编号GetSupplierAmount:读取供货商数量CString:Nameint:Count,ID,SupplierAmount,SupplierIDSetName():CStringGetName():CStringSetSupplierID():CStringGetSupplierID():CStringGetID():intGetSupplierAmount():int3
3、.进货单类StockList(进货单)说明:ID;编号Date;进货日期SupplierID;供货商编号GoodsAmount;进货商品类型总数CGoodsList*BillHead;进货账单链表头CGoodsList*BillTail;进货账单链表尾StockAmount;进货总额GetID();读取进货单编号GetDate();读取进货日期GetSupplierID();读取购货商编号GetGoodsAmount();读取进货商品类型总数AddGoods();添加一个商品单到进货账单尾部,不考虑多次操作的同类商品的叠加
4、CGoodsList*GetBill();读取进货账单,以链表头代替GetStockAmount();读取进货总额virtual~CStockList()int:ID,SupplierID,GoodsAmountCTime:Datefloat:StockAmountCGoodsList*BillHeadCGoodsList*BillTailGetID():intGetDate();CTimeGetSupplierID();intGetGoodsAmount();intAddGoods();voidCGoodsList*Ge
5、tBill();GetStockAmount();float~CStockList():virtual4.销售单类SalesList(销售单)说明:Count;销售单数量ID;编号Date;销售日期CustomerID;客户编号GoodsAmount;销售商品类型总数CGoodsList*BillHead;销售账单链表头CGoodsList*BillTail;销售账单链表尾SalesAmount;销售总额CSalesList();仅对销售日期、客户编号、经手人进行初始化,其余设置为0GetDate();读取销售日期GetC
6、ustomerID();读取客户编号GetGoodsAmount();读取销售商品类型总数CGoodsList*GetBill();读取销售账单,以链表头代替AddGoods();添加新的商品单,并自动添加到尾部,不考虑多次操作同类商品的叠加GetSalesAmount()/读取销售总额~CSalesList();int:Count,ID,GoodsAmount,ManagerIDCTime:Datefloat:SalesAmountCGoodsList*BillHead;CGoodsList*BillTailGetDat
7、e()GetCustomerID():int~CSalesList():virtualCGoodsList*GetBill()AddGoods():voidGetSalesAmount():floatGetGoodsAmount():int5.库存类InventoryGoods(库存)说明:StockListID;进货单名称SupplierID;供货商名称Amount;库存总量Prize;价格CInventoryGoods*Next;CInventoryGoods();~CInventoryGoods();StockLis
8、tID:intSupplierID:intAmount:intPrize:floatCInventoryGoods*Next;CInventoryGoods();~CInventoryGoods():virtual二、对话框概要设计根据系统分析,可知进销存管理系统需设计下列对话框,其名称、ID、功能如下
此文档下载收益归作者所有