lots of fixes.

This commit is contained in:
Bryce Covert
2020-09-08 18:00:07 -07:00
parent 74e34e3592
commit 179c2d13c6
6 changed files with 182 additions and 41 deletions

View File

@@ -194,7 +194,9 @@
{:fields {:id {:type :id}
:item_name {:type 'String}
:total {:type :money}
:tax {:type :money}}}
:tax {:type :money}
:category {:type 'String}
:discount {:type :money}}}
:charge
{:fields {:id {:type :id}
:type_name {:type 'String}
@@ -208,6 +210,7 @@
:total {:type :money}
:tip {:type :money}
:tax {:type :money}
:discount {:type :money}
:client {:type :client}
:date {:type 'String}
:charges {:type '(list :charge)}