{{name}}'s Budget

Weekly

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

Monthly

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

Yearly

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