Deploy
1376d3e4f0
feat(notif-inventory-alerts): admin bell: add inventory alerts (low stock, out of stock, expired/expiring, low margin)
2026-08-27 23:26:01 +02:00
Deploy
06ac1918b2
feat(admin): global pagination component + apply to brands/promotions/reviews
2026-08-26 22:52:39 +02:00
Deploy
7f25d30fac
fix(admin): add pagination to /admin/orders with prev/next and total counter
2026-08-26 22:43:01 +02:00
Deploy
5f6a22f1c5
fix(admin): add COMPLETED state in dashboard, orders list and detail with lowercase label
2026-08-26 22:38:59 +02:00
Deploy
eb655e109f
fix(pos-selfpay): hide payment methods until email step completes
2026-08-26 22:03:23 +02:00
Deploy
665fc2a60d
feat(club-006): club admin: dashboard, members, movements and settings
2026-08-26 20:55:00 +02:00
Deploy
158d55b8c6
fix(order-status-labels): admin order status labels should be lowercase and unified
2026-08-26 20:36:54 +02:00
Deploy
c19626bea3
fix(inventory-opt): inventory optimization: pagination, queries, filters for 10k+ products
2026-08-26 18:07:49 +02:00
Deploy
cf3c906ed2
fix(pos): redesign quick products admin search and save flow
2026-08-26 07:43:13 +02:00
Deploy
290ced173b
fix(pos): handle expired API sessions and add receipt preview close button
2026-08-26 07:05:02 +02:00
Deploy
b6af852b54
fix(release): 0.2.8 harden admin proxy, cart stock caps, selfpay and refund timeline
...
- admin proxy: 25s timeout, body guards, structured failure logs
- cart: addItem enforces stock cap (409 INSUFFICIENT_STOCK), UI clamps qty
- tpv selfpay: hide sidebar/discounts/save-pending, rename button, receipt-settings 400 fix
- pos admin: quick products slot count aligned to 8
- returns: human-readable history message + metadata jsonb (migrations 064-065) + admin fallback formatter
- storefront: product card white background
- product page: remove duplicate stock label under add-to-cart button
2026-08-25 23:41:29 +02:00
Deploy
b6adf681d1
fix(pos): dedupe ticket header and force white print background
2026-08-25 22:39:05 +02:00
Deploy
129584d738
fix(pos): hide selfpay controls and normalize trend labels
2026-08-25 22:29:12 +02:00
Deploy
f76591518e
fix(reporting): resize trend chart and repair closures detail
2026-08-25 22:24:11 +02:00
Deploy
ae42bae61e
fix(admin): resolve notification and cash-close 500s
2026-08-25 22:16:08 +02:00
Deploy
ed031f8a94
feat(settings): add about system information
2026-08-25 22:08:20 +02:00
Deploy
66a08b61d2
fix: clean stale deployments before monolith start
2026-08-25 21:59:29 +02:00
chattie
99c9bd4c55
feat(ORDERS-FIX): completed feature
2026-08-25 06:38:10 +02:00
chattie
7639c1ff42
feat(TICKET-LOGO): completed feature
2026-08-25 06:35:39 +02:00
chattie
9daed56819
fix(admin): add twitterUrl/pinterestUrl to StoreSettings interface for settings page type safety
2026-08-24 22:17:01 +02:00
chattie
2ed2ac8cd1
fix(admin): trend chart height 100px, logs 3-column layout, KPI cards clickable links, AI timeout 120s env var, X/Pinterest settings
2026-08-24 22:09:12 +02:00
chattie
30f0cb0702
fix(frontend): wrap useSearchParams in Suspense for Next.js 16 compat
2026-08-24 21:50:52 +02:00
chattie
8ce1a36ef6
fix(payments): show already refunded amount, limit new refund to remaining
2026-08-24 20:45:05 +02:00
chattie
85ecee935b
fix: frontend fixes batch - live search proxy, quick products 10 slots, categories emoji list, bell notifications with tabs, awaiting payment orders endpoint
2026-08-24 20:45:05 +02:00
chattie
0dcb0f63a0
feat(POS-FIX-6): completed feature
2026-08-24 15:40:01 +02:00
chattie
725a02527a
fix: selfpayMode state vars + monolith.sh TPV port + closures report
...
- Add missing selfpayMode/closePin state vars in admin POS page
- Add selfpayMode/closeSessionRequiresPin/closeSessionPin to PosTerminal interface
- Fix ClosedSession type in reporting/closures to match cash-close endpoint
- Add smtpReportEmail to admin StoreSettings interface
- monolith.sh: add TPV service (port 3002), reorder ports:
API 3000, ADMIN 3001, TPV 3002, FRONTEND 3003, STOREFRONT 3004
- Add apps/pos to install_dependencies in monolith.sh
2026-08-23 09:41:21 +02:00
chattie
57c1781789
hotfix: add missing selfpayMode state variables in admin POS page
2026-08-23 09:32:30 +02:00
chattie
950c4d622b
Admin: add Cierres de caja reporting section
...
- New /reporting/closures page listing closed POS sessions
- Shows financial summary, sales stats, payments breakdown per session
- Sessions filterable by store and last 7/30/90 days
- Navigation entry in Reporting layout
2026-08-23 09:27:35 +02:00
chattie
18a518e58b
F-201 F-202 F-203: POS cash close report + email + PIN admin
...
F-201: GET /pos/reports/cash-close/:id with financial summary, sales
by state, payments breakdown, items sold. Extended /pos/sessions/:id.
F-202: Cash close email sent on session close to smtpReportEmail
(best-effort). smtpReportEmail field added to admin SMTP settings.
F-203: Admin POS terminal config: selfpayMode, closeSessionRequiresPin,
closeSessionPin (4-6 digits) with dedicated settings section.
2026-08-23 09:24:37 +02:00
chattie
eb3322e309
feat(F-190): completed feature
2026-08-23 07:48:20 +02:00
chattie
c5e5b4c48c
feat(F-195): completed feature
2026-08-22 22:36:05 +02:00
chattie
b85670cb51
feat(F-194): completed feature
2026-08-22 22:29:26 +02:00
chattie
ca12f46bff
feat(F-187): completed feature
2026-08-22 22:23:50 +02:00
chattie
a3f6edd325
feat(F-186): completed feature
2026-08-22 22:08:30 +02:00
chattie
b860e8d1df
feat(F-182): completed feature
2026-08-22 19:25:12 +02:00
chattie
56eee88315
feat(F-167): completed feature
2026-08-22 19:17:36 +02:00
chattie
8f02d1c6cc
feat(F-170): completed feature
2026-08-22 19:13:31 +02:00
chattie
abdb03b6b5
feat(F-177): completed feature
2026-08-22 18:54:41 +02:00
chattie
c5519cac95
feat(F-168): completed feature
2026-08-22 18:38:16 +02:00
chattie
348003d168
feat(F-175): completed feature
2026-08-22 18:35:10 +02:00
chattie
5d90dd32de
feat(F-163): completed feature
2026-08-22 18:33:24 +02:00
chattie
b1bbaa1055
feat(F-162): completed feature
2026-08-22 18:18:38 +02:00
chattie
29c2a4495c
feat(F-165): completed feature
2026-08-22 18:15:58 +02:00
chattie
9152b3a65e
feat(F-161): completed feature
2026-08-22 18:13:37 +02:00
chattie
f802a83773
feat(F-159): completed feature
2026-08-22 18:02:11 +02:00
chattie
7159baf851
feat(F-157): completed feature
2026-08-22 17:42:35 +02:00
chattie
699dfc6fca
feat(FIX-158): completed feature
2026-08-22 17:26:02 +02:00
chattie
915fbe0ba9
feat(POS-005): completed feature
2026-08-22 13:36:26 +02:00
chattie
926add3c97
feat(F-140): completed feature
2026-08-22 13:16:27 +02:00
chattie
5748c00623
feat(F-139): completed feature
2026-08-22 13:12:54 +02:00