Closed gavinvaske closed 3 months ago
We currently have a database table called material_orders
material_orders
However, we didn't have anything on the UI setup to render these items or to create these items.
This PR adds a Table and a Form which enables all CRUD functionality on these objects.
Description
We currently have a database table called
material_orders
However, we didn't have anything on the UI setup to render these items or to create these items.
This PR adds a Table and a Form which enables all CRUD functionality on these objects.