Improvements
- The spare part manufacturer has been added to the list of available columns in the table on the used spare parts page of the task card.
- A multi-select option has been added to the task type filter in the Reports > Completed Task Reports table.
- Columns related to the cost and sales price of spare parts and additional expenses have been added to the column selection in the Reports > Completed Task Reports table.
- A prompt to enter the current password has been added to the user profile window when attempting to change the password, in order to prevent unauthorized password changes.
- Memory buttons for filters have been added to the tables in Spare Parts, Devices, Reminders, Reports > Tasks, and Completed Task Reports.
- An option to rename the filter memory button has been added (right-click: ‘Rename’).
- Added a new tab “Task pictures” to the device card. This tab displays all images attached to work orders, with the option to switch between list view and grid view.


- Updated date filter logic and interface across most tables. Replaced separate From and To date fields with a single field. The new field allows manual input of start, end, or range values, or selection from predefined preset

Most preset date filter options are now dynamic. Example: if you select ±7 days and save it to memory, it will remain ±7 days the next day (not shift to –8 / +6). An icon in front of the date field indicates whether the filter is static (lock) or dynamic (refresh) - Added a new “Phone” custom field type to the device card. In the mobile version, a phone icon is displayed next to the number. Tapping the icon allows you to directly call the selected number
- Added the option to create a new work order based on an existing one. Available from the context menu via “Copy work order”
- Opening a completed work order for editing and saving is now recorded in the system log
- When adding a new interval schedule row on the device card, the field rules are automatically copied from the previous row
- Added the ability to filter work orders by signed tasks. Available in both mobile and desktop versions
- A notification has been added to alert users when the network connection is missing or interrupted.

- Enhancements to API requests
- The tasks/list query response now includes the interval ID –
"interval_id": 123 - The products/update query now supports updating the VAT percentage value. –
"vat_percent": 24
- The tasks/list query response now includes the interval ID –
- Improved loading speed for calendars and tables
Bug Fixes
- When adding a spare part write-off, the stock was previously left unselected by default. Since there is only one stock, it should always be selected automatically — Fixed.
- When reopening a closed task (cancelling confirmation), the entered counter reading was being updated with the current counter value. It should retain the originally entered value (ACS-382) — Fixed.
- In the spare part write‑off window, searching by code did not work – Fixed
- In Reports > Spare parts > Spare part history and Device/Location‑based history tables, the location filter did not work and always returned an empty page – Fixed
- When I add a work order via the tasks/create API, I receive a response with certain worker
"message": "user_id '194' is not available for this service task". – Clarified the error description returned in the query response. Example:"user_id '194' is not available for this service task (Verify if user is a performer)" - The calendar displayed tasks that were linked to a deleted device – fixed
- When I export the list of tasks to Excel, the duration column is in text format and I cannot sum them up (ACS-399). – Fixed