Project

General

Profile

Errores #4919

Proyecto 796581 pasar a IVA DEDUCIBLE

Added by Eva Crespo 14 days ago. Updated 14 days ago.

Status:
Resuelta
Priority:
Urgente
Assignee:
Start date:
02/24/2026
Due date:
% Done:

100%

Estimated time:
Spent time:

Description

Buenos días por error se creo el proyecto 796581 como "iva no deducible"
Solicito el cambio a
"iva deducible",
urge por que implica la liquidación de iva

History

#1 Updated by Daniel García 14 days ago

  • Status changed from Nueva to Resuelta
  • Assignee changed from Daniel García to Eva Crespo
  • % Done changed from 0 to 100

Se cambia a deducible el programa 796581 en la bdd de conta.

mysql> select id, code, description, programa, programa_desgrava from conta_accounts where programa IN( '796581') ORDER BY programa;
+-------+-----------+---------------------------------+----------+-------------------+
| id    | code      | description                     | programa | programa_desgrava |
+-------+-----------+---------------------------------+----------+-------------------+
| 72153 | 447796581 | Preceptorship Johnson & Johnson | 796581   |                 1 |
+-------+-----------+---------------------------------+----------+-------------------+
1 row in set (0,03 sec)

mysql> select id_programa, nombre, deducible from xls.programas where id_programa = 796581;
+-------------+-------------------------------------+-----------+
| id_programa | nombre                              | deducible |
+-------------+-------------------------------------+-----------+
|      796581 | (P) Preceptorship Johnson & Johnson |         1 |
+-------------+-------------------------------------+-----------+
1 row in set (0,00 sec)

Also available in: Atom PDF