Friday, June 2, 2023
3 changes · master
Enhancements to existing features
Recruitment demo applicants now include an attached CV, making sample applicant records more complete and realistic. Automatic OCR processing is disabled for these CVs, helping avoid unnecessary automated document scanning in this context.
Original PR description
…able auto OCR task-3254698
Users can now cancel subscriptions that have not yet been invoiced, instead of closing them. This prevents mistaken duplicate subscriptions from being counted as customer churn when the customer is still active.
Original PR description
When 2 subscriptions were started for the same customer by error, it is not possible to cancel one of them, you can only close it but it creates a churn event when it was not a churn as the customer is still there. This PR allow cancelation of subscription that have not been invoiced yet. task-id : 3245825
Documents users can now start a vendor receipt directly from a document workflow action. The option appears only when the Purchase Receipt feature is enabled in Accounting, helping teams process supplier paperwork from the Documents app without extra navigation.
Original PR description
… app PURPOSE ------- - The document user can create a vendor receipt from a document application. SPECIFICATIONS -------------- - Added a new 'vendor receipt' on workflow Actions - The Action is only visible when the 'Purchase Receipt' feature is enabled from the Accounting app. task-3222420