Features
- Sales tax on fuel logs. A fill-up can now record the sales tax paid — VAT, GST/HST/PST or whichever applies where you are. Enter the amount shown on the receipt: it is treated as part of the total cost rather than added to it, and where a jurisdiction charges more than one tax, enter the sum. The fuel log list totals the tax by calendar year, which is the figure a business needs at year end, and shows each fill-up's share under its cost. The amount carries through the vehicle PDF report, the CSV and JSON exports, full backups, CSV imports and the REST API (
sales_tax). (#225)
Fixes
- Adding a fuel log with an invalid number in any field returned a server error instead of the validation message: the handler tried to re-render a template that does not exist. It now returns you to the form with the message shown.
Other
- Existing installations pick up a new column on
fuel_logsvia the usual migration on start-up; no action needed. - The new interface strings are not yet translated and will appear in English until the catalogues are next updated.