Hi Community!
We recently signed up with MethodCRM and it's been working wonders as far as integrating with our Desktop Quickbooks (Premier 2012). I'm trying to set up a report with report designer that will allow me to list all time sheets that have been submitted from all our employees, grouped by customer:job within a given date range. At the bottom of each customer:job group should be a running total of each service item, the running sales total for each service item (service item sales * hours) and then a grand total of all hours and all sales totals. We need to be able to generate a running snapshot of how much billable sales we've accumulated for any given customer:job.
We currently have about 8 different service items, all of which have different sales prices per hour ($125/hour, $150/hour, $85/hour, etc).
Here's a "visual" breakdown/wireframe of what we're hoping to see:
Group: Customer: Job (we have a customer for whom we track 8 different jobs)
Detail: Employee Name, Service Item, Notes, Duration (in hours), Service Item Sales price
Footer: Service Item Hours Total, Service Item Sales Price total (sales price * hours)
Footer (cont): Total Service Item Hours, Total Sales Price
I've figured I would need to add, at minimum, the Customer table, ItemService table and TimeTracking table. Getting a running report of total hours, etc is the easy part, it's in somehow linking the sales price for that given item and totalling that. Any idea on where to begin?