Changes before 2025
0.63.0 - 01.12.2024
- Added: Cash operation journal for web cash registers.
- Added:
POS/PosCashOperation/IncomeAddmethod for adding a cash-in operation to a web cash register. - Added:
POS/PosCashOperation/OucomeAddmethod for adding a cash-out operation to a web cash register. - Added:
POS/PosCashOperation/GetAmountDetailsmethod for retrieving details for a web cash register. - Added:
POS/PosCashOperation/Getmethod for retrieving cash journal records for a web cash register. - Added:
CashOperation/GetAmountDetailsmethod for retrieving details for any web cash register. - Added:
CashOperation/Getmethod for retrieving cash journal records for any web cash register. - Added:
POS/Session/XReportmethod for retrieving an X-report for a web cash register. - Added:
OPERATING_CASH_PAYMENT_PARTNER_IDsetting. - Changed: Errors were fixed.
0.62.0 - 19.11.2024
- Added: Uzum Tezkor integration support.
- Added: Yandex Eats integration support.
- Added: Optional
price_type_id(long?) toRetailCustomerPurchaseRequest. - Added:
price(decimal?, defaultnull) toRetailCustomerItemPurchases. Ifprice_type_idis not submitted or the item has no price,priceisnull.
0.61.0 - 08.11.2024
- Added: Methods and models for quick items in the web cash register.
- Added:
Firm/DeleteConfirmmethod for deleting a firm with SMS code confirmation. - Added:
Stock/DeleteConfirmmethod for deleting a stock with SMS code confirmation. - Changed:
Firm/Deletesends an SMS code to confirm firm deletion instead of deleting the firm immediately. - Changed:
Stock/Deletesends an SMS code to confirm stock deletion instead of deleting the stock immediately. - Changed: Errors were fixed.
0.60.4 - 04.11.2024
- Added:
deleted_mark,blocked, andperformedfields toDocSetPriceGet; all fields arebool?.
0.60.0 - 30.10.2024
- Added:
debt(decimal) toRetailCustomer. - Added:
addressanddescription(string) toStock. - Added: Optional
addressanddescription(string) toStockAdd. - Added: Optional
addressanddescription(string) toStockEdit. - Added:
last_purchase_costtoInOutOperation. - Added:
last_purchase_costtoInventoryOperation. - Added: Debt book implementation for retail customers in the web cash register.
- Changed: The VAT rate "Without VAT" cannot be edited or deleted.
0.59.0 - 15.08.2024
- Added:
Language/GetAvailablemethod for retrieving the list of available languages. - Added:
Language/Installmethod for installing or updating a language package. - Changed:
Language/AddOrUpdatewas removed. - Changed: Optional
searchfield was added toCashServerGet.
0.58.10 - 13.08.2024
- Changed:
Item/Searchresponse is limited to a maximum of 100 records.
0.58.8 - 05.08.2024
- Changed: A cash register cannot be deleted if it has synchronized operations or open shifts in the web cash register.
0.58.7 - 04.08.2024
- Changed: The stock assigned to a cash register can be changed only to a stock of the same firm.
0.58.0 - 10.07.2024
- Added:
price_type(PriceType),external_id(string),full(bool), andcreate_docinout(bool) fields toDocInventory. - Added:
price_type_id(long, required),external_id(string, optional),full(bool, required), andcreate_docinout(bool, required) fields toDocInventoryAdd. - Added: Optional
price_type_id(long?),external_id(string),full(bool?), andcreate_docinout(bool?) fields toDocInventoryEdit. - Added: Inventory opening/closing now checks for a closed period at the inventory closing time.
- Added: When operations are added to an inventory document, the current price is added according to the document price type. The price is not recalculated when the document price type or operation is changed.
0.57.0 - 02.07.2024
- Added: "Receipt" data type in the "Conditional discount" promo action.
- Changed: The "Conditional discount" promo action was reworked.
0.56.0 - 06.06.2024
- Added: Sales analysis by stock report.
- Added: Sales analysis report (list).
- Changed: Request models for Sales Analysis and Sales Report were changed;
cost_typewas added.
0.55.0 - 21.05.2024
- Added: The concept of a variant item.
- Changed:
has_childwas added toItemGetandItemGetExt; type is nullable optionalboolean. - Changed:
has_child(boolean) was added toItemSearch.