feat: Adds purchase-order form only renders a new row rather than whole table.

This commit is contained in:
2025-01-09 22:34:49 -05:00
parent c4410706fd
commit 3f30327fd8
5 changed files with 35 additions and 16 deletions

View File

@@ -0,0 +1,13 @@
<tr id="#(id)">
<td>#(id)</td>
<td>#(workOrder)</td>
<td>#(customer)</td>
<td>#capitalized(vendorBranch.vendor.name) - #capitalized(vendorBranch.name)</td>
<td>#(materials)</td>
<td>#capitalized(createdFor.firstName) #capitalized(createdFor.lastName)</td>
<td>#(createdBy.username)</td>
<td>#capitalized(truckStock)</td>
<td>
<!-- TODO: add buttons here -->
</td>
</tr>