diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/invoices.csv | 4 | ||||
| -rw-r--r-- | data/settings.lua | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/data/invoices.csv b/data/invoices.csv new file mode 100644 index 0000000..7a9153f --- /dev/null +++ b/data/invoices.csv @@ -0,0 +1,4 @@ +Customer,InvoiceNr,Product,Amount,Unit,Price,Vat +Matti Mallikas,17000,Jäsenmaksu,1,kpl,20,0 +,17000,T-Paita,1,kpl,15,10 +Maija Mallikas,17001,Pikkujoulu,1,kpl,49,0 diff --git a/data/settings.lua b/data/settings.lua new file mode 100644 index 0000000..0bd91ee --- /dev/null +++ b/data/settings.lua @@ -0,0 +1,8 @@ +invoicer = "" +address_line_1 = "" +address_line_2 = "" +business_id = "" +www_address = "" +iban = "" +bic_swift = "" +date_fmt = "%d.%m.%Y" |
