Release to introduce Items and use of items on invoices as well as some smaller improvements to invoices.

🎉

Introducing Items

We have improved invoicing by making it possible to manage Items and reference them on invoice lineItems

API Improvements

  • unitType is now available on Invoice lineItems
  • itemRef add to invoice lineItems to use value from the Item

API operations added

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.

Releasing API for reversing journal entries, enhanced uploads actions, and manage invoices.

🎉

Invoices available in Beta

Many of you requested invoices in API. Today we are making it available in the Beta.

⚠️

Beta breaking changes

journalentries is now journal-entries to improve reading and follow a consistent url format.

API Improvements

  • By setting journalEntryId on POST companies/{companyId}/upload it's now possible to connect an upload with a journal entry.

API operations added:

Releasing API improvements and support for managing customers.

⚠️

Beta breaking changes

POST companies/{companyId}/uploads has been changed to take multipart/form-data. For more details, see Add an upload to bokio.


API operations added:

Introducing Bokio API as a Beta for Private Integrations. Please take note of breaking changes may need to be introduce without notice during the Beta.

Checkout: How to set up integration with a company in Bokio via an API to get started

API operations included:

  • POST companies/{companyId}/journalentries
  • GET companies/{companyId}/journalentries
  • GET companies/{companyId}/journalentries/{journalId}
  • POST companies/{companyId}/uploads