made a change to the db.json
All checks were successful
Potlatch Loggers Organization/ComputerKeeper/pipeline/head This commit looks good
All checks were successful
Potlatch Loggers Organization/ComputerKeeper/pipeline/head This commit looks good
This commit is contained in:
parent
3f56ee7a81
commit
cbfe80ac1c
2
db.json
2
db.json
@ -1 +1 @@
|
||||
{"_default": {"1": {"-Serial Number-": "1234", "Brand": "dell", "Grade": "7", "Name": "jb"}}}
|
||||
{"_default": {"1": {"Serial Number": "123", "Brand": "d", "Grade": "7", "Name": "jb"}}}
|
2
main.py
2
main.py
@ -20,7 +20,7 @@ layout = [[sg.Menu([['File', ['Open', 'Save', 'Add Computer',]]])],
|
||||
[sg.Button('Check In'), sg.Button('Check Out')]]
|
||||
|
||||
add_computer_layout = [[sg.Text("Serial Number")],
|
||||
[sg.Input(key='-Serial Number-')],
|
||||
[sg.Input(key='Serial Number')],
|
||||
[sg.Text("Brand")],
|
||||
[sg.Input(key='Brand')],
|
||||
[sg.Text("Grade")],
|
||||
|
Loading…
Reference in New Issue
Block a user