{{name}}'s Budget

Weekly

{{#each week}} {{/each}} Avg:
Year Week In Out Net
{{this.y}} {{this.w}} {{this.in}} {{this.out}} {{this.net}}
Avg: {{week_avg.in}} {{week_avg.out}} {{week_avg.net}}

Monthly

{{#each month}} {{/each}}
Year Month In Out Net
{{this.y}} {{this.m}} {{this.in}} {{this.out}} {{this.net}}
Avg: {{month_avg.in}} {{month_avg.out}} {{month_avg.net}}

Yearly

{{#each year}} {{/each}} Avg:
Year In Out Net
{{this.y}} {{this.in}} {{this.out}} {{this.net}}
Avg: {{year_avg.in}} {{year_avg.out}} {{year_avg.net}}

Categories

{{#each categories}} {{/each}}
Category Total
{{this.category}} {{this.s}}

Sub-Categories

{{#each subcategories}} {{/each}}
Sub-Category Total
{{this.subcategory}} {{this.s}}