Introduce budget, reimbursements for expenses #195

Merged
raucao merged 57 commits from feature/expenses into master 2021-06-03 14:23:45 +00:00
Showing only changes of commit 8074d2d0e3 - Show all commits
+20 -16
View File
@@ -48,23 +48,27 @@
</div>
<div id="content">
<section id="expenses-unconfirmed">
<header>
<h2>Proposed Reimbursements</h2>
</header>
<div class="content">
<ReimbursementList @items={{this.reimbursementsUnconfirmed}} />
</div>
</section>
{{#if this.reimbursementsUnconfirmed}}
<section id="expenses-unconfirmed">
<header>
<h2>Proposed Reimbursements</h2>
</header>
<div class="content">
<ReimbursementList @items={{this.reimbursementsUnconfirmed}} />
</div>
</section>
{{/if}}
<section id="expenses-confirmed">
<header>
<h2>Confirmed Expenses</h2>
</header>
<div class="content">
<ReimbursementList @items={{this.reimbursementsConfirmed}} />
</div>
</section>
{{#if this.reimbursementsConfirmed}}
<section id="expenses-confirmed">
<header>
<h2>Confirmed Expenses</h2>
</header>
<div class="content">
<ReimbursementList @items={{this.reimbursementsConfirmed}} />
</div>
</section>
{{/if}}
</div>
<div id="empty">