EverydayTech Platform - Developer Reference
Complete Source Code Documentation - All Applications
Loading...
Searching...
No Matches
products.js
Go to the documentation of this file.
1export default {
2 slug: 'products',
3 title: 'Products',
4 icon: 'inventory_2',
5 summary: 'Billable items and stock-managed products for invoicing.',
6 image: '/images/docs/dashboard-products.png',
7 sections: [
8 {
9 heading: 'Catalog',
10 list: [
11 'Add product: price (ex GST), stock tracking, low stock alerts',
12 'Search: Filter by name or supplier',
13 'Use in invoices: Add products to line items for consistent pricing'
14 ]
15 }
16 ]
17};