My customer needs the sales report (i.e. /admin/store/reports/sales/year) to contain both the Total revenue and the Total revenue minus shipping+tax (i.e. Gross and Net revenue).
My question is if others have done this or discussed it, and if not, is this of interest to the Ubercart team? I don't want to hack core unless there's a possibility of it being committed. Otherwise I'll use hook_menu_alter() and just override the page.
