feat: purchase order page

This commit is contained in:
efrilm
2025-09-09 17:42:49 +07:00
parent 849013a08a
commit dfa8218017
8 changed files with 720 additions and 2 deletions
@@ -0,0 +1,7 @@
import PurchaseOrderList from '@/views/apps/purchase/purchase-orders/list'
const PurchaseOrdersPage = () => {
return <PurchaseOrderList />
}
export default PurchaseOrdersPage