Skip to content

Commit b9f683a

Browse files
committed
Add company customer_vat_code_id / supplier_vat_code_id
1 parent 3512cb5 commit b9f683a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

sections/companies.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ Additional fields just for companies of type customer:
166166

167167
- **currency\*** – "EUR"
168168
- **identifier\*** – "K-123" (only mandatory if not automatically assigned)
169-
- **customer_tax** – 19.0
169+
- **customer_vat_code_id** – 123 (takes precedence over customer_tax)
170+
- **customer_tax** – 19.0 (deprecated, when vat_code_id is set)
170171
- **default_invoice_due_days** – 20 (use **invoice_due_days** to set a value for a company)
171172
- **debit_number** – 10000 if bookkeeping is enabled
172173

@@ -175,7 +176,8 @@ Additional fields just for companies of type supplier:
175176
- **bank_owner** – name of the account holder (if deviating from the supplier name)
176177
- **iban** – CH3908704016075473007
177178
- **bank_bic** – POFICHBEXXX
178-
- **supplier_tax** – 19.0
179+
- **supplier_vat_code_id** – 123 (takes precedence over supplier_tax)
180+
- **supplier_tax** – 19.0 (deprecated, when vat_code_id is set)
179181
- **default_invoice_due_days** – 20 (use **invoice_due_days** to set a value for a company)
180182
- **credit_number** – 70000 if bookkeeping is enabled
181183

0 commit comments

Comments
 (0)