Makes a nice and fast report.

This commit is contained in:
Bryce
2023-08-21 21:42:44 -07:00
parent d0d654511d
commit 871e5a9bfb
2 changed files with 9 additions and 4 deletions

View File

@@ -551,7 +551,8 @@
:template [[form-builder/raw-field-v2 {:field :feature-flag}
[com/select-field {:options [[nil nil]
["new-square" "New Square+Ezcater"]
["manually-pay-cintas" "Manually Pay Cintas"]]
["manually-pay-cintas" "Manually Pay Cintas"]
["include-in-ntg-corp-reports" "Include in NTG Corporate reports"]]
:allow-nil? false
:style {:width "18em"}}]]]
:key-fn :id
@@ -563,13 +564,13 @@
[com/multi-field-v2 {:allow-change? false
:template [[form-builder/raw-field-v2 {:field :location}
[:input.input {:max-length 2
:style { :width "4em"}}]]]
:style {:width "4em"}}]]]
:disable-remove? true
:key-fn :id
:schema [:sequential location-schema]
:next-key (random-uuid)}]]
[form-builder/vertical-control
[form-builder/vertical-control
"Signature"
[signature {:signature-file (:signature-file new-client)
:signature-data (:signature-data new-client)