Improvements

  1. Field "penalty" has been added to API call getSalesDocuments
    . The field was already editable with saveSalesDocument, but getSalesDocuments did not return it.
  2. API call getProductStock
    can now be disabled with configuration parameter "disable_api_getproductstock" = 1. This is an optimization to reduce the load on accounts that use Berlin POS and do not use inventory management at all.

Fixes

  1. Fixed: In the CSV output of API call getProductStock
    , column "amountReserved" appeared in a wrong position.
  2. Fixed: all accounts can now use the "deliveryTermsID" input parameter in API call savePurchaseDocument
    ; it is not limited to EU accounts any more.