project
final report : https://docs.google.com/document/d/162nj3hm8CIAJENc_TxaSE0HrRz4HzZaFiHGvBGtmkTc/edit?usp=sharing
document resource : https://drive.google.com/drive/u/0/folders/1br70b5fAyWFVX2XX6Gel8bY6hGJtUZny
krypton tool: https://github.com/Krypton-Suite/Standard-Toolkit
icon resource: https://icons8.com/
//user
//job : 'username', 'password'
restaurant 1 manager:'kenrest1', '123123'
restaurant 2 manager:'kenrest2', '123123'
restaurant 3 manager:'kenrest3', '123123'
HR manager:'kenHR', '123321'
category manager:'oscar456cate', '098765'
purchase manager:'HelenAPur', '123123'
accounting manger:'HelenbAcco', '123123'
warehouse 1 mangaer:'helenware1', '123123'
warehouse 2 mangaer'helenware2', '123123'
warehouse 3 mangaer'helenware3', '123123'
warehouse 4 mangaer'Helenware4', '123123'
addmin :'sing654Admin', '567890'
//mysql set up
version 8.0.28
connector
mysqlserver
server=localhost;
user id=root;
password=123123;
persistsecurityinfo=True;database=4523_g1_project_db;
port=3308;
allowuservariables=True
//github link https://github.com/ken20020209/4915_group3