The Fleet Fuel Report tracks all fuel dispensing transactions by customer, vehicle, driver, fleet card, and product. It queries the fleet_transaction table joined to posted invoices, providing a comprehensive audit trail of fuel purchases with quantity and dollar totals. This report is security-gated — access requires the “View” permission. Feature-gated to feat_fuel. Access from Setup › Sales › Fleet Fuel Report.
Filter Fields
All filters are optional except: a From date is required when no customer is selected.
The report queries from fleet_transaction joined to gltx (for invoice details), customer (for customer name), and customer_fleet (for driver license lookup from card number). Only posted, active transactions are included. Results are ordered by transaction date descending.