Commit Graph

103 Commits

Author SHA1 Message Date
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
e84c45b238 Merge pull request 'Creando plantilla base con menú #21' (#22) from make_menu_and_base_template_#21 into main
Reviewed-on: OneTeam/don_confiao#22
2024-08-17 19:35:24 -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
844372d585 Merge pull request 'Registrar pagos completos con compras en efectivo #13' (#20) from make_payment_with_efective_purchase_#13 into main
Reviewed-on: OneTeam/don_confiao#20
2024-08-17 16:47:02 -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
efad80970b Merge pull request 'make customer name required field #17' (#19) from make_customer_name_required_#17 into main
Reviewed-on: OneTeam/don_confiao#19
2024-08-17 10:30:30 -05:00
8f611a523b make customer name required field. 2024-08-17 09:48:36 -05:00
398f7f2c36 Merge pull request 'fix: purchase summary test.' (#18) from fix_master_customer_test into main
Reviewed-on: OneTeam/don_confiao#18
2024-08-17 08:45:44 -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
6f4ac50a58 Merge pull request 'Adicionar resumen de compra en el formulario de compra' (#14) from pagar_una_compra_en_efectivo_#13 into main
Reviewed-on: OneTeam/don_confiao#14
2024-08-03 09:45:26 -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
83bab78182 view: Convertidos a solo lecturas los campos de resumen de compra. 2024-07-27 17:30:33 -05:00
c993225daf refactor: string to variable. 2024-07-27 17:29:09 -05:00
b4b6144611 view: calculando resumen de compra. 2024-07-27 17:12:52 -05:00
599b62771c minor fix. 2024-07-27 15:43:29 -05:00
a9ab0f4ee7 test: move to tests folder. 2024-07-27 15:21:04 -05:00
c6ca0feb11 view: add product_list. 2024-07-27 14:58:16 -05:00
9409eeb94a Merge pull request 'Modelar cuadre de caja #10' (#12) from modelar_cuadre_de_caja_#10 into main
Reviewed-on: OneTeam/don_confiao#12
2024-07-27 13:42:05 -05:00
72bf284dfd fix merge error. 2024-07-27 13:41:01 -05:00
ef281d8ecc Merge branch 'main' into modelar_cuadre_de_caja_#10 2024-07-27 13:37:48 -05:00
09f734f5cb feat: create a correct reconciliation jar. 2024-07-27 13:32:31 -05:00
675b4f059f feat: implementing form to reconciliation jar. 2024-07-27 13:30:14 -05:00
9edbd1caef Feat(ReplaceNameIdSaleLine) 2024-07-27 13:20:25 -05:00
b70a0b73c3 Feat(AddSaleLineButton): Sale Line Button 2024-07-27 13:20:25 -05:00
cb84371f4b Feat(ButtonAddLine): Añadir linea de venta en formulario WIP 2024-07-27 13:20:25 -05:00
b94c5a0070 feat: Se agrega testform 2024-07-27 13:20:25 -05:00