66 lines
1.5 KiB
Plaintext
Raw Normal View History

todo
Invoice Report
--------------
Model ?customer > table
2024-12-10 15:28:14 -08:00
- Calculate total due
- Filter paid implement
- Finish pdf styling
- Fix create page
Quotes
------
- Add date?
Orders
-------
- Fix service type
- PDF pre-pro property
- Change order status from table > do thru checkboxes?
- Tabs for quotes, invoices, packingSlips?
2024-12-10 15:28:14 -08:00
- Duplicate to new order (bulk actions too?)
- Validation
- Expand search to include code, placement, logo name
Invoices
---------
- Search by internal PO *and* customer PO
- In invoices table, search invoice by associated customer PO or internal PO
Customer report
----------------
- Save to PDF
Shipping Entries
-----------------
- Clickable URL in title
Others
-------
- ServiceFile findOrCreate
- Way to set GST and PST
- Remove service_type from ProductService?
- order pdfs checkboxes don't tick no more
- duplicate order button (edit page header)
- badge for invoices
- finish invoice styling
- add to invoice button on order page
- customer name to invoice title / filename
2024-11-19 15:54:02 -05:00
2024-12-10 15:28:14 -08:00
- ability to change PST / GST amounts
- ability to change office address
- dynamically get office address in invoice / invoice reports (add top notch as customer?)
- Save and close buttons at header (orders)
2024-11-19 15:54:02 -05:00
renamings:
- order->total_service_price => subtotal
- amount > quantity
- amount_price > amount
2024-12-10 15:28:14 -08:00
Discuss w/ James
-----------------
Customer address system improvement (multiple addresses per customer instead of customer entry per address?)
Global search?