Merge branch 'dillon/111-manual-invoice-ba-2' into vapor/development

This commit is contained in:
Dillon Ngo
2026-01-31 21:15:38 +08:00
@@ -4,7 +4,6 @@
<th width="5%">No</th>
<th class="stock-code" width="10%">Stock Code</th>
<th class="description">Description</th>
<th width="20%">UOM</th>
<th width="10%">Quantity</th>
</tr>
</thead>
@@ -27,9 +26,6 @@
</td>
<td class="description">
{{ $transaction_detail->product_name }}
</td>
<td width="20%" class="center">
</td>
<td width="10%" class="right">
{{ $transaction_detail->quantity }}
@@ -41,7 +37,7 @@
<tfoot>
<tr>
<td colspan="3"></td>
<td colspan="2"></td>
<td class="right middle"><strong>Total Quantity</strong></td>
<td class="total right middle">
<strong>{{ $totalQuantity }}</strong>