feat: Adds purchase-order form only renders a new row rather than whole table.
This commit is contained in:
@@ -102,6 +102,8 @@ struct ApiController: RouteCollection {
|
||||
|
||||
// MARK: - PurchaseOrders
|
||||
|
||||
// TODO: Add fetch by id.
|
||||
|
||||
// TODO: Add pagination and filters.
|
||||
@Sendable
|
||||
func purchaseOrdersIndex(req: Request) async throws -> [PurchaseOrder.DTO] {
|
||||
|
||||
Reference in New Issue
Block a user