Commit Graph

210 Commits

Author SHA1 Message Date
66495e25ff style(Purchase) 2024-11-09 13:55:59 -05:00
b7c4cf5d44 refactoring(Purchase): simplify payment_method #47 2024-11-09 13:49:24 -05:00
6bef38e457 fix(Menu): #65 2024-11-04 23:18:10 -05:00
b80e415393 rename(frontend): index to compra 2024-11-04 19:27:55 -05:00
65e99b7ce2 view: fix total on summary purchase. 2024-11-02 16:54:07 -05:00
f6146c177b view: fix subtotal on summary purchase. 2024-11-02 16:53:01 -05:00
7c36524763 Redirect to summary after purchase #55 2024-11-02 16:46:45 -05:00
ac5c962ca7 Merge pull request 'Habilitando Resumen de compra' (#63) from enable_summary_purchase_#55 into main
Reviewed-on: OneTeam/don_confiao#63
2024-11-02 15:31:23 -05:00
4472d8b6b8 view(Frontend): make dinamic summary_purchase. 2024-11-02 15:27:26 -05:00
8b15d9dd9d view (Frontend): purchase summary. 2024-11-02 14:52:44 -05:00
50534ef5b1 Feat: issue #26 2024-11-02 13:58:40 -05:00
8c00b89fb8 frontend: rename summary_purchase page. 2024-11-02 13:58:10 -05:00
b134b88791 summary purchase: generate draft. 2024-11-02 13:54:09 -05:00
1519b3c8bb django(View): add purchase summary json endpoint. 2024-11-02 12:51:26 -05:00
2ed8b5b3a5 Feat: Datos de contacto customer #46 2024-11-02 12:18:39 -05:00
a90fb4d937 Fix: Linea de Cero debe ser mayor a cero issue RedEcovida#57 2024-11-02 11:40:51 -05:00
2a908d4e05 Fix: No permitir eliminar linea de venta issue #4 2024-11-02 11:28:10 -05:00
4cbeaa2560 refactor(test): sentence to method. 2024-11-02 11:05:39 -05:00
eeb9821675 Feat: Cargar ultimo cliente creado 2024-11-02 10:54:14 -05:00
2ea8cc7fd8 Feat: Actualizar listado de Clientes al crear uno nuevo 2024-11-02 10:28:15 -05:00
95fab71898 Merge pull request 'Importación de clientes por CSV' (#56) from import_customers into main
Reviewed-on: OneTeam/don_confiao#56
2024-10-26 17:24:21 -05:00
cosmos
83f3bbdc85 Add migrate 2024-10-26 17:22:58 -05:00
cosmos
5910c0c227 Import Customers 2024-10-26 17:16:27 -05:00
8a2a568739 Fix: Vite not found 2024-10-26 17:08:10 -05:00
49ac668c14 begining purchase summar. 2024-10-26 16:06:47 -05:00
c2e91328fb Feat: Create Customer Post API 2024-10-26 14:38:58 -05:00
18df5742d5 Feat: Create Customer Modal 2024-10-26 12:57:14 -05:00
63f6b3da10 view(Purchase): enable autocomplete products #44 2024-10-05 15:31:31 -05:00
8506f7c1bd view(Purchase): add autocomplete customer on purchase #43. 2024-10-05 13:28:10 -05:00
f110c750a0 Fix: Unused variables 2024-10-05 12:36:43 -05:00
7a89eee9fb Merge branch 'main' into BarraDeNavegacion 2024-10-05 12:34:32 -05:00
80ef5c4d9d Fix: Barra de Navegacion 2024-10-05 12:07:41 -05:00
506a280f6e Feat: Barra de Navegacion en Formulario de Compras 2024-10-05 11:48:59 -05:00
ee37bfe2cf refactor(Vue): avoid manual div and style class. 2024-10-05 11:28:24 -05:00
dd62baa3f0 Fix: Window NavBar 2024-10-05 11:10:42 -05:00
172915d1c1 Merge branch 'main' into cosmos 2024-10-05 10:44:13 -05:00
d00f3e60fd Fix: Archivo Faltante NavBar 2024-10-05 10:38:25 -05:00
2d519f7ca9 Feat: Se agrega barra de Navegacion 2024-10-04 20:39:53 -05:00
cosmos
b2de6d3e9d Changa purchese 2024-10-02 20:50:40 -05:00
7dc843d8f5 view(theme): change dark theme. 2024-09-28 19:50:33 -05:00
1519453591 view(Purchase): minor fixes. 2024-09-28 19:21:58 -05:00
6199a93061 view(Purchase): readonly unit_price. 2024-09-28 18:54:17 -05:00
71e3808c78 view(Purchase): Set price automatically based on product. 2024-09-28 18:50:57 -05:00
413c77b1fe view(Purchase): redirect after succesfull purchase. 2024-09-28 17:43:55 -05:00
0c065beb30 view(Purchase): generate purchase from vuetify. 2024-09-28 17:23:50 -05:00
f2befda953 view(Purchase): add products to purchase. 2024-09-28 16:20:47 -05:00
98d173bf00 fix(Vuetify): minor fix. 2024-09-28 16:10:59 -05:00
9857b90cd4 ci(dev): fix port npm to run on docker. 2024-09-28 16:03:03 -05:00
2c8911fb78 ci(Dev): Using docker to serve django and vue on same host. 2024-09-28 14:04:13 -05:00
a7147d1850 view(Purchase): add client list from requesta as example. 2024-09-28 14:03:46 -05:00
8329f3231d view(Front): seek date on purchase form. 2024-09-21 14:16:22 -05:00
ffbb2e53d8 feat(Front): add purchase vue form. 2024-09-21 13:03:22 -05:00
cf93fecf9f ci(Frontend): create vuetify proyect. 2024-09-12 23:02:35 -05:00
86b231a828 Merge branch 'main' into implement_api 2024-09-08 22:36:36 -05:00
19a618a671 fix(api): remove SaleWithLinesViewSet. 2024-09-08 22:33:41 -05:00
5adf9a9ce7 feat(api): implement endpoints to products, customer and sales. 2024-09-08 21:42:35 -05:00
eaa856e9da feat(api): implemented create sale as api endpoint. 2024-09-07 21:33:49 -05:00
a83cd970e6 Feat: Export Ventas Para Tryton 2024-09-07 14:58:11 -05:00
b81d95a9ba B
C
iMerge branch 'main' of ssh://gitea.onecluster.org:6666/OneTeam/don_confiao into ExportTrytonSaleLine
2024-09-07 08:10:57 -05:00
603230beda Fix: Export Sale Line 2024-09-07 08:07:35 -05:00
99ae098c1d fix(Purchase): set price based on product in all lines. 2024-08-31 12:38:17 -05:00
1b1a504bf5 feat(view): set price based on product select on first line from purchase. 2024-08-31 12:04:01 -05:00
f1d96467d6 feat(buy): send products list to buy view. 2024-08-31 09:46:03 -05:00
9d06a588c8 Fix: Se corrijen etiquetas de form 2024-08-24 10:46:42 -05:00
23ec2bc298 refactor: move Products list logic to model. 2024-08-24 10:30:58 -05:00
e9e4e0e38d Fix: Se cambia tono de verde y shadow en botones 2024-08-19 21:30:09 -05:00
384fd3c7f8 Feat: Estilo botones Resumen de Venta 2024-08-19 19:44:58 -05:00
d9f54ce12b Feat: Se agrega logo y titulo a sidebar 2024-08-19 19:25:40 -05:00
157095dede Se agregan estilos a resumen de compra 2024-08-19 18:52:06 -05:00
027f7d75b6 fix: Scrollear lineas oculta botón de agregar 2024-08-19 18:34:28 -05:00
b0251b882e Se agregan estilos de lineas de compra 2024-08-19 18:16:42 -05:00
edaf8f4c77 Fix: Se agrega scroll para desbordamiento de lineas 2024-08-19 17:39:51 -05:00
939745cd54 Se agregan estilos de sidebar 2024-08-19 17:05:30 -05:00
f250cdada2 view(css): add style to main menu. 2024-08-17 19:07:06 -05:00
0e15192f37 view: using base template. 2024-08-17 18:25:41 -05:00
980deb61f9 feat(View): add base template and menu. 2024-08-17 18:25:05 -05:00
9260230d38 Merge branch 'main' into make_payment_with_efective_purchase_#13 2024-08-17 16:46:05 -05:00
f847a0e16a migation. 2024-08-17 16:40:13 -05:00
0c95c21666 feat(Payments): Generate cash payment with purchase. 2024-08-17 16:39:29 -05:00
1f37e57e00 feat(Buy): add transaction on buy process. 2024-08-17 15:07:43 -05:00
7eb8f40d7a style(views): minor fix. 2024-08-17 14:57:46 -05:00
a401029082 fix view(Buy): rewrite save process. 2024-08-17 14:50:49 -05:00
2a9a73c430 refactor(Forms): rename varible. 2024-08-17 14:34:10 -05:00
4c0c4737ac migration(Customer): default None. 2024-08-17 14:29:20 -05:00
204bdbcb33 limit to CASH methods type in purchases. 2024-08-17 12:51:38 -05:00
1a54426af6 style(models): minor fix. 2024-08-17 12:49:43 -05:00
45199030a0 Feat: Calculo de subtotal para muchas lineas 2024-08-17 11:31:02 -05:00
c10aa4b9ca Feat: Se agrega calculo de subtotal para 1 sola linea 2024-08-17 11:31:02 -05:00
8f611a523b make customer name required field. 2024-08-17 09:48:36 -05:00
de4bb52346 fix: purchase summary test. 2024-08-17 08:44:06 -05:00
521d3b63fa Merge pull request 'Añadida vista resumen de compra' (#16) from summary_view_purchase into main
Reviewed-on: OneTeam/don_confiao#16
2024-08-10 13:03:11 -05:00
cosmos
6decc963f6 Fix(views): Add sub total to purchase summary 2024-08-10 13:01:04 -05:00
cosmos
91bb2bce93 Add basic information 2024-08-10 10:55:03 -05:00
cosmos
108d983d74 Add Summary View Purchase 2024-08-03 12:37:21 -05:00
8d29202d3a Fix: Product name unique 2024-08-03 11:33:11 -05:00
19a1ba29d7 Feat: Se agrega modelo de terceros closed #15 2024-08-03 11:23:33 -05:00
e9e64f58db Fix: Campo product a Many2One 2024-08-03 10:27:47 -05:00
b2ab71e7a4 payment: remove unused test. 2024-08-03 09:42:32 -05:00
a636264e4f view: agregando forma de pago en formulario de compra. 2024-07-27 17:48:09 -05:00
7b74e4d381 fix: typo. 2024-07-27 17:47:04 -05:00