Now with much better badge search function. And bug fix for Payment tab.

This commit is contained in:
Scott Idem
2024-04-04 21:33:45 -04:00
parent 5671423467
commit 16f65cf85f
7 changed files with 456 additions and 92 deletions

View File

@@ -33,6 +33,14 @@ let events_local_data_struct: key_val = {
// Badge Printing
'badges': {
auto_view: true,
show_hidden: false, // These are hidden (archived) leads so the list is not as long.
show_not_enabled: false,
show_printed: false,
allow_reprint: false,
'show_element__cfg': true,
'show_element__cfg_detail': false,
'show_element__access_type': true,
@@ -122,6 +130,13 @@ let events_session_data_struct: key_val = {
'badges': {
'fulltext_search_qry_str': null,
'status_qry__search': null,
show_form__search: true,
show_form__search_results: true,
show_form__scan: false,
qr_scan_start: true,
qr_scan_result: null,
},
// Lead Retrievals (Exhibit)