• Joined on 2026-02-02
blyzer pushed to main at blyzer/graphs 2026-05-21 19:07:54 +00:00
blyzer pushed to main at blyzer/graphs 2026-05-21 14:17:26 +00:00
560c089639 feat: export WhatsApp numbers in Clients CSV and make database idempotent
ebc1d7c5ef feat: add cliente_fone column for WhatsApp marketing and safely implement database idempotency
Compare 2 commits »
blyzer pushed to main at blyzer/graphs 2026-05-20 18:20:40 +00:00
blyzer pushed to main at blyzer/graphs 2026-05-20 18:07:44 +00:00
blyzer pushed to main at blyzer/graphs 2026-05-20 18:03:49 +00:00
d862145522 fix: prevent UPSERT from squashing historical data by generating a composite fallback order ID
blyzer pushed to main at blyzer/graphs 2026-05-20 17:52:43 +00:00
84ea094d54 feat: persist client sorting preference across page reloads using localStorage
blyzer pushed to main at blyzer/graphs 2026-05-20 14:40:02 +00:00
4a7ff31898 perf: move date filtering to backend to massively reduce payload size and implement smart polling for instant updates without lag
blyzer pushed to main at blyzer/graphs 2026-05-20 14:23:24 +00:00
cdcbfd2622 fix: extend date presets to end of day to prevent real-time orders from being hidden
blyzer pushed to main at blyzer/graphs 2026-05-20 13:37:07 +00:00
c77da0a9d0 feat: translate CSV export headers to pt-BR and format currency values
ceecbc354d feat: add CSV export functionality to Clients and Products pages
Compare 2 commits »
blyzer pushed to main at blyzer/graphs 2026-05-15 14:48:52 +00:00
2d85d2dcd5 feat: add date filter to clients page to analyze purchasing behavior within specific timeframes
blyzer pushed to main at blyzer/graphs 2026-05-15 14:10:38 +00:00
985d182743 fix: correctly initialize auto-refresh interval state from localStorage
blyzer pushed to main at blyzer/graphs 2026-05-15 12:45:32 +00:00
6aa9fff34c feat: persist auto-refresh interval across page reloads using localStorage
blyzer pushed to main at blyzer/graphs 2026-05-12 13:21:18 +00:00
fbd35d65af feat: make charts and legends clickable to navigate to product details
blyzer pushed to main at blyzer/tiny-webhook 2026-05-11 15:48:39 +00:00
9a9e9bedf2 feat: track average, max, and min stock additions per product in csv and n8n payload
blyzer pushed to main at blyzer/tiny-webhook 2026-05-11 14:56:18 +00:00
d89e2c11b1 feat: add endpoint to download stock logs csv directly from browser
blyzer pushed to main at blyzer/tiny-webhook 2026-05-11 14:50:43 +00:00
65fcf3f0fc feat: log stock changes to local csv file for analysis
blyzer pushed to main at blyzer/tiny-webhook 2026-05-11 14:39:29 +00:00
774fd4cf69 feat: add local memory tracker to calculate stock deltas
blyzer pushed to main at blyzer/graphs 2026-05-08 18:48:48 +00:00
8be7dbbe06 feat: make database idempotent by adding unique index and using UPSERT for order insertions
d4fad9f6c1 style: replace insertion timestamp with original purchase date in client details
Compare 2 commits »
blyzer pushed to main at blyzer/graphs 2026-05-08 17:16:11 +00:00
f6d4be1afb fix: safely parse n8n stringified numbers and add ID_Pedido to API response
e66a90d583 feat: parse and display n8n order ID instead of data do pedido in client details
Compare 2 commits »
blyzer pushed to main at blyzer/tiny-webhook 2026-05-07 20:19:52 +00:00
d317a5041c feat: add http endpoint to trigger backfill script remotely