From 86c22853ee70e74954c652ba34dd0d499de50e54 Mon Sep 17 00:00:00 2001 From: Nikolaus Gotsche Date: Mon, 9 Nov 2020 02:49:21 +0100 Subject: UstIDs for Customers and Owner, Tax Rate implemented --- texify.go | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'texify.go') diff --git a/texify.go b/texify.go index a3a57f8..b8ae453 100644 --- a/texify.go +++ b/texify.go @@ -33,8 +33,11 @@ type Data struct { CustZip string CustCity string CustCountry string + CustUid string TaxID string + UID string + Ust float64 MyName string MyStr string MyZip string @@ -81,8 +84,11 @@ func billTemplate(billdata bill, cust Customer) Filenames { cuzip, cucity, cucou, + cust.Uid, config.Taxid, + config.Uid, + billdata.ust, config.Name, config.Street, config.Zip, @@ -175,7 +181,10 @@ func tmpltest() { "6996", "Busenhausen", "Tittania", + "USt:12345", "6575-6544", + "Mei Ust:282828", + 20.0, "Meinam Sauluschtig", "Saubastrasse 86", "1111", -- cgit v1.2.3