-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobal.cpp
48 lines (25 loc) · 1.21 KB
/
global.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#include "global.h"
const QString NO="NO";
const QString SI="SI";
QSqlQueryModel *model=new QSqlQueryModel();
const QString INVALIDO="0";
extern const QString numCuota="CUOTA CLUB PORVENIR";
extern const QString numFlia="GRUPO FAMILIAR";
extern const QString numPorve="CUOTA SOCIO";
const QString SEPARADOR_TEXTO="$°#";
/******************************* EMPRESAS *******************************/
emp empresa={"","","","","",""};
QString idEmpresa=INVALIDO;
/******************************* FIN EMPRESAS *******************************/
/******************************* SOCIOS *******************************/
soc socio={"","","","","","","","","",""};
QString idSocio=INVALIDO;
/******************************* FIN SOCIOS *******************************/
/******************************* PRESTADORES *******************************/
pre prestador={"","","","","",""};
QString idPrestador=INVALIDO;
/******************************* FIN PRESTADORES *******************************/
/******************************* COMPRAS *******************************/
com compra={"","","","","","","",""};
QString idCompra=INVALIDO;
/******************************* FIN COMPRAS *******************************/