lots of updates.

This commit is contained in:
Bryce Covert
2018-07-18 04:27:59 -07:00
parent 69433bf096
commit 91cb8c7678
5 changed files with 211 additions and 13 deletions

View File

@@ -74,14 +74,14 @@
[[:cell {:colspan 6 :leading 50} [:spacer]]
[:cell {:colspan 6 :leading 50} (when (:signature-file company)
[:image { :top-margin 30 :xscale 0.35 :yscale 0.35 :align :right}
[:cell {:colspan 6 :rowspan 2} (when (:signature-file company)
[:image { :top-margin 90 :xscale 0.30 :yscale 0.30 :align :center}
(:signature-file company)])]]
(:signature-file company)])]]
[[:cell {:size 9 } "MEMO"]
[:cell {:colspan 5} memo [:line {:line-width 0.15 :color [50 50 50]}]]
[:cell {:colspan 6}]]
#_[:cell {:colspan 6}]]
[[:cell {:colspan 2}]
[:cell {:colspan 10 :leading 30}

View File

@@ -40,7 +40,7 @@
{:company-id (query-params "company")}
[:id :check-number :amount :memo :date
[:invoices [:invoice-id :amount]]
[:bank-account [:number :bank-name :bank-code]]
[:bank-account [:number :bank-name :bank-code :id]]
[:vendor [:name :id :primary-contact :primary-email :primary-phone :default-expense-account [:address [:street1 :city :state :zip]]]]
[:company [:id :name]]
]]]