As these features implementable

Are they existing hacks that would allow me to add the following two features:

  1. Display the custom invoice field in the invoice list as a column? I like to name my invoices based on the job description and would be helpful to have the names in the table
  2. I like to run a monthly report to see which categories have more sales so I have inserted a “category” custom field for each product line. Would it be possible to run a monthly report displaying totals per category? (e.g. category = sweets, chocolates, biscuits etc)

Hey Ihsaan,

  1. I think you can do this if you know how the code works but it’d disappear with each update
  2. If you’re good with SQL you can make a stored procedure and add it to a monthly event. Here you go for an example Click here