Lines 87-92
Link Here
|
87 |
<h2>Transactions to date</h2> |
87 |
<h2>Transactions to date</h2> |
88 |
[% END %] |
88 |
[% END %] |
89 |
<table id="sales" class="table_sales"> |
89 |
<table id="sales" class="table_sales"> |
|
|
90 |
<caption class="sr-only">Sales</caption> |
90 |
<thead> |
91 |
<thead> |
91 |
<th>ID</th> |
92 |
<th>ID</th> |
92 |
<th>DATA</th> |
93 |
<th>DATA</th> |
Lines 176-181
Link Here
|
176 |
|
177 |
|
177 |
[% IF trange_f %] |
178 |
[% IF trange_f %] |
178 |
<table id="past_sales" class="past_sales_table"> |
179 |
<table id="past_sales" class="past_sales_table"> |
|
|
180 |
<caption class="sr-only">Past sales</caption> |
179 |
<thead> |
181 |
<thead> |
180 |
<th>ID</th> |
182 |
<th>ID</th> |
181 |
<th>DATA</th> |
183 |
<th>DATA</th> |
Lines 240-245
Link Here
|
240 |
<hr/> |
242 |
<hr/> |
241 |
<h2>Cashup history</h2> |
243 |
<h2>Cashup history</h2> |
242 |
<table id="table_cashups"> |
244 |
<table id="table_cashups"> |
|
|
245 |
<caption class="sr-only">Cashups</caption> |
243 |
<thead> |
246 |
<thead> |
244 |
<tr> |
247 |
<tr> |
245 |
<th>Date</th> |
248 |
<th>Date</th> |