API Version 1.62.0

August 24, 2021


March 1, 2021

New Features

  1. API calls getAllLanguages and getActiveLanguages have been added.
  2. API call saveSalesDocument now respects the configuration parameter "save_applied_discounts_to_credit_invoice" and saves applied promotion discounts and price list discounts to credit invoice rows if the parameter is set.
  3. API calls saveInventoryRegistration, saveInventoryTransfer, saveInventoryWriteOff, savePurchaseDocument, saveSalesDocument now return error 1211 if user is not allowed to confirm document.
  4. API calls saveInventoryRegistration, saveInventoryTransfer, saveInventoryWriteOff, savePurchaseDocument, saveSalesDocument now return error 1062 if user is not allowed to edit confirmed document.

Improvements

  1. API call getServiceEndpoints is now always available.

Fixes

  1. Fixed: calling getProducts with the parameter "getRecipes" = 1 did not return the field "productComponents" for bundle products without components.
  2. Fixed: Berlin POS issue in API call saveSalesDocument. If a receipt is confirmed and stored invoice number and invoice number supplied by POS are different or a receipt is deleted already, saveSalesDocument discards the input parameter "id" and treats the receipt as a new document.