#include <QWidget>#include <QCloseEvent>#include <QFile>#include "empresabase.h"#include "ticket.h"#include "plugins.h"Go to the source code of this file.
Typedefs | |
| typedef QMap< QString, Fixed > | base |
Una factura puede tener multiples bases imponibles. Por eso definimos el tipo base como un QMap.
Definition at line 33 of file ticket.cpp.
1.5.1