20 lines
448 B
YAML
20 lines
448 B
YAML
name: invoice in
|
|
columns:
|
|
id: id
|
|
serialNumber: serial number
|
|
serial: serial
|
|
supplierFk: supplier
|
|
issued: issued
|
|
supplierRef: supplierRef
|
|
isBooked: is booked
|
|
currencyFk: currency
|
|
created: created
|
|
companyFk: company
|
|
docFk: document
|
|
booked: booked
|
|
operated: operated
|
|
bookEntried: book entried
|
|
isVatDeductible: is VAT deductible
|
|
withholdingSageFk: withholding
|
|
expenseFkDeductible: expense deductible
|
|
editorFk: editor |