Initial version of the E-Invoice solution of JR IT Services
This commit is contained in:
15
presets/customers.yaml
Normal file
15
presets/customers.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
# Customer presets used by `jr-einvoice init --customer <name>`
|
||||
# Prefer file presets/customers/<key>.yaml if present; fallback to this file.
|
||||
# Keys are case-insensitive lookups (we normalize to lowercase).
|
||||
customers:
|
||||
unicredit:
|
||||
buyer:
|
||||
name: "UniCredit"
|
||||
vat_id: null
|
||||
address:
|
||||
street: "Platz der Republik 1"
|
||||
postal_code: "00000"
|
||||
city: "Ort"
|
||||
country: "DE"
|
||||
meta:
|
||||
notes: "Bitte Rechnungsnummer im Betreff angeben."
|
||||
Reference in New Issue
Block a user