Monday, November 13, 2023
3 changes · master
Enhancements to existing features
Employees can now access the return option for products handled on behalf of their company. This makes the helpdesk return process clearer and reduces blockers when staff need to process product returns for customers or company operations.
Original PR description
In this commit, we enhanced the visibility of return button for the employee of the company. Previously employee was not able to return any product on the behalf of the company but now we have update it so that employee can return on the behalf of the company. task-3517933
Field service tasks linked to a sales order now update their customer location when the order’s delivery address changes. This helps ensure workers are sent to the correct site and reduces wasted trips or service delays.
Original PR description
Purpose: Avoid workers ending up going to the wrong location because the delivery address changes made on the SO are not propagated to the related field service task When the delivery address set on the SO linked to the task is updated, it us updated on the fsm task as well. task-3468679
The Intrastat report now groups movements by country, currency, and commodity code, making it easier to review trade totals without scanning every individual transaction. Users can still expand grouped lines to see the underlying moves, while arrival or dispatch-only views now show clear group and overall totals.
Original PR description
In the intrastat report, each account move is now grouped by country (using norm ISO 3166), currency (norm ISO 4217) and commodity code. Each line can be unfolded to show each individual account move with its corresponding values. When only Arrival or Dispatch is selected, the total value for each group is shown as well as a total line for the total value of Arrivals or Dispatches. This change was done because usually people and organisation to which they must report this information aren't interesstd in each individual move but rather to have an overall view of how much of a certain commidity was ship to a certain country. The previous report was too verbose. People still have the options to unfold all the lines if they need it.