Update + Revisi Dashboard
This commit is contained in:
parent
3d7b31f218
commit
19ddb1dc98
4
main.py
4
main.py
@ -1364,7 +1364,7 @@ class App:
|
|||||||
|
|
||||||
tk.Label(
|
tk.Label(
|
||||||
right_panel,
|
right_panel,
|
||||||
text="Cafe Management System",
|
text="Café Management System",
|
||||||
font=('Segoe UI', 9),
|
font=('Segoe UI', 9),
|
||||||
bg='white',
|
bg='white',
|
||||||
fg=COLORS['text_light']
|
fg=COLORS['text_light']
|
||||||
@ -1677,7 +1677,7 @@ class App:
|
|||||||
|
|
||||||
logout_btn = tk.Button(
|
logout_btn = tk.Button(
|
||||||
right_side,
|
right_side,
|
||||||
text="Logout",
|
text="LOGOUT",
|
||||||
command=self.logout,
|
command=self.logout,
|
||||||
bg=COLORS['brown'],
|
bg=COLORS['brown'],
|
||||||
fg='white',
|
fg='white',
|
||||||
|
|||||||
4
meja.csv
4
meja.csv
@ -3,9 +3,9 @@ nomor_meja,status,transaksi_id
|
|||||||
2,kosong,
|
2,kosong,
|
||||||
3,kosong,
|
3,kosong,
|
||||||
4,kosong,
|
4,kosong,
|
||||||
5,kosong,
|
5,terisi,
|
||||||
6,kosong,
|
6,kosong,
|
||||||
7,kosong,
|
7,kosong,
|
||||||
8,kosong,
|
8,kosong,
|
||||||
9,kosong,
|
9,terisi,
|
||||||
10,kosong,
|
10,kosong,
|
||||||
|
|||||||
|
Loading…
x
Reference in New Issue
Block a user