#include <qpopupmenu.h>#include <qlineedit.h>#include <qlistview.h>#include <qtoolbutton.h>#include <qpushbutton.h>#include <stdlib.h>#include <qinputdialog.h>#include <qcolor.h>#include <qfont.h>#include <qstringlist.h>#include <qlayout.h>#include <qlabel.h>#include "intapunts3view.h"#include "asientoview.h"#include "calendario.h"#include "ivaview.h"#include "aplinteligentesview.h"#include "listcuentasview1.h"#include "cuentaview.h"#include "duplicarasientoview.h"Dependencia gráfica adjunta para intapunts3view.cpp:
Definiciones | |
| #define | COL_FECHA 0 |
| #define | COL_SUBCUENTA 1 |
| #define | COL_CONCEPTO 6 |
| #define | COL_DEBE 4 |
| #define | COL_HABER 5 |
| #define | COL_NOMCUENTA 2 |
| #define | COL_CONTRAPARTIDA 3 |
| #define | COL_IDBORRADOR 7 |
| #define | COL_TIPOIVA 8 |
| #define | COL_IVA 9 |
| #define | COL_CCOSTE 10 |
| #define | COL_CANAL 11 |
| #define | COL_IDCUENTA 12 |
| #define | COL_IDCONTRAPARTIDA 13 |
| #define | COL_IDCANAL 14 |
| #define | COL_IDCCOSTE 15 |
| #define | IDASIENTO cursorasientos->valor("idasiento").ascii() |
| #define | QS_IDASIENTO cursorasientos->valor("idasiento") |
| #define | ORDENASIENTO cursorasientos->valor("ordenasiento").ascii() |
| #define | ROWACTUAL tapunts->currentRow() |
| #define | TAPUNTS_NUM_ROWS 10000 |
| Define el nmero de filas que va a tener la tabla de apuntes. | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Define el nmero de filas que va a tener la tabla de apuntes.
|
1.4.2