show accounting data from table
This commit is contained in:
@@ -18,3 +18,8 @@ class ClientAdmin(admin.ModelAdmin):
|
||||
class LocationDataAdmin(admin.ModelAdmin):
|
||||
list_display = ('location_id', 'table_no', 'tst', 'on_off', 'processed', 'error_msg')
|
||||
fields = ['location_id', 'table_no', 'tst', 'on_off', 'processed', 'error_msg']
|
||||
|
||||
|
||||
@admin.register(Accounting)
|
||||
class AccountingAdmin(admin.ModelAdmin):
|
||||
list_display = ('desk_no', 'time_from', 'time_to', 'prize')
|
||||
|
||||
Reference in New Issue
Block a user