20.07.2026 19:28

Changes before 2025

0.63.0 - 01.12.2024

  • Added: Cash operation journal for web cash registers.
  • Added: POS/PosCashOperation/IncomeAdd method for adding a cash-in operation to a web cash register.
  • Added: POS/PosCashOperation/OucomeAdd method for adding a cash-out operation to a web cash register.
  • Added: POS/PosCashOperation/GetAmountDetails method for retrieving details for a web cash register.
  • Added: POS/PosCashOperation/Get method for retrieving cash journal records for a web cash register.
  • Added: CashOperation/GetAmountDetails method for retrieving details for any web cash register.
  • Added: CashOperation/Get method for retrieving cash journal records for any web cash register.
  • Added: POS/Session/XReport method for retrieving an X-report for a web cash register.
  • Added: OPERATING_CASH_PAYMENT_PARTNER_ID setting.
  • 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?) to RetailCustomerPurchaseRequest.
  • Added: price (decimal?, default null) to RetailCustomerItemPurchases. If price_type_id is not submitted or the item has no price, price is null.

0.61.0 - 08.11.2024

  • Added: Methods and models for quick items in the web cash register.
  • Added: Firm/DeleteConfirm method for deleting a firm with SMS code confirmation.
  • Added: Stock/DeleteConfirm method for deleting a stock with SMS code confirmation.
  • Changed: Firm/Delete sends an SMS code to confirm firm deletion instead of deleting the firm immediately.
  • Changed: Stock/Delete sends 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, and performed fields to DocSetPriceGet; all fields are bool?.

0.60.0 - 30.10.2024

  • Added: debt (decimal) to RetailCustomer.
  • Added: address and description (string) to Stock.
  • Added: Optional address and description (string) to StockAdd.
  • Added: Optional address and description (string) to StockEdit.
  • Added: last_purchase_cost to InOutOperation.
  • Added: last_purchase_cost to InventoryOperation.
  • 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/GetAvailable method for retrieving the list of available languages.
  • Added: Language/Install method for installing or updating a language package.
  • Changed: Language/AddOrUpdate was removed.
  • Changed: Optional search field was added to CashServerGet.

0.58.10 - 13.08.2024

  • Changed: Item/Search response 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), and create_docinout (bool) fields to DocInventory.
  • Added: price_type_id (long, required), external_id (string, optional), full (bool, required), and create_docinout (bool, required) fields to DocInventoryAdd.
  • Added: Optional price_type_id (long?), external_id (string), full (bool?), and create_docinout (bool?) fields to DocInventoryEdit.
  • 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_type was added.

0.55.0 - 21.05.2024

  • Added: The concept of a variant item.
  • Changed: has_child was added to ItemGet and ItemGetExt; type is nullable optional boolean.
  • Changed: has_child (boolean) was added to ItemSearch.