feat: Working purchase order table and form.

This commit is contained in:
2025-01-09 16:23:42 -05:00
parent da5fec4a94
commit bf71b725f6
23 changed files with 544 additions and 254 deletions

View File

@@ -6,7 +6,9 @@
<br>
<p>Vendors are who purchase orders can be issued for, they consist of multiple branches / locations.</p>
<br>
#extend("vendors/form", form)
#extend("form-container"): #export("formContent"):
#extend("vendors/form", form)
#endexport #endextend
#extend("vendors/table")
</div>
</div>