Bienvenido a los foros %s

Foro comunidad hispana Dolibarr

Identificarse Registrarse

ERRORES VERSIÓN 13.0 - PLAN CONTABLE - PEDIDOS PROVEEDOR - PRESUPUESTOS PROVEEDOR - CLIENTE - FACTURAS POSTGRESQL

Si cree que ha encontrado un error, siéntase libre de comunicarlo aquí.
Wilson Montero
Novato
Mensajes: 4
Registrado: Jue, 09/07/2020, 19:03

ERRORES VERSIÓN 13.0 - PLAN CONTABLE - PEDIDOS PROVEEDOR - PRESUPUESTOS PROVEEDOR - CLIENTE - FACTURAS POSTGRESQL

Mensaje por Wilson Montero »

Hola a todos, y les mando un saludo a quienes hacen posible Dolibarr y esta comunidad.
Estoy usando la versión Dolibarr 13.0 y la base de datos PostgresQL. y se encuentra los siguientes errores.

1- Este error es el peor y no me deja trabajar, ya que el plan contable que hay en dolibarr es incompleto para mi pais.
Este no permite importar ni crear una cuenta contable manualmente, ya que arroja el siguiente error.

Código: Seleccionar todo

Error ERROR: 23505: duplicate key value violates unique constraint 'llx_accounting_account_pkey' DETAIL: Key (rowid)=(14) already exists. SCHEMA NAME: public TABLE NAME: llx_accounting_account CONSTRAINT NAME: llx_accounting_account_pkey LOCATION: _bt_check_unique, nbtinsert.c:434
NOTA: CABE DESTACAR QUE SE PROBÓ INCLUSO CON PLAN DE CUENTAS VACIO, Y AUN MUESTRA EL ERROR

2- Al intentar crear una linea de producto/servicio libre en pedidos a proveedores, este muestra el siguiente error

Código: Seleccionar todo

ERROR: 22003: numeric field overflow DETAIL: A field with precision 6, scale 3 must round to an absolute value less than 10^3. LOCATION: apply_typmod, numeric.c:6082
3. Al intentar crear una linea de producto/servicio libre en presupuesto a proveedores, este muestra el siguiente error

Código: Seleccionar todo

ERROR: 22003: numeric field overflow DETAIL: A field with precision 6, scale 3 must round to an absolute value less than 10^3. LOCATION: apply_typmod, numeric.c:6082 sql=INSERT INTO llx_supplier_proposaldet (fk_supplier_proposal, fk_parent_line, label, description, fk_product, product_type, date_start, date_end, fk_remise_except, qty, tva_tx, localtax1_tx, localtax2_tx, localtax1_type, localtax2_type, subprice, remise_percent, info_bits, total_ht, total_tva, total_localtax1, total_localtax2, total_ttc, fk_product_fournisseur_price, buy_price_ht, special_code, rang, ref_fourn, fk_multicurrency, multicurrency_code, multicurrency_subprice, multicurrency_total_ht, multicurrency_total_tva, multicurrency_total_ttc, fk_unit) VALUES (1, null, null, 'PRODUCTO Q', null, '0', null, null, null, 1, 1212, 0, 0, '0', '0', 12, 0, '0', 12, 145.44, 0, 0, 157.44, null, '0', 0, 1, '', null, 'USD', 12, 12, 145.44, 157.44, null)
4. Validar pedidos de clientes, este arroja este error

Código: Seleccionar todo

ERROR: 42703: record 'new' has no field 'date_m' CONTEXT: PL/pgSQL function update_modified_column_date_m() line 1 at assignment LOCATION: exec_assign_value, pl_exec.c:4586
5. Al añadir un producto / servicio en productos libres en presupuestos clientes.
Este muestra el siguiente error

Código: Seleccionar todo

Error ERROR: 42703: record 'new' has no field 'date_m' CONTEXT: PL/pgSQL function update_modified_column_date_m() line 1 at assignment LOCATION: exec_assign_value, pl_exec.c:4586
Al validar el mismo presupuesto arroja el siguiente error

Código: Seleccionar todo

Error ERROR: 42703: record 'new' has no field 'date_m' CONTEXT: PL/pgSQL function update_modified_column_date_m() line 1 at assignment LOCATION: exec_assign_value, pl_exec.c:4586
6 Con las facturas el caso es algo similar, para las facturas de cliente al validar sale el siguiente error

Código: Seleccionar todo

ERROR: 42703: record 'new' has no field 'date_m' CONTEXT: PL/pgSQL function update_modified_column_date_m() line 1 at assignment LOCATION: exec_assign_value, pl_exec.c:4586
Por favor si alguien le dedica un tiempo a responder se le agradece infinitamente, esta versión se la ve muy amigable en comparación a la 12, pero asi con esos errores no se puede trabajar.

Saludos