原料進貨表:id,
plum_raw_material_in
(id
raw_material_id
name
unit
unit_price
size
price
operator
remark
)原料表:id,
plum_raw_material
(id
name
size
remark
)產品表:id,
plum_raw_material
(id
name
size
remark
)產品出貨表:id,
plum_product_out
(id
product_id
name
unit
unit_price
size
price
operator
remark
)加工專案定義表
plum_process_def
(idprocess_item_name
raw_material_ids
raw_material_sizes
product_ids
product_sizes
price
is_group
processer_id
lack_personnels
remark
)員工表
plum_processer
(id
name
phone
addr
process_group_id
remark
)員工組表
plum_process_group
(id
name
remark
)員工賬戶表
plum_processer_account
(id
processer_id
profit_amount
balance_amount
withdrawed_amount
remark
)員工提現記錄表
plum_processer_withdraw
(id
processer_id
withdraw_amount
withdraw_time
operator
remark
)員工加工記錄表
plum_process_log
(id
processer_id
process_def
size
amount
process_date
operator
operate_time
remark
)-- 字典表
create table `plum_data_dict` (
`id` bigint(20) not null auto_increment comment 'id',
`catalog` varchar(50) not null default '' comment '字典型別',
`parent_id` bigint(20) default null comment '父id',
`name` varchar(50) not null default '' comment '名稱',
`value` varchar(80) not null default '' comment '值',
`remark` varchar(128) default null comment '備註',
`seq` int(11) not null default '-1' comment '排序',
`add_time` bigint(20) not null default '-1' comment '增加人',
`add_user` bigint(20) not null default '-1' comment '增加時間',
`update_time` bigint(20) not null default '-1' comment '修改人',
`update_user` bigint(20) not null default '-1' comment '修改時間',
primary key (`id`)
) engine=innodb auto_increment=1 default charset=utf8 comment='資料字典'
-- 系統配置表
create table `plum_system_config` (
`id` bigint(20) not null auto_increment comment '主鍵',
`category` varchar(32) not null comment '配置項類別',
`name` varchar(128) not null comment '配置項',
`value` varchar(5000) default null comment '取值',
`remark` varchar(2000) default null,
`add_time` bigint(20) default null comment '新增時間, unix時間戳(毫秒)',
`add_user` bigint(20) default '0' comment '新增使用者id',
`update_time` bigint(20) default null comment '更新時間, unix時間戳(毫秒),修改任何字段(除本字段外)都應更新此欄位.',
`update_user` bigint(20) default '0' comment '更新使用者id',
primary key (`id`),
unique key `ak_name` (`category`,`name`)
) engine=innodb auto_increment=26 default charset=utf8
報表-- 收支月統計表(原材料花費費用,人工花費費用,裝置花費費用,產品金額,淨利潤)
深圳逆時針
剛參加工作的人的特點
由於是在外包行業,公司每年都會吸收一大批應屆畢業生.其中,這些畢業生,應該算是幸運兒和佼佼者,他們中有很多在進入公司前沒有做過專業的職業培訓,所以肯定會走一些彎路。工作中,我不會告訴新來的人很多東西,所以還是寫出來比較好。有的畢業生工作很努力,真的很努力,有些時候真擔心這樣下去,身體會拖垮,這也是i...
利用python實現乙個小型的人員管理系統
完成使用者管理系統 實現功能如下 1 註冊新使用者 2 使用者登入 3 登出使用者 4 顯示使用者資訊 5 退出系統 exit 0 names 張三 ages 14 s 男 passwords 2222 num 0b 0while b 0and num 5 print 1.註冊新使用者 print ...
創新工場賴曉凌 最怕純網際網路的人做智慧型硬體
在智慧型硬體這塊,我絕對不相信原來網際網路那套說法,說年輕人,有闖勁 敢想敢為 自智慧型手機之後,通過軟硬結合的方式,對傳統裝置進行改造的智慧型硬體潮已經洶湧了3年有餘,許多看不清的投資人曾把這個領域當做泡沫來看待 而那些比較勇敢的投資人,卻用以身試法的方式,押注了其中乙個或者幾個,劈開了通往真理的...