#include "budget.h"
#include "company.h"
#include "division.h"
#include "clientslist.h"
#include "articleslist.h"
#include "configuracion.h"
#include <qlineedit.h>
#include <qtextedit.h>
#include <qmessagebox.h>
#include <qlabel.h>
#include <qtable.h>
#include <qwidget.h>
#include <qobjectlist.h>
#include <qcombobox.h>
#include <qpopupmenu.h>
#include <qtoolbutton.h>
#include <fstream>
#include "funcaux.h"
Dependencia gráfica adjunta para budget.cpp:
Namespaces | |
namespace | std |
Definiciones | |
#define | COL_IDLPRESUPUESTO 0 |
#define | COL_IDARTICULO 1 |
#define | COL_CODARTICULO 2 |
#define | COL_NOMARTICULO 3 |
#define | COL_DESCLPRESUPUESTO 4 |
#define | COL_CANTLPRESUPUESTO 5 |
#define | COL_PVPLPRESUPUESTO 6 |
#define | COL_DESCUENTOLPRESUPUESTO 7 |
#define | COL_IDPRESUPUESTO 8 |
#define | COL_REMOVE 9 |
#define | COL_TASATIPO_IVA 10 |
#define | COL_TIPO_IVA 11 |
#define | COL_DESCUENTO_IDDPRESUPUESTO 0 |
#define | COL_DESCUENTO_CONCEPTDPRESUPUESTO 1 |
#define | COL_DESCUENTO_PROPORCIONDPRESUPUESTO 2 |
#define | COL_DESCUENTO_REMOVE 3 |
#define | coma "'" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|