feat: Working on route and id helpers for views.

This commit is contained in:
2025-01-17 23:50:04 -05:00
parent 531a385dba
commit d8328314ed
21 changed files with 585 additions and 255 deletions

View File

@@ -117,8 +117,8 @@ public extension PurchaseOrder {
enum SearchContext: Sendable {
case customer(String)
case vendor(String)
case employee(String)
case vendor(VendorBranch.ID)
case employee(Employee.ID)
}
}