Commit Graph

  • 87f12f76ea Merge pull request 'Agregando proteccion a rutas' (#38) from add-auth-protection-routes into main main mono 2026-03-15 23:54:32 -05:00
  • faa5cf1a46 refactor: remove redundant admin checks from pages (now handled by router) mono 2026-03-15 23:54:34 -05:00
  • c1fccc4d53 feat: add admin route protection via router beforeEach mono 2026-03-15 23:46:08 -05:00
  • eb4811ab8b feat: add auth protection to routes using meta fields mono 2026-03-15 23:32:36 -05:00
  • cd0f1b65dd Merge pull request 'docker-deploy-config' (#37) from docker-deploy-config into main mono 2026-03-15 23:01:56 -05:00
  • 6e3d9b8a49 chore: remove env files from repository tracking mono 2026-03-15 22:59:33 -05:00
  • bd977d8609 chore: add deploy env files to gitignore mono 2026-03-15 22:56:31 -05:00
  • fa0bf07ad2 fix: add ARG and ENV to Dockerfile for build args, fix typo in .env.staging mono 2026-03-15 22:53:42 -05:00
  • 95a9a5cb1f feat: add docker deploy configuration for staging and production mono 2026-03-15 21:02:46 -05:00
  • 65f8b545c6 Merge pull request 'Adicionar método de pago a instrucciones de planilla de una compra #35' (#36) from add_payment_method_summary_purchase_#35 into main mono 2026-03-14 23:55:10 -05:00
  • 3e84642583 #35 feat: add payment method to purchase summary template mono 2026-03-14 23:54:26 -05:00
  • 4d77b50987 Merge pull request 'Arreglando vistas de importación de clientes, productos y envio de ventas a tryton #24' (#33) from fix_tryton_products_custom_views_#24 into main mono 2026-03-14 23:25:32 -05:00
  • 4cbe18708e #29 feat: improve customers sync UI with loading state and results mono 2026-03-14 23:22:32 -05:00
  • 794e885b9d #29 feat: improve sales sync UI with loading state and results mono 2026-03-14 23:19:14 -05:00
  • 59122c04d3 #29 feat: improve products sync UI with loading state and results mono 2026-03-14 23:16:22 -05:00
  • d3620d1c33 Merge pull request 'Ajustando menú por rol de usuario #29' (#32) from adjust_menu_by_rol_#29 into main mono 2026-03-14 23:02:00 -05:00
  • 786d0551bb #29 refactor: replace admin code with role-based auth using Pinia mono 2026-03-14 22:55:24 -05:00
  • 2c9ea4b871 #29 feat: hide admin menu for non-admin users mono 2026-03-14 22:41:00 -05:00
  • 974c84fdb2 #29 fix: fetch user data on route change after login mono 2026-03-14 22:36:57 -05:00
  • 373ebb0ae4 docs: emphasize commit authorization requirement in AGENTS.md mono 2026-03-14 22:33:21 -05:00
  • 63bcfa67fe #29 fix: use role field for user badge mono 2026-03-14 22:30:50 -05:00
  • c9d019c918 #29 fix: correct user endpoint to /api/users/me/ mono 2026-03-14 22:30:10 -05:00
  • 0c31d21212 #29 feat: add user profile menu in navbar mono 2026-03-14 22:24:38 -05:00
  • 71294af7fa #29 docs: add project analysis to AGENTS.md mono 2026-03-14 22:24:34 -05:00
  • 18507bc337 fix: Add missing import for useCartStore in catalog aserrador 2026-03-14 17:04:54 -05:00
  • 78923ddb6e feat: Add cart store for catalog quantity sync aserrador 2026-03-14 16:59:45 -05:00
  • 1d37ce42dc feat: Improve product card design and sync cart quantity aserrador 2026-03-14 16:28:10 -05:00
  • 04509006a4 fix: Update dependencies aserrador 2026-03-14 15:36:43 -05:00
  • 2ba8004240 feat: Add quantity controls to cart with +/- buttons aserrador 2026-03-07 17:57:31 -05:00
  • 339ac6727f feat: Add shopping cart to catalog page with sidebar aserrador 2026-03-07 17:30:38 -05:00
  • c95279d96b Merge pull request 'Implementando autenticación usando jwt #28' (#31) from implement_jwt_authentication_#28 into main mono 2026-03-07 17:30:23 -05:00
  • 7f73251c5e #28 style: fix lint issues in auth components mono 2026-03-07 17:03:30 -05:00
  • 3112c82bb2 #28 fix: update auth state on route change mono 2026-03-07 16:48:24 -05:00
  • 6088623415 docs: add git commit conventions to AGENTS.md mono 2026-03-07 16:22:04 -05:00
  • 7731b2fbd6 #28 feat(auth): add login/logout buttons in NavBar mono 2026-03-07 16:12:17 -05:00
  • d4421aece4 chore: add .env to gitignore and add .env.example mono 2026-03-07 16:05:26 -05:00
  • 1c8638b8d4 docs: add AGENTS.md with project conventions for AI agents mono 2026-03-07 16:03:21 -05:00
  • 72d81bdf47 #28 fix: add component imports in pages and isAuthenticated method mono 2026-03-07 16:03:17 -05:00
  • 9e78646d20 feat: Add catalog page idea aserrador 2026-02-21 17:10:30 -05:00
  • 0ba348cc64 #28 fix(login): handle bad credentials. Mono Mono 2026-02-21 13:38:00 -05:00
  • 4e79ecd56b #28 feat(api): add logout. Mono Mono 2026-02-14 18:55:26 -05:00
  • 4a67f85dcb #28 refactor(api): using axios instead fetch. Mono Mono 2026-02-14 18:20:07 -05:00
  • 173cf3771b #28 dependency: add axios Mono Mono 2026-02-14 17:56:37 -05:00
  • 173ddfd05f feat(Login): add example jwt token Mono Mono 2026-02-14 17:49:49 -05:00
  • b817ffc9fb feat: update package-lock.json enviar_ventas_tryton#20 rodia 2025-09-04 18:03:41 -03:00
  • c593dd0273 Merge pull request '#23 Comentado botones para adicionar clientes.' (#25) from delete_add_customer_buttons_#23 into main 0.1.7 mono 2025-08-30 16:10:33 -05:00
  • c8460c8e81 #23 fix: comment add customer button. delete_add_customer_buttons_#23 Mono Mono 2025-08-30 16:08:31 -05:00
  • 3fdfc3c883 Merge pull request 'feat: Add page send sales to tryton close #20' (#21) from enviar_ventas_tryton#20 into main 0.1.6 Rodia 2025-08-16 15:15:31 -05:00
  • 460e213e0e feat: Add page send sales to tryton close #20 rodia 2025-08-16 17:12:46 -03:00
  • e192c3778a feat: Admin code for sychronize Parties, Products rodia 2025-08-16 14:02:55 -03:00
  • 5c594ea563 Merge pull request 'AsyncProductsFromTryton' (#18) from AsyncProductsFromTryton into main Rodia 2025-08-16 09:42:45 -05:00
  • f22fcb6f16 feat: Add Update Parties From Tryton AsyncProductsFromTryton Rodia 2025-08-09 19:44:30 -03:00
  • 1b84c5419f feat: Sincronizar Productos desde Tryton Rodia 2025-08-09 16:35:07 -03:00
  • 7fe137ce4f Se agrega al menu la opcion de sincronizar productos desde tryton Rodia 2025-07-26 19:57:12 -03:00
  • e2ccfbcd5f Merge pull request 'config(Deploy): use environment to config api server.' (#17) from config_environment_on_production into main 0.1.5 mono 2025-04-04 18:54:03 -05:00
  • 459a028891 config(Deploy): use environment to config api server. Mono Mono 2025-04-04 18:28:10 -05:00
  • 1c294a5ba6 fix: Modify tasks service name Rodia 2025-03-29 16:13:28 -05:00
  • 8a855be105 Merge pull request 'Venta de admin que puede editar precios de productos' (#15) from admin_purchase_#12 into main 0.1.4 mono 2025-03-08 19:10:49 -05:00
  • d89b79bfd0 #12 style(Navbar): add icions and separete admin actions. Mono Mono 2025-03-08 19:07:40 -05:00
  • 5860411753 #12 feat(Compra): add compra administrativa. Mono Mono 2025-03-08 18:04:45 -05:00
  • a4dd8f98d8 #14 style(SummaryPurchase): add info table. Mono Mono 2025-03-08 17:45:31 -05:00
  • ed482542a4 #13 fix(SummaryPurchase): change button to start point. Mono Mono 2025-03-08 17:02:02 -05:00
  • 8652e4778f #10 fix(Code): add cancel button. Mono Mono 2025-03-08 16:59:06 -05:00
  • 187f2fde9f Merge pull request 'exportando ventas de tryton #5' (#6) from export_purchases_to_tryton_#5 into main 0.1.3 mono 2025-03-03 22:54:14 -05:00
  • 49e8de8c0c #5 secured(csv): export_purchases_to_tryton Mono Mono 2025-03-03 22:52:44 -05:00
  • f8a52fc3ec #5 feat(CSV): export csv tryton. Mono Mono 2025-03-03 22:50:47 -05:00
  • db8ec154ae #5 feat(API): getCSVForTryton Mono Mono 2025-03-03 22:06:49 -05:00
  • 4e88477323 Merge pull request '#2 fix(Environment): move django url to vite.config.mjs' (#4) from fix_api_implementantion_env_#2 into main 0.1.2 mono 2025-03-02 00:45:31 -05:00
  • 2e4aef00c4 #2 fix(Environment): move django url to vite.config.mjs Mono Mono 2025-03-02 00:45:11 -05:00
  • 3841e6ac7f Merge pull request 'fix(Environment): move API_IMPLEMENTATION to vite.config.mjs' (#3) from fix_api_implementantion_env_#2 into main 0.1.1 mono 2025-03-01 22:37:43 -05:00
  • d50ff7e1e7 fix(Environment): move API_IMPLEMENTATION to vite.config.mjs Mono Mono 2025-03-01 22:31:58 -05:00
  • efb33ef011 Implementacion API Tryton Client TrytonApiClient Rodia 2025-02-14 23:25:28 -05:00
  • c257c253e1 .gitignore 0.1 Mono Mono 2025-02-08 17:09:10 -05:00
  • 36cf4acb4d Merge pull request 'remove django' (#1) from remove_django into main mono 2025-02-08 17:03:46 -05:00
  • d42a25d115 fix: dockerfile Mono Mono 2025-02-08 17:03:02 -05:00
  • f60cede0fa change port Mono Mono 2025-02-08 16:36:32 -05:00
  • 88b262e9cf remove: django. Mono Mono 2025-02-08 16:32:29 -05:00
  • 27cbeca6cb dev: fix django connection. Mono Mono 2025-02-08 16:29:53 -05:00
  • ccc233f008 move frontend to upper dir. Mono Mono 2025-02-08 15:29:01 -05:00
  • 8e77866308 remove environment files. Mono Mono 2025-02-08 15:12:25 -05:00
  • 2a6b3b94fe remove environment files. Mono Mono 2025-02-08 15:11:54 -05:00
  • 43756952fb Merge pull request 'Creada vista para listar los cuadres de tarro #90' (#91) from view_for_jar_reconciliation_#90 into main mono 2025-02-02 23:08:00 -05:00
  • 6a346bdf8a #90 fix(Frontend): set default tab in Reconciliation summary. Mono Mono 2025-02-02 23:04:54 -05:00
  • 2a983c8056 #90 fix(Frontend): fix datetime in Reconciliation summary. Mono Mono 2025-02-02 22:49:38 -05:00
  • 2c6449c727 #90 feat(Frontend): add Purchases in cuadres_de_tarro. Mono Mono 2025-02-02 22:48:21 -05:00
  • 77a0c4ac0d #90 feat(Frontend): add Purchases in cuadres_de_tarro. Mono Mono 2025-02-02 22:40:31 -05:00
  • 2fcf884cce #90 feat(api): add payment method to sales. Mono Mono 2025-01-28 09:17:48 -05:00
  • 75d39c6ca7 #90 feat(frontend): add modal to ReconciliationJarIndex. Mono Mono 2025-01-18 12:53:53 -05:00
  • a5d4c1977a #90 feat(frontend): minor fix. Mono Mono 2025-01-18 12:43:50 -05:00
  • d85ad7cc38 #90 feat(frontend): getReconciliation api method. Mono Mono 2025-01-18 12:43:01 -05:00
  • aa45ea44ac #90 feat(frontend): getReconciliation api method. Mono Mono 2025-01-18 12:42:33 -05:00
  • 1b06818583 #90 feat(frontend): add ReconciliationJarView.vue. Mono Mono 2025-01-18 12:22:45 -05:00
  • baa0677e7a #90 feat(frontend): add cuadres_de_tarro page. Mono Mono 2025-01-12 01:23:17 -05:00
  • d9d3239662 #90 api(frontend): add getListReconcliations. Mono Mono 2025-01-12 01:20:33 -05:00
  • 8bc2d02572 #90 test: minor fix. Mono Mono 2025-01-12 01:18:53 -05:00
  • c9cfc7f873 #90 feat(ReconcilaitionJar): create api view with pagination. Mono Mono 2025-01-12 00:24:30 -05:00
  • 2a937653df Merge pull request 'asegurnado paginas administrativas #88' (#89) from secure_admin_pages_#88 into main mono 2025-01-11 19:24:43 -05:00
  • e5ae1bb142 feat(frontend): using api for admin valid code. Mono Mono 2025-01-11 19:22:48 -05:00
  • 9ff1deb687 dev(rakeFile): add terminal django. Mono Mono 2025-01-11 19:21:00 -05:00
  • 0caa6fbb56 #88 feat(AdminCode): create model and api view. Mono Mono 2025-01-11 19:08:05 -05:00