Adds accounting-service PATCH/archive, fiscal helpers, COA templates and setup status, plus SuperApp Accounting UI (DS, scoreboard, masters, vouchers, ledger, ops modules) with session refresh and HTTPS public API URLs. Co-authored-by: Cursor <cursoragent@cursor.com>
16 lines
516 B
Markdown
16 lines
516 B
Markdown
# Frontend Testing — Quality Gate
|
|
|
|
Before marking an accounting page complete:
|
|
|
|
- [ ] Loads against live `accounting-service`
|
|
- [ ] Loading / empty / error states work
|
|
- [ ] Create (and action) mutations hit real APIs
|
|
- [ ] JWT + tenant header present (401/403 handled)
|
|
- [ ] RTL layout intact
|
|
- [ ] Dark mode readable
|
|
- [ ] Responsive at mobile + desktop
|
|
- [ ] Keyboard reachable for primary actions
|
|
- [ ] No mock data in the page
|
|
|
|
`npm run build` in `frontend/` must succeed after module changes.
|