Monday, June 26, 2023
2 changes
Enhancements to existing features
Indian payroll salary rules were updated to remove a duplicate employee provident fund rule. This helps prevent confusion or duplicate payroll calculations when processing salaries with provident fund contributions.
Original PR description
- remove the duplicate `Provident fund - Employee` rule
Expense and recruitment forms now only show the OCR document ID when OCR has actually been used. This keeps forms cleaner by removing an empty technical field from everyday views.
Original PR description
* hr_expense_extract, hr_recruitment_extract before this commit, in the expense and applicant form view, the extract_document_uuid field is always shown even the field value is empty. after this commit, the field will be displayed only when the field have a value, ie, when the ocr feature is used,