Deploy
b2ccc70dc6
feat(club-001): club core backend: anonymous members, devices, ledger, cashback config
2026-08-26 18:55:00 +02:00
Deploy
c19626bea3
fix(inventory-opt): inventory optimization: pagination, queries, filters for 10k+ products
2026-08-26 18:07:49 +02:00
Deploy
49dfd00406
chore(checkpoint): save club core backend and pending pos fixes
2026-08-26 17:58:45 +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
3917c8d6de
feat(orquestra): enforce semver and conventional commits
2026-08-25 22:03:50 +02:00
Deploy
66a08b61d2
fix: clean stale deployments before monolith start
2026-08-25 21:59:29 +02:00
chattie
9ae5f8e0de
fix: use correct state column for AWAITING_PAYMENT orders
...
- Fix column o.payment_status does not exist error
- orders_orders uses 'state' column, not 'payment_status'
- Changed all 3 affected queries
2026-08-25 21:22:11 +02:00
chattie
0b0bba9be8
feat(TPV-FIXES): completed feature
2026-08-25 06:47:33 +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
419f47ec1c
feat(TPV-FIXES): completed feature
2026-08-25 06:31:00 +02:00
chattie
6dc4361f85
feat(FRONTEND-UI-FIXES2): completed feature
2026-08-24 23:05:13 +02:00
chattie
1ac7bcd20e
feat(ADMIN-UI-FIXES2): completed feature
2026-08-24 23:05:13 +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
71165911ab
fix(storefront+TPV): storefront live search proxy, product expiry/weight display, TPV receipt popup timestamp
2026-08-24 22:11:04 +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
874d7faac0
fix(storefront): sitemap wraps listActiveProducts in listSafe to prevent build timeout
2026-08-24 20:52:46 +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
d9a57aaa05
fix(frontend): API client uses relative URLs in browser (same-origin) + SSR proxy route
...
- lib/api.ts: detect browser vs server, use relative URL in browser
- /api/catalog/[...path]: proxy route to forward SSR requests to backend
- .env.local: NEXT_PUBLIC_API_URL preserved for SSR
- Closes FRONTEND-PROXY
2026-08-24 20:45:05 +02:00
chattie
b16fce3243
fix(admin): cash close report uses cash payments only for expected cash
...
- expectedCash now = openingCash + cash payments (not total sales)
- difference = actualCash - realExpectedCash
- Closes ADMIN-CLOSURES
2026-08-24 20:45:05 +02:00
chattie
92e8dfc984
chore: fix gate agent fields for SHOP tickets
2026-08-24 20:45:05 +02:00
chattie
fd03b4cf4a
feat: close SHOP-AUTH and SHOP-STOCK tickets
2026-08-24 20:45:05 +02:00
chattie
30a0cd3552
fix: storefront live search relative URLs + auth error messages + TPV clock
...
- Storefront: use relative URLs in api.ts (fix ERR_ADDRESS_UNREACHABLE)
- Auth: show specific error for EMAIL_NOT_CONFIRMED
- TPV: add clock with date/time, modern SVG icons, panel toggle left
2026-08-24 20:45:05 +02:00
chattie
3d404de25c
chore: restore F-205 gate artifacts
2026-08-24 15:55:28 +02:00
chattie
7fed389dc6
chore: clean up old F-205 artifacts
2026-08-24 15:55:21 +02:00
chattie
7ec4628f3f
feat(F-204): completed feature
2026-08-24 15:55:15 +02:00
chattie
9060e333ec
feat(F-205): completed feature
2026-08-24 15:51:08 +02:00
chattie
a47186b70c
feat(POS-FIX-6): completed feature
2026-08-24 15:50:54 +02:00
chattie
30b5cc36ef
chore: clean backup files
2026-08-24 15:46:23 +02:00
chattie
ba376dbab0
feat: tickets backlog + TPV toggle sidebar
2026-08-24 15:46:18 +02:00
chattie
0dcb0f63a0
feat(POS-FIX-6): completed feature
2026-08-24 15:40:01 +02:00
chattie
3cb7325a42
fix(POS-FIX-12): proxy usa mismo host que navegador para cookies
2026-08-24 08:45:25 +02:00
chattie
23d2554dd0
feat(POS-FIX-12): completed feature
2026-08-24 08:42:41 +02:00
chattie
d103b634aa
feat(POS-FIX-11): completed feature
2026-08-24 08:13:43 +02:00
chattie
579e0a18eb
feat(POS-FIX-10): completed feature
2026-08-24 08:08:06 +02:00
chattie
08bae243a4
fix(POS-FIX-9): botones dialogo merge habilitados — recoveringSaleId no se setea al abrir dialogo
2026-08-24 07:55:23 +02:00
chattie
75d0d5b6a7
feat(POS-FIX-9): completed feature
2026-08-24 07:44:30 +02:00
chattie
e15918058f
feat(POS-FIX-8): completed feature
2026-08-24 07:39:32 +02:00
chattie
2467a02dd4
feat(POS-FIX-7): completed feature
2026-08-24 07:23:55 +02:00
chattie
cd2a8ab54d
feat(F-203): completed feature
2026-08-23 23:21:30 +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