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

@@ -8,36 +8,6 @@
</div>
</header>
<section class="content">
<div class="container">
<nav>
<ul class="nav-links">
<li>
<a hx-get="/users"
hx-target="body"
hx-push-url="true"
>
Users
</a>
</li>
<li>
<a hx-get="/employees"
hx-target="body"
hx-push-url="true"
>
Employees
</a>
</li>
<li>
<a hx-get="/vendors"
hx-target="body"
hx-push-url="true"
>
Vendors
</a>
</li>
</ul>
</nav>
</div>
#import("homeContent")
</section>
</div>