Monday, September 13, 2021
3 changes · master
Resolved issues and error corrections
Repair order line subtotals now follow the company setting to show tax-included amounts. This prevents mismatches when taxes are added to repair lines and gives users totals that match their accounting display preference.
Original PR description
Steps to follow - Enable group_show_line_subtotals_tax_included - Create a repair order and add a tax to a line -> The subtotal doesn't contain the tax amount opw-2513287
A spelling mistake in a default mass mailing template was corrected from “expertize” to “expertise.” This improves the professionalism and clarity of template content shown to users and their recipients.
Original PR description
PURPOSE In mass_mailing default template there is typo of word expertize which should be improve to expertise SPECIFICATION Current: Currently in mass_mailing default template there is typo of word expertize. To BE: Change Expertize to Expertise Task Id: 2621328
Invoice extraction will no longer fail when an automatically extracted invoice is missing a required field during processing. This avoids unexpected errors and helps users continue reviewing or saving vendor bills created from extracted documents.
Original PR description
Disable the check of required fields in the Form emulator as the extraction system might leave it blank and cause a traceback on saving.