#include <QDateTime>#include <QTextStream>#include <QObject>#include <QString>#include <QMessageBox>#include <QXmlDefaultHandler>#include <stdio.h>#include "qapplication2.h"#include "pgimportfiles.h"#include "funcaux.h"Go to the source code of this file.
Data Structures | |
| class | StructureParser |
| Clase para leer archivos de XML y hacer la importacion de datos. More... | |
| class | ImportBulmaFact |
Defines | |
| #define | EURO 166.386 |
| #define | S_EURO "166.386" |
| #define | LEN_CODIGO_CUENTA 12 |
| #define | LEN_TITULO 40 |
| #define | LEN_NIF 15 |
| #define | LEN_DOMICILIO 35 |
| #define | LEN_POBLACION 25 |
| #define | LEN_PROVINCIA 20 |
| #define | LEN_CODPOSTAL 5 |
| #define | LEN_DIVISA 1 |
| #define | LEN_CTA_CODDIVISA 5 |
| #define | LEN_CTA_DOCUMENTO 1 |
| #define | LEN_AJUSTAME 1 |
| #define | LEN_TIPOIVA 1 |
| #define | LEN_ASIEN 6 |
| #define | LEN_FECHA 8 |
| #define | LEN_SUBCTA 12 |
| #define | LEN_CONTRA 12 |
| #define | LEN_PTADEBE 16 |
| #define | LEN_CONCEPTO 25 |
| #define | LEN_PTAHABER 16 |
| #define | LEN_FACTURA 8 |
| #define | LEN_BASEIMPO 16 |
| #define | LEN_IVA 5 |
| #define | LEN_RECEQUIV 5 |
| #define | LEN_DOCUMENTO 10 |
| #define | LEN_DEPARTA 3 |
| #define | LEN_CLAVE 6 |
| #define | LEN_ESTADO 1 |
| #define | LEN_NCASADO 6 |
| #define | LEN_TCASADO 1 |
| #define | LEN_TRANS 6 |
| #define | LEN_CAMBIO 16 |
| #define | LEN_DEBEME 16 |
| #define | LEN_HABERME 16 |
| #define | LEN_AUXILIAR 1 |
| #define | LEN_SERIE 1 |
| #define | LEN_SUCURSAL 4 |
| #define | LEN_CODDIVISA 5 |
| #define | LEN_IMPAUXME 16 |
| #define | LEN_MONEDAUSO 1 |
| #define | LEN_EURODEBE 16 |
| #define | LEN_EUROHABER 16 |
| #define | LEN_BASEEURO 16 |
| #define | LEN_NOCONV 1 |
| #define | LEN_NUMEROINV 10 |
Typedefs | |
| typedef QMap< QString, QString > | tvalores |
Variables | |
| QApplication2 * | theApp |
| Existe una instancia del objeto global theApp. | |
| #define EURO 166.386 |
Definition at line 30 of file pgimportfiles.cpp.
| #define LEN_AJUSTAME 1 |
Definition at line 43 of file pgimportfiles.cpp.
| #define LEN_ASIEN 6 |
Definition at line 46 of file pgimportfiles.cpp.
| #define LEN_AUXILIAR 1 |
Definition at line 67 of file pgimportfiles.cpp.
| #define LEN_BASEEURO 16 |
Definition at line 75 of file pgimportfiles.cpp.
| #define LEN_BASEIMPO 16 |
Definition at line 54 of file pgimportfiles.cpp.
| #define LEN_CAMBIO 16 |
Definition at line 64 of file pgimportfiles.cpp.
| #define LEN_CLAVE 6 |
Definition at line 59 of file pgimportfiles.cpp.
| #define LEN_CODDIVISA 5 |
Definition at line 70 of file pgimportfiles.cpp.
| #define LEN_CODIGO_CUENTA 12 |
Definition at line 33 of file pgimportfiles.cpp.
| #define LEN_CODPOSTAL 5 |
Definition at line 39 of file pgimportfiles.cpp.
| #define LEN_CONCEPTO 25 |
Definition at line 51 of file pgimportfiles.cpp.
| #define LEN_CONTRA 12 |
Definition at line 49 of file pgimportfiles.cpp.
| #define LEN_CTA_CODDIVISA 5 |
Definition at line 41 of file pgimportfiles.cpp.
| #define LEN_CTA_DOCUMENTO 1 |
Definition at line 42 of file pgimportfiles.cpp.
| #define LEN_DEBEME 16 |
Definition at line 65 of file pgimportfiles.cpp.
| #define LEN_DEPARTA 3 |
Definition at line 58 of file pgimportfiles.cpp.
| #define LEN_DIVISA 1 |
Definition at line 40 of file pgimportfiles.cpp.
| #define LEN_DOCUMENTO 10 |
Definition at line 57 of file pgimportfiles.cpp.
| #define LEN_DOMICILIO 35 |
Definition at line 36 of file pgimportfiles.cpp.
| #define LEN_ESTADO 1 |
Definition at line 60 of file pgimportfiles.cpp.
| #define LEN_EURODEBE 16 |
Definition at line 73 of file pgimportfiles.cpp.
| #define LEN_EUROHABER 16 |
Definition at line 74 of file pgimportfiles.cpp.
| #define LEN_FACTURA 8 |
Definition at line 53 of file pgimportfiles.cpp.
| #define LEN_FECHA 8 |
Definition at line 47 of file pgimportfiles.cpp.
| #define LEN_HABERME 16 |
Definition at line 66 of file pgimportfiles.cpp.
| #define LEN_IMPAUXME 16 |
Definition at line 71 of file pgimportfiles.cpp.
| #define LEN_IVA 5 |
Definition at line 55 of file pgimportfiles.cpp.
| #define LEN_MONEDAUSO 1 |
Definition at line 72 of file pgimportfiles.cpp.
| #define LEN_NCASADO 6 |
Definition at line 61 of file pgimportfiles.cpp.
| #define LEN_NIF 15 |
Definition at line 35 of file pgimportfiles.cpp.
| #define LEN_NOCONV 1 |
Definition at line 76 of file pgimportfiles.cpp.
| #define LEN_NUMEROINV 10 |
Definition at line 77 of file pgimportfiles.cpp.
| #define LEN_POBLACION 25 |
Definition at line 37 of file pgimportfiles.cpp.
| #define LEN_PROVINCIA 20 |
Definition at line 38 of file pgimportfiles.cpp.
| #define LEN_PTADEBE 16 |
Definition at line 50 of file pgimportfiles.cpp.
| #define LEN_PTAHABER 16 |
Definition at line 52 of file pgimportfiles.cpp.
| #define LEN_RECEQUIV 5 |
Definition at line 56 of file pgimportfiles.cpp.
| #define LEN_SERIE 1 |
Definition at line 68 of file pgimportfiles.cpp.
| #define LEN_SUBCTA 12 |
Definition at line 48 of file pgimportfiles.cpp.
| #define LEN_SUCURSAL 4 |
Definition at line 69 of file pgimportfiles.cpp.
| #define LEN_TCASADO 1 |
Definition at line 62 of file pgimportfiles.cpp.
| #define LEN_TIPOIVA 1 |
Definition at line 44 of file pgimportfiles.cpp.
| #define LEN_TITULO 40 |
Definition at line 34 of file pgimportfiles.cpp.
| #define LEN_TRANS 6 |
Definition at line 63 of file pgimportfiles.cpp.
| #define S_EURO "166.386" |
| typedef QMap<QString, QString> tvalores |
Clase para leer archivos de XML y hacer la importacion de datos. Usamos este tipo para almacenar todos los valores que va recogiendo la clase.
Definition at line 145 of file pgimportfiles.cpp.
1.5.1