Enabling signature editing.

This commit is contained in:
Bryce Covert
2020-12-21 08:18:30 -08:00
parent 8fe7f12b21
commit bc40430d7b
17 changed files with 1917 additions and 140 deletions

View File

@@ -67,6 +67,7 @@
{:fields {:id {:type :id}
:name {:type 'String}
:code {:type 'String}
:signature_file {:type 'String}
:week_a_debits {:type :money}
:week_a_credits {:type :money}
:week_b_debits {:type :money}
@@ -651,6 +652,7 @@
:edit_client {:fields {:id {:type :id}
:name {:type 'String}
:code {:type 'String}
:signature_data {:type 'String}
:email {:type 'String}
:week_a_credits {:type :money}
:week_a_debits {:type :money}