-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdesignlayout.txt
71 lines (56 loc) · 1.6 KB
/
designlayout.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Index Page (Test Push)
2 buttons- STAFF AND CUSTOMER
CUSTOMER-->
CUSTOMER ORDER PAGE
-WELCOME AT THE TOP
-Show items
(TABLE W/ ITEMS)
-Prompt for Name, contact #, address, item and quantity
(form for ^^)
-SUBMIT BUTTON
STAFF-->
staff login PAGE
-DROPDOWNMENU: ADMIN, CASHIER
-input name and passwORd (INPUT FIELD)
if ADMIN LOGS IN
-LOGO AND WELCOME *ADMIN NAME* PAGE
-to the left we will have the manage stock,manage ordeR, generate financial report.
IF MANAGE STOCK gets clicked
-database of stock will come up and under it the "add stock, update stock, PLACE ORDER, GENERATE RECEIPT" buttons will display
-depending on the buttons;
- looks like "New/Add User"
-name, quantity and price of item
-button to submit
IF VIEW SCHEDULE
-TABLE-
NAME- ADRESS - # - DELIVERY DATE
GRACE-DUNG D ROAD- 876- SUNDAY SEP
-FAR RIGHT BUTTONS-
PRINT
DELETE
EDIT AND SAVE
MOVE
IF GEN. FINAN. REPORT
-I S
if CASHIER LOGS IN
-LOGO AND WELCOME *ADMIN NAME* PAGE
-LOOK LIKE NEW USER
-LEFT SIDE:
-PLACE ORDER section
-QUANTITY, PRICE
-GENERATE RECEIPT section
-TAKES ORDER #
-SUBMIT
-SHOW THE ORDER INFORMATION
-2BUTT- PROCEED & CANCEL
-IF proceed --> print
-IF cancel --> back to the takes order# and submit page
-VIEW SCHEDULE
-TABLE-
NAME- ADRESS - # - DELIVERY DATE
GRACE-DUNG D ROAD- 876- SUNDAY SEP
-FAR RIGHT BUTTONS-
PRINT
DELETE
EDIT AND SAVE
MOVE