feat: Adds purchase-order form only renders a new row rather than whole table.
This commit is contained in:
13
Resources/Views/purchaseOrders/table-row.leaf
Normal file
13
Resources/Views/purchaseOrders/table-row.leaf
Normal 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>
|
||||
Reference in New Issue
Block a user