Added
2025-04-11
April 11th, 2025
Release to introduce Items and use of items on invoices as well as some smaller improvements to invoices.
Introducing ItemsWe have improved invoicing by making it possible to manage
Itemsand reference them on invoicelineItems
API Improvements
unitTypeis now available on InvoicelineItemsitemRefadd to invoicelineItemsto use value from the Item
API operations added
POST companies/{companyId}/items- Create an itemGET companies/{companyId}/items- Get all itemsGET companies/{companyId}/items/{itemId}- Get an itemPUT companies/{companyId}/items/{itemId}- Update an itemDELETE companies/{companyId}/items/{itemId}- Remove an item
Known issues
Issue with invoice dates and customer payment terms
There's an issue with invoice dates that makes the dates change when opening an invoice, created through the Bokio API, in the app. The dates will when invoice is opened in the app changes to the match the customer payment terms. We are actively working on a fix for this issue and hope to resolve it soon.
