Updated model

This commit is contained in:
Joaquin Ossa 2025-02-13 17:13:05 +01:00
parent 68c21458c2
commit a00a4b4e4b
6 changed files with 229 additions and 170 deletions

View file

@ -81,6 +81,22 @@ vars:
"not_approved_booking_state": "'NOTAPPROVED'"
"rejected_booking_state": "'REJECTED'"
# New Dash services status variables
# Status should be strings in capital letters. Models need to force an upper()
"protected_service_status": "'PROTECTED'"
"rejected_service_status": "'REJECTED'"
"no_checks_service_status": "'NOCHECKS'"
"no_flags_service_status": "'NOFLAGS'"
"paid_service_status": "'PAID'"
"pending_service_status": "'PENDING'"
"unknown_service_status": "'-'"
"partially_protected_service_status": "'PARTIALLY PROTECTED'"
"not_protected_service_status": "'NOT PROTECTED'"
"not_paid_service_status": "'NOT PAID'"
"confirmed_service_status": "'CONFIRMED'"
"for_review_service_status": "'FORREVIEW'"
"flagged_service_status": "'FLAGGED'"
# Payment state variables
# States should be strings in capital letters. Models need to force an upper()
"paid_payment_state": "'PAID'"