How to modify the Point of sale print receipt to get GST included in it. i seen the posTicket in pos.xml but cant get the details in the print receipt
<tr>
<td><t t-esc="taxdetail.name" /></td>
<td>GST:</td>
<td class="pos-right-align">
<t t-esc="widget.format_currency(taxdetail.amount)" />
</td>
</tr>