Monday, November 22, 2021
2 changes · master
Enhancements to existing features
Helpdesk tickets now use a configurable numbering sequence instead of only a fixed increasing ticket number. This lets businesses adjust ticket ID formatting to better match their internal processes and customer communication needs.
Original PR description
PURPOSE: In helpdesk, ticket UUID is an increasing numerical value. For Ex: if your ticket was the nth ticket submitted, the ticket's UUID would be Ticket (#n). For businesses, this turns out to be a problem for a few reasons. One of the reason is if user wants to re-format their ticket's UUID they cannot. SPECIFICATION: Add a sequence for helpdesk tickect to allow users for the customization of the number and format of the ticket id. task-2531499
Resolved issues and error corrections
The French FEC import now accepts client files with longer journal codes, monthly grouping, and negative amounts. This reduces failed imports and gives clearer encoding error details when a file cannot be read.
Original PR description
A file from a client had different requirements: 1) Journal Codes were longer than 5 chars, so they will be converted to 5 chars long alternatives. ex. `PACMAN` -> `PAC01` (`PAC02` if it already exists and so on) 2) Some of the journals have the lines grouped by month instead of days 3) Some lines have negative amounts, they must be inverted