docu update

This commit is contained in:
2026-03-14 23:54:42 -05:00
parent 5f93adab8b
commit 86588c6134
6 changed files with 160 additions and 12 deletions

View File

@@ -17,6 +17,7 @@
- PDF screen components must remain separate from API-rendered document templates.
- Any non-filter lookup UI must be implemented as a searchable picker or autocomplete; do not use long static dropdowns for operational datasets such as items, customers, vendors, or document-linked records.
- Inventory items expose both cost and sell price. Downstream sales document entry should default from the item price field rather than requiring duplicate price maintenance.
- Shipping, sales, and future purchasing PDFs should be rendered through the backend documents module and shared Puppeteer pipeline rather than ad hoc frontend-only exports.
- Preserve the current dense operations UI style on active module pages: compact controls, tighter card padding, and shorter empty states unless a screen has a clear reason to be more spacious.
## Backend rules