EverydayTech Platform - Developer Reference
Complete Source Code Documentation - All Applications
Loading...
Searching...
No Matches
purchaseOrders.js
Go to the documentation of this file.
1export default {
2 slug: 'purchase-orders',
3 title: 'Purchase Orders',
4 icon: 'shopping_cart',
5 summary: 'Track purchase orders, receiving, and stock updates.',
6 image: '/images/docs/dashboard-po.png',
7 sections: [
8 {
9 heading: 'Process',
10 list: [
11 'Create PO: Add supplier, items, expected dates',
12 'Edit/Receive: Update lines as goods arrive',
13 'Search: Filter by PO number, supplier, date'
14 ]
15 }
16 ]
17};