Get the connection.
Get the fiscal years.
A promise that resolves to an array of FiscalYear objects.
Save an invoice.
The invoice to save.
The attachments associated with the invoice.
A promise that resolves to a CreateInvoiceResponseDto object.
Save transactions.
The IBAN of the bank account.
The start date of the transactions.
The end date of the transactions.
The transaction entries.
Optional
original: objectThe original object.
Optional
attachments: AttachmentDto[]The attachments associated with the transactions.
A promise that resolves to a CreateVoucherResponseDto object.
Save a voucher.
The voucher to save.
The attachments associated with the voucher.
A promise that resolves to a CreateVoucherResponseDto object.
Interface representing an accounting of the organization.
You get KitsasBookInterface from KitsasOfficeInterface.getBooks