Commit Graph

21 Commits

Author SHA1 Message Date
3759258ebe fix(ssr): require Apply for all date-range filters
Most grid pages auto-submitted their date-range filter on every change
event, which fired mid-typing and re-rendered the date inputs, breaking
manual date entry. Invoices and ledgers already gated date submission
behind an explicit Apply button; this brings the other ten pages in line.

- date-range component: stop `change` from the date inputs bubbling to
  the form (@change.stop) and always render the Apply button, so typed or
  picked dates submit only via the Apply button's `datesApplied` event.
  The All/Week/Month/Year presets and all other filters are unaffected.
- payments, invoice import, transactions, import batches, sales
  summaries, expected deposits, cash drawer shifts, refunds, tenders,
  sales orders: add `datesApplied` to the form hx-trigger.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-02 22:42:17 -07:00
2f9da3cdd9 general improvements 2026-05-26 22:25:47 -07:00
ba87805d4c Add vendor pre-population for bulk code and individual edit forms
- Add vendor-changed HTMX handlers for both bulk code and individual edit
- Pre-populate default account at 100% when vendor is selected and no accounts exist
- Fix render-accounts-section to render from step-params correctly
- Change bulk code vendor-changed from hx-get to hx-post to include form data
- Add routes for vendor-changed endpoints
- Update e2e tests to cover vendor pre-population
- Run lein cljfmt fix across codebase
2026-05-21 14:45:19 -07:00
fcb46bf756 msot 2025-03-10 15:04:39 -07:00
ac0dbef961 Makes link dropdown not get cut off 2025-01-31 19:22:24 -08:00
a8c7c7eb8e cleans up grids 2024-11-18 19:41:54 -08:00
0fe2d2a84b Transactions get unlinked when voided 2024-10-08 23:33:23 -07:00
Bryce
ef6f0aef7d adds client label and allows sorting by date, status, amount. 2024-08-30 09:05:40 -07:00
3b410cf200 page breaks. 2024-08-28 21:56:54 -07:00
67827b41d0 Adds float visibility 2024-08-28 21:49:40 -07:00
7acd8ceee4 Should make payment links better 2024-05-07 19:44:10 -07:00
2a94bcc509 Adds links for manual payments 2024-05-02 19:47:36 -07:00
Bryce
65be50cf9f simplify sorting 2024-04-10 14:48:47 -07:00
Bryce
8da7eaaf46 More reliability with company dropdown 2024-04-10 09:30:33 -07:00
Bryce
ffde6efac3 Voiding more forgiving 2024-03-20 19:59:38 -07:00
Bryce
e914f8b994 Sidebars link correctly 2024-03-20 19:47:41 -07:00
Bryce
0cdf908acd Makes browsing work rigth 2024-03-20 15:47:00 -07:00
Bryce
8af5713ba2 Makes navigation a little bit better. 2024-03-20 14:48:44 -07:00
5b9c4b7aef progress on invoices. 2024-03-14 07:16:59 -07:00
fb2eefc9ac invoices page works, needs dialog. 2024-03-09 21:25:55 -08:00
d73a3153bb payments ssr
voiding

supports bulk void.

exact match id linking

voidnig payments works.

minor tweak.
2024-03-09 11:59:17 -08:00