资产管理系统系统设计和使用说明书.doc
《资产管理系统系统设计和使用说明书.doc》由会员分享,可在线阅读,更多相关《资产管理系统系统设计和使用说明书.doc(12页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、-各类专业好文档,值得你下载,教育,管理,论文,制度,方案手册,应有尽有- 资产管理系统设计说明书的内容系统主要基于oracle 数据库的变成,及相应的MFC变成思想与方法.以及VC与数据库的连接方法。1、高层设计1.1数据库设计中包括的表:(1) users表:Create table users(uno char(20) primary key,uname char(20) not null,usex char(2) constraint u1 check (usex in (男,女),ubirthdate char(20),utype int not null,udpmtname cha
2、r(20) not null,udpmtno char(20) not null,uemail char(20),uphone char(20),uip char(20));(2) Assets表:Create Table ASSETS(ano char(20) primary key,aname char(20) not null,astartdate char(20) not null,ausedate char(20) not null,assupplierno char(20) not null,供应商编号-外码akeeperno char(20) not null,保管者编号-外码a
3、status char(20) not null,atype char(20) not null,anum int,aprice char(20);(3)SUPPLIER表:Create Table SUPPLIER(sno char(20) primary key,sname char(20) not null,sperson char(20) not null,sphone char(20) not null,saddress char(20) not null,swebsite char(20),sassetstype char(20),scapital char(20),smploye
4、enum char(20),sintroduction char(50);(4)RECYCLE表Create Table RECYCLE(rano char(20),资产编号-外码raname char(20),资产名称-外码rastartdate char(20),资产启用日期-外码rausedate char(20),资产可用日期-外码raenddate char(20) not null,rassupplierno char(20),供应商编号-外码raprice char(20),资产价格-外码ratype char(20),资产类别-外码rreason char(100),rpers
5、onname char(20);(5)APPROVE表:Create Table APPROVE(apno char(20) primary key,apstatus char(20) not null,appersonno char(20),appersonname char(20),apano char(20) not null,资产编号-外码apaname char(20) not null,资产名称-外码apastartdate char(20),资产启用日期-外码apassupplierno char(20),供应商编号-外码apastatus char(20),资产状态-外码apa
6、price char(20),资产价格-外码apatype char(20),资产类别-外码apuno char(20) not null,申请人编号-外码apuname char(20) not null,申请人姓名-外码aptype char(20) not null,apreason char(100);(6) password表:create table password(pno char(20) primary key,ppassword char(20);(7) log表:Create table log(lno char(20) primary key,lthing char(2
7、00),ltime char(100);1。2界面设计该资产管理系统共有5个界面,说明:(1)联系,(2)(3)(4)(5)四个界面可以通过各自界面右上角的切换用户按钮进行切换,进而改变的操作的权限。所以可以根据需求,选择适合用户改变正确的权限进行操作.(2)并且对所有的按钮都是进行左键单击来执行的.分别为:(1)用户登陆界面:功能:用于用户登录。(只有登陆成功才会进到其他四个不同功能用户的界面,并且登陆账号的形式如(10000,10001,10002,10003,10004)密码如(123)。(2)总经理和分公司经理权限界面:一、 查询功能:可以进行1. 人员信息查询:左键单击后会出现如下表
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 资产 管理 系统 设计 使用 说明书
限制150内