#include <QFile>#include <QString>#include "postgresiface2.h"#include "funcaux.h"Go to the source code of this file.
Data Structures | |
| class | pgimportfiles |
| Clase para importación y exportación a distintos formatos de archivo de datos. More... | |
Defines | |
| #define | IMPORT_TODO 0xFFFFFFFF |
| #define | IMPORT_CUENTAS 1 |
| Tipos para BulmaCont:. | |
| #define | IMPORT_TIPOSIVA 2 |
| #define | IMPORT_ASIENTOS 4 |
| #define | IMPORT_AINTELIGENTES 8 |
| #define | IMPORT_BALANCES 16 |
| #define | IMPORT_COBROS 32 |
| #define | IMPORT_FACTURAS 64 |
| #define | IMPORT_FAMILIAS 1 |
| Tipos para BulmaFact:. | |
| #define | IMPORT_ALBARANESCLIENTE 2 |
| #define | IMPORT_CLIENTES 128 |
| #define | IMPORT_PROVEEDORES 256 |
| #define | IMPORT_ARTICULOS 512 |
| #define | IMPORT_FACTURASCLIENTE 1024 |
| #define | IMPORT_ALMACENES 2048 |
| #define | IMPORT_TRABAJADORES 4096 |
| #define | IMPORT_FORMAS_PAGO 8192 |
| #define | IMPORT_PRESUPUESTOSCLIENTE 16384 |
| #define | IMPORT_PEDIDOSCLIENTE 4 |
| #define IMPORT_AINTELIGENTES 8 |
Definition at line 38 of file pgimportfiles.h.
| #define IMPORT_ALBARANESCLIENTE 2 |
| #define IMPORT_ALMACENES 2048 |
| #define IMPORT_ARTICULOS 512 |
Definition at line 48 of file pgimportfiles.h.
Referenced by pgimportfiles::bulmafact2XML(), ArticuloList::on_mui_exportar_clicked(), and ArticuloList::on_mui_importar_clicked().
| #define IMPORT_ASIENTOS 4 |
Definition at line 37 of file pgimportfiles.h.
Referenced by pgimportfiles::bulmages2XML(), StructureParser::endElement(), and StructureParser::startElement().
| #define IMPORT_BALANCES 16 |
Definition at line 39 of file pgimportfiles.h.
| #define IMPORT_CLIENTES 128 |
Definition at line 46 of file pgimportfiles.h.
Referenced by pgimportfiles::bulmafact2XML(), ClientsList::on_mui_exportar_clicked(), and ClientsList::on_mui_importar_clicked().
| #define IMPORT_COBROS 32 |
Definition at line 40 of file pgimportfiles.h.
| #define IMPORT_CUENTAS 1 |
Tipos para BulmaCont:.
Definition at line 35 of file pgimportfiles.h.
Referenced by pgimportfiles::bulmages2XML(), StructureParser::endElement(), listcuentasview1::on_mui_exportar_clicked(), listcuentasview1::on_mui_importar_clicked(), and StructureParser::startElement().
| #define IMPORT_FACTURAS 64 |
Definition at line 41 of file pgimportfiles.h.
Referenced by StructureParser::endElement(), and StructureParser::startElement().
| #define IMPORT_FACTURASCLIENTE 1024 |
| #define IMPORT_FAMILIAS 1 |
Tipos para BulmaFact:.
Definition at line 44 of file pgimportfiles.h.
Referenced by pgimportfiles::bulmafact2XML().
| #define IMPORT_FORMAS_PAGO 8192 |
| #define IMPORT_PEDIDOSCLIENTE 4 |
| #define IMPORT_PRESUPUESTOSCLIENTE 16384 |
| #define IMPORT_PROVEEDORES 256 |
Definition at line 47 of file pgimportfiles.h.
Referenced by pgimportfiles::bulmafact2XML(), ProveedorList::on_mui_exportar_clicked(), and ProveedorList::on_mui_importar_clicked().
| #define IMPORT_TIPOSIVA 2 |
| #define IMPORT_TODO 0xFFFFFFFF |
Definition at line 32 of file pgimportfiles.h.
| #define IMPORT_TRABAJADORES 4096 |
1.5.1