Commit Graph

21 Commits

Author SHA1 Message Date
df291df451 fix: correct catalog purchase field name and swap api method mappings
- Rename saleline_set to catalogsaleline_set in catalog purchase payload
- Fix swapped createPurchase/createCatalogPurchase method calls in Api class
- Format http.js (indentation, quotes, trailing commas)
2026-05-28 18:57:51 -05:00
9ea01eed39 fix: resolve white screen crashes and restructure layout hierarchy
- Move NavBar from App.vue to layouts/default.vue to fix nested v-app/v-main
- Replace VSkeletonLoader with v-progress-circular to avoid genStructure crash
- Initialize payment_methods as [] and add fallback in v-select
- Remove duplicate fetchClients call from mounted()
- Add authStore.user check in admin route guard
- Replace window.location.href with router.push for SPA navigation
- Add !important to page-header gradient styles
2026-05-28 18:14:37 -05:00
e816ae3e7d feat: add inline catalog checkout with modals
Replace redirect to /comprar with a 2-step modal flow (cart confirmation
+ personal data) on the catalog page. Add createCatalogPurchase API
endpoint for catalog sales.
2026-05-28 17:13:22 -05:00
f3f55fe81e style: fix lint formatting in django-api.js (quotes, indentation) 2026-05-15 13:12:00 -05:00
mono
786d0551bb #29 refactor: replace admin code with role-based auth using Pinia 2026-03-14 22:55:24 -05:00
mono
c9d019c918 #29 fix: correct user endpoint to /api/users/me/ 2026-03-14 22:30:10 -05:00
mono
0c31d21212 #29 feat: add user profile menu in navbar 2026-03-14 22:24:38 -05:00
mono
7f73251c5e #28 style: fix lint issues in auth components 2026-03-07 17:03:30 -05:00
mono
72d81bdf47 #28 fix: add component imports in pages and isAuthenticated method 2026-03-07 16:03:17 -05:00
0ba348cc64 #28 fix(login): handle bad credentials. 2026-02-21 13:38:00 -05:00
4e79ecd56b #28 feat(api): add logout. 2026-02-14 18:55:26 -05:00
4a67f85dcb #28 refactor(api): using axios instead fetch. 2026-02-14 18:20:07 -05:00
173ddfd05f feat(Login): add example jwt token 2026-02-14 17:49:49 -05:00
rodia
460e213e0e feat: Add page send sales to tryton close #20 2025-08-16 17:12:46 -03:00
f22fcb6f16 feat: Add Update Parties From Tryton 2025-08-09 19:44:30 -03:00
1b84c5419f feat: Sincronizar Productos desde Tryton 2025-08-09 16:35:07 -03:00
459a028891 config(Deploy): use environment to config api server. 2025-04-04 18:28:10 -05:00
db8ec154ae #5 feat(API): getCSVForTryton 2025-03-03 22:06:49 -05:00
2e4aef00c4 #2 fix(Environment): move django url to vite.config.mjs 2025-03-02 00:45:11 -05:00
27cbeca6cb dev: fix django connection. 2025-02-08 16:29:53 -05:00
ccc233f008 move frontend to upper dir. 2025-02-08 15:29:01 -05:00