Version 1.4.12

  • BREAKING CHANGE (BETA ENDPOINTS)
    Updated CustomField endpoints after backend API changes

Version 1.4.11

  • /workorderrow/: Increased max length of the codeno field.

Version 1.4.10

  • /supplierinvoice/(id}/pdf/: Fixed problem relating to supplier invoice pdf download

Version 1.4.9

  • Fixed a problem relating to the creation of vouchers.

Version 1.4.8

/voucher/: Now only shows records that are relevant to this endpoint
/supplierinvoice/: Now only shows records that are relevant to this endpoint
/supplierinvoice/{id}/accounting/: Now only shows records that are relevant to this endpoint
/additionalworkorder/: Field statuscode is now optional

Version 1.4.7

/workorderrow/: Add field tenderamount
/workorder/{workorder_id}/rows/: Add field tenderamount
/additionalworkorder/{workorder_id}/rows/: Add field tenderamount

Version 1.4.5

VoucherRow-schema: Remove min-length requirement from the accountdescription field.

Version 1.4.4

/workorder/: The fields changedname and createdname are no longer required.

Version 1.4.3

New endpoint to get custom field values for project: /project/{project_id}/customfields/
New endpoint to get custom field tables: /type/customfield/table/
New endpoint to list custom fields: /type/customfield/
New endpoint to get custom field options: /type/customfield/{field_id}/option
New endpoint to list custom field types: /type/customfield/type

Version 1.4.2

VoucherRow-schema: Remove min-length requirement from the projectno field.