October 30, 2024
New features
- API call verifyUser now returns the session key as a cookie (responds with a
Set-Cookie
header), similarly to Authentication APIPOST /v1/session
. Various applications rely on cookie authentication. With this change, a user who has logged in at one application can navigate to any other application as well (from Berlin POS to a Flax app, for example), without having to log in again. - A faster lookup of reserved quantities has been implemented. This allows sales orders to open faster and can speed up various other operations in back office.
The feature is in beta stage and needs to be configured by the development team. For identification: an account is using the new faster lookup if it has the configuration parameter"reserved_product_lookup_uses_virtual_columns" = 1
. However, this parameter must not be applied directly, it must be accompanied by corresponding changes in the database. - Field "revenueAccount" (a new property for products) has been added to API calls getProducts, saveProducts and getSalesDocuments (it is returned for each sales document row).
Fixes
- Fixes in API call processRecurringBilling.
- Promotion "Buy a bundle consisting of various products and quantities and get a discount on these items" can now apply to a sale more than once.