Okay I think this might be a tricky one but let me know if you have any answers.
Here's the basic concept. I'm producing a summer concert series and I want to create a budget and expense tracker. I want have a couple things I'm trying to accomplish.
First, I want to be able to create a budget and allocate an amount of the budget to a certain category (labor, rentals, food, etc.).
Next, I want to be able to track how much we are spending on each of those categories for each show. (Show 1: $1,000 on labor, $5,000 on rentals, $150 on food, etc.)
Then, I want to link those together. For example, I want the show totals for each major category to then update the overall season long budget (the first item).
Ideally, there is an interface with three pages. One is the Overview dashboard which shows the total budget, total spend, and remaining total budget. It would also show each individual category with total budget, spend & remaining. The second page would be a page to edit the categories and budgets for those categories as well as view the spend per show within a specific category. The third would be the individual show pages where I can input the spend on each category for that specific show.
I've tried a couple different things but I can't seem to figure out how to link the show specific with the overall budget. I started by having one table for the full season budget with the categories and their respective budgets and then a separate table with each show being an item in the table. I also tried having a table for each show. I'll attach some pictures. Hope you can help me. Thanks!