EverydayTech Platform - Developer Reference
Complete Source Code Documentation - All Applications
Loading...
Searching...
No Matches
invoices.js
Go to the documentation of this file.
1export default {
2 slug: 'invoices',
3 title: 'Invoices',
4 icon: 'receipt_long',
5 summary: 'Create, edit, void, and delete invoices with stock restocking.',
6 image: '/images/docs/dashboard-invoices.png',
7 sections: [
8 {
9 heading: 'Lifecycle',
10 steps: [
11 { title: 'Create', text: 'Invoices → New. Select customer, add items, save.' },
12 { title: 'Edit', text: 'Update items and dates; totals update automatically.' },
13 { title: 'Void', text: 'Choose Void, enter a reason; stock is restocked, reports exclude voided.' },
14 { title: 'Delete', text: 'Allowed for Draft or Voided (not Paid); deletes items and restocks if needed.' }
15 ]
16 },
17 {
18 heading: 'Note',
19 body: 'Company info (ABN, address) is configured in Settings and appears on printed invoices.'
20 }
21 ]
22};