00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_FACTURABASE_H
00011 #define UI_FACTURABASE_H
00012
00013 #include "../../../bulmalib/src/busquedafecha.h"
00014 #include <QtCore/QVariant>
00015 #include <QtGui/QAction>
00016 #include <QtGui/QApplication>
00017 #include <QtGui/QButtonGroup>
00018 #include <QtGui/QCheckBox>
00019 #include <QtGui/QFrame>
00020 #include <QtGui/QGridLayout>
00021 #include <QtGui/QHBoxLayout>
00022 #include <QtGui/QLabel>
00023 #include <QtGui/QLineEdit>
00024 #include <QtGui/QPushButton>
00025 #include <QtGui/QSpacerItem>
00026 #include <QtGui/QTabWidget>
00027 #include <QtGui/QTextEdit>
00028 #include <QtGui/QToolButton>
00029 #include <QtGui/QVBoxLayout>
00030 #include <QtGui/QWidget>
00031 #include "busquedaalmacen.h"
00032 #include "busquedacliente.h"
00033 #include "busquedaformapago.h"
00034 #include "busquedareferencia.h"
00035 #include "busquedaseriefactura.h"
00036 #include "listdescfacturaview.h"
00037 #include "listlinfacturaview.h"
00038
00039 class Ui_FacturaBase
00040 {
00041 public:
00042 QGridLayout *gridLayout;
00043 QFrame *frame;
00044 QGridLayout *gridLayout1;
00045 BusquedaAlmacen *mui_idalmacen;
00046 BusquedaFormaPago *mui_idforma_pago;
00047 BusquedaSerieFactura *mui_codigoserie_factura;
00048 BusquedaFecha *mui_ffactura;
00049 QLabel *mui_labelAlmacen;
00050 QLabel *label11;
00051 QLabel *label10;
00052 QLabel *label8;
00053 QCheckBox *mui_procesadafactura;
00054 BusquedaCliente *mui_idcliente;
00055 QTabWidget *m_desdfgs;
00056 QWidget *tab1;
00057 QGridLayout *gridLayout2;
00058 ListLinFacturaView *subform2;
00059 QWidget *Tab2;
00060 QVBoxLayout *vboxLayout;
00061 ListDescuentoFacturaView *m_descuentos;
00062 QWidget *tab3;
00063 QHBoxLayout *hboxLayout;
00064 QTextEdit *mui_comentfactura;
00065 QLabel *label3;
00066 QHBoxLayout *hboxLayout1;
00067 QLabel *pixmapLabel1;
00068 QFrame *frame_2;
00069 QHBoxLayout *hboxLayout2;
00070 QToolButton *mui_guardar;
00071 QToolButton *mui_borrar;
00072 QToolButton *mui_imprimir;
00073 QSpacerItem *spacerItem;
00074 QToolButton *mui_veralbaranes;
00075 QToolButton *mui_agregaralbaran;
00076 QToolButton *mui_cobrar;
00077 QFrame *mui_plugbotones;
00078 QSpacerItem *spacerItem1;
00079 QLabel *label5;
00080 BusquedaReferencia *mui_reffactura;
00081 QHBoxLayout *hboxLayout3;
00082 QToolButton *mui_detalles;
00083 QLabel *label7;
00084 QLineEdit *mui_descfactura;
00085 QLabel *label6;
00086 QLineEdit *mui_numfactura;
00087 QLabel *label2;
00088 QLabel *label4_3;
00089 QLabel *label4;
00090 QLabel *label4_2;
00091 QLabel *label1;
00092 QLineEdit *m_totalDiscounts;
00093 QLineEdit *m_totalBases;
00094 QLineEdit *m_totalIRPF;
00095 QLineEdit *m_totalTaxes;
00096 QLineEdit *m_totalReqEq;
00097 QLineEdit *m_totalfactura;
00098 QHBoxLayout *hboxLayout4;
00099 QSpacerItem *spacerItem2;
00100 QPushButton *mui_aceptar;
00101 QPushButton *mui_cancelar;
00102
00103 void setupUi(QWidget *FacturaBase)
00104 {
00105 FacturaBase->setObjectName(QString::fromUtf8("FacturaBase"));
00106 FacturaBase->setFocusPolicy(Qt::StrongFocus);
00107 FacturaBase->setWindowIcon(QIcon(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_ventas_facturas.48x48.png")));
00108 gridLayout = new QGridLayout(FacturaBase);
00109 gridLayout->setSpacing(5);
00110 gridLayout->setMargin(5);
00111 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00112 frame = new QFrame(FacturaBase);
00113 frame->setObjectName(QString::fromUtf8("frame"));
00114 frame->setMinimumSize(QSize(16, 120));
00115 frame->setFrameShape(QFrame::StyledPanel);
00116 frame->setFrameShadow(QFrame::Raised);
00117 gridLayout1 = new QGridLayout(frame);
00118 gridLayout1->setSpacing(5);
00119 gridLayout1->setMargin(5);
00120 gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00121 mui_idalmacen = new BusquedaAlmacen(frame);
00122 mui_idalmacen->setObjectName(QString::fromUtf8("mui_idalmacen"));
00123 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(5));
00124 sizePolicy.setHorizontalStretch(0);
00125 sizePolicy.setVerticalStretch(0);
00126 sizePolicy.setHeightForWidth(mui_idalmacen->sizePolicy().hasHeightForWidth());
00127 mui_idalmacen->setSizePolicy(sizePolicy);
00128 mui_idalmacen->setMinimumSize(QSize(200, 0));
00129
00130 gridLayout1->addWidget(mui_idalmacen, 4, 2, 1, 1);
00131
00132 mui_idforma_pago = new BusquedaFormaPago(frame);
00133 mui_idforma_pago->setObjectName(QString::fromUtf8("mui_idforma_pago"));
00134 QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(5));
00135 sizePolicy1.setHorizontalStretch(0);
00136 sizePolicy1.setVerticalStretch(0);
00137 sizePolicy1.setHeightForWidth(mui_idforma_pago->sizePolicy().hasHeightForWidth());
00138 mui_idforma_pago->setSizePolicy(sizePolicy1);
00139 mui_idforma_pago->setMinimumSize(QSize(200, 0));
00140
00141 gridLayout1->addWidget(mui_idforma_pago, 3, 2, 1, 1);
00142
00143 mui_codigoserie_factura = new BusquedaSerieFactura(frame);
00144 mui_codigoserie_factura->setObjectName(QString::fromUtf8("mui_codigoserie_factura"));
00145 QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(5));
00146 sizePolicy2.setHorizontalStretch(0);
00147 sizePolicy2.setVerticalStretch(0);
00148 sizePolicy2.setHeightForWidth(mui_codigoserie_factura->sizePolicy().hasHeightForWidth());
00149 mui_codigoserie_factura->setSizePolicy(sizePolicy2);
00150 mui_codigoserie_factura->setMaximumSize(QSize(200, 16777215));
00151
00152 gridLayout1->addWidget(mui_codigoserie_factura, 1, 2, 2, 1);
00153
00154 mui_ffactura = new BusquedaFecha(frame);
00155 mui_ffactura->setObjectName(QString::fromUtf8("mui_ffactura"));
00156 QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(5));
00157 sizePolicy3.setHorizontalStretch(0);
00158 sizePolicy3.setVerticalStretch(0);
00159 sizePolicy3.setHeightForWidth(mui_ffactura->sizePolicy().hasHeightForWidth());
00160 mui_ffactura->setSizePolicy(sizePolicy3);
00161 mui_ffactura->setMaximumSize(QSize(200, 16777215));
00162
00163 gridLayout1->addWidget(mui_ffactura, 0, 2, 1, 1);
00164
00165 mui_labelAlmacen = new QLabel(frame);
00166 mui_labelAlmacen->setObjectName(QString::fromUtf8("mui_labelAlmacen"));
00167 QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(5));
00168 sizePolicy4.setHorizontalStretch(0);
00169 sizePolicy4.setVerticalStretch(0);
00170 sizePolicy4.setHeightForWidth(mui_labelAlmacen->sizePolicy().hasHeightForWidth());
00171 mui_labelAlmacen->setSizePolicy(sizePolicy4);
00172 QFont font;
00173 font.setFamily(QString::fromUtf8("Sans Serif"));
00174 font.setPointSize(9);
00175 font.setBold(false);
00176 font.setItalic(false);
00177 font.setUnderline(false);
00178 font.setWeight(50);
00179 font.setStrikeOut(false);
00180 mui_labelAlmacen->setFont(font);
00181 mui_labelAlmacen->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00182
00183 gridLayout1->addWidget(mui_labelAlmacen, 4, 1, 1, 1);
00184
00185 label11 = new QLabel(frame);
00186 label11->setObjectName(QString::fromUtf8("label11"));
00187 QFont font1;
00188 font1.setFamily(QString::fromUtf8("Sans Serif"));
00189 font1.setPointSize(9);
00190 font1.setBold(false);
00191 font1.setItalic(false);
00192 font1.setUnderline(false);
00193 font1.setWeight(50);
00194 font1.setStrikeOut(false);
00195 label11->setFont(font1);
00196 label11->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00197
00198 gridLayout1->addWidget(label11, 3, 1, 1, 1);
00199
00200 label10 = new QLabel(frame);
00201 label10->setObjectName(QString::fromUtf8("label10"));
00202 QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(5));
00203 sizePolicy5.setHorizontalStretch(0);
00204 sizePolicy5.setVerticalStretch(0);
00205 sizePolicy5.setHeightForWidth(label10->sizePolicy().hasHeightForWidth());
00206 label10->setSizePolicy(sizePolicy5);
00207 QFont font2;
00208 font2.setFamily(QString::fromUtf8("Sans Serif"));
00209 font2.setPointSize(9);
00210 font2.setBold(false);
00211 font2.setItalic(false);
00212 font2.setUnderline(false);
00213 font2.setWeight(50);
00214 font2.setStrikeOut(false);
00215 label10->setFont(font2);
00216 label10->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00217
00218 gridLayout1->addWidget(label10, 1, 1, 2, 1);
00219
00220 label8 = new QLabel(frame);
00221 label8->setObjectName(QString::fromUtf8("label8"));
00222 QFont font3;
00223 font3.setFamily(QString::fromUtf8("Sans Serif"));
00224 font3.setPointSize(9);
00225 font3.setBold(false);
00226 font3.setItalic(false);
00227 font3.setUnderline(false);
00228 font3.setWeight(50);
00229 font3.setStrikeOut(false);
00230 label8->setFont(font3);
00231 label8->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00232
00233 gridLayout1->addWidget(label8, 0, 1, 1, 1);
00234
00235 mui_procesadafactura = new QCheckBox(frame);
00236 mui_procesadafactura->setObjectName(QString::fromUtf8("mui_procesadafactura"));
00237 QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(5));
00238 sizePolicy6.setHorizontalStretch(0);
00239 sizePolicy6.setVerticalStretch(0);
00240 sizePolicy6.setHeightForWidth(mui_procesadafactura->sizePolicy().hasHeightForWidth());
00241 mui_procesadafactura->setSizePolicy(sizePolicy6);
00242 QFont font4;
00243 font4.setFamily(QString::fromUtf8("Sans Serif"));
00244 font4.setPointSize(9);
00245 font4.setBold(false);
00246 font4.setItalic(false);
00247 font4.setUnderline(false);
00248 font4.setWeight(50);
00249 font4.setStrikeOut(false);
00250 mui_procesadafactura->setFont(font4);
00251
00252 gridLayout1->addWidget(mui_procesadafactura, 0, 0, 2, 1);
00253
00254 mui_idcliente = new BusquedaCliente(frame);
00255 mui_idcliente->setObjectName(QString::fromUtf8("mui_idcliente"));
00256 QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00257 sizePolicy7.setHorizontalStretch(0);
00258 sizePolicy7.setVerticalStretch(0);
00259 sizePolicy7.setHeightForWidth(mui_idcliente->sizePolicy().hasHeightForWidth());
00260 mui_idcliente->setSizePolicy(sizePolicy7);
00261 mui_idcliente->setMinimumSize(QSize(250, 0));
00262
00263 gridLayout1->addWidget(mui_idcliente, 2, 0, 3, 1);
00264
00265
00266 gridLayout->addWidget(frame, 2, 0, 1, 6);
00267
00268 m_desdfgs = new QTabWidget(FacturaBase);
00269 m_desdfgs->setObjectName(QString::fromUtf8("m_desdfgs"));
00270 m_desdfgs->setEnabled(true);
00271 QFont font5;
00272 font5.setFamily(QString::fromUtf8("Sans Serif"));
00273 font5.setPointSize(9);
00274 font5.setBold(false);
00275 font5.setItalic(false);
00276 font5.setUnderline(false);
00277 font5.setWeight(50);
00278 font5.setStrikeOut(false);
00279 m_desdfgs->setFont(font5);
00280 tab1 = new QWidget();
00281 tab1->setObjectName(QString::fromUtf8("tab1"));
00282 gridLayout2 = new QGridLayout(tab1);
00283 gridLayout2->setSpacing(5);
00284 gridLayout2->setMargin(5);
00285 gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
00286 subform2 = new ListLinFacturaView(tab1);
00287 subform2->setObjectName(QString::fromUtf8("subform2"));
00288 QSizePolicy sizePolicy8(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00289 sizePolicy8.setHorizontalStretch(0);
00290 sizePolicy8.setVerticalStretch(0);
00291 sizePolicy8.setHeightForWidth(subform2->sizePolicy().hasHeightForWidth());
00292 subform2->setSizePolicy(sizePolicy8);
00293
00294 gridLayout2->addWidget(subform2, 0, 0, 1, 1);
00295
00296 m_desdfgs->addTab(tab1, QApplication::translate("FacturaBase", "&Detalle", 0, QApplication::UnicodeUTF8));
00297 Tab2 = new QWidget();
00298 Tab2->setObjectName(QString::fromUtf8("Tab2"));
00299 vboxLayout = new QVBoxLayout(Tab2);
00300 vboxLayout->setSpacing(5);
00301 vboxLayout->setMargin(5);
00302 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00303 m_descuentos = new ListDescuentoFacturaView(Tab2);
00304 m_descuentos->setObjectName(QString::fromUtf8("m_descuentos"));
00305 QSizePolicy sizePolicy9(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00306 sizePolicy9.setHorizontalStretch(0);
00307 sizePolicy9.setVerticalStretch(0);
00308 sizePolicy9.setHeightForWidth(m_descuentos->sizePolicy().hasHeightForWidth());
00309 m_descuentos->setSizePolicy(sizePolicy9);
00310
00311 vboxLayout->addWidget(m_descuentos);
00312
00313 m_desdfgs->addTab(Tab2, QApplication::translate("FacturaBase", "Desc&uentos", 0, QApplication::UnicodeUTF8));
00314 tab3 = new QWidget();
00315 tab3->setObjectName(QString::fromUtf8("tab3"));
00316 hboxLayout = new QHBoxLayout(tab3);
00317 hboxLayout->setSpacing(5);
00318 hboxLayout->setMargin(5);
00319 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00320 mui_comentfactura = new QTextEdit(tab3);
00321 mui_comentfactura->setObjectName(QString::fromUtf8("mui_comentfactura"));
00322
00323 hboxLayout->addWidget(mui_comentfactura);
00324
00325 m_desdfgs->addTab(tab3, QApplication::translate("FacturaBase", "&Comentarios", 0, QApplication::UnicodeUTF8));
00326
00327 gridLayout->addWidget(m_desdfgs, 3, 0, 1, 6);
00328
00329 label3 = new QLabel(FacturaBase);
00330 label3->setObjectName(QString::fromUtf8("label3"));
00331 QSizePolicy sizePolicy10(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00332 sizePolicy10.setHorizontalStretch(0);
00333 sizePolicy10.setVerticalStretch(0);
00334 sizePolicy10.setHeightForWidth(label3->sizePolicy().hasHeightForWidth());
00335 label3->setSizePolicy(sizePolicy10);
00336 QFont font6;
00337 font6.setFamily(QString::fromUtf8("Sans Serif"));
00338 font6.setPointSize(9);
00339 font6.setBold(false);
00340 font6.setItalic(false);
00341 font6.setUnderline(false);
00342 font6.setWeight(50);
00343 font6.setStrikeOut(false);
00344 label3->setFont(font6);
00345 label3->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00346
00347 gridLayout->addWidget(label3, 4, 0, 1, 1);
00348
00349 hboxLayout1 = new QHBoxLayout();
00350 hboxLayout1->setSpacing(5);
00351 hboxLayout1->setMargin(0);
00352 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00353 pixmapLabel1 = new QLabel(FacturaBase);
00354 pixmapLabel1->setObjectName(QString::fromUtf8("pixmapLabel1"));
00355 QSizePolicy sizePolicy11(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00356 sizePolicy11.setHorizontalStretch(0);
00357 sizePolicy11.setVerticalStretch(0);
00358 sizePolicy11.setHeightForWidth(pixmapLabel1->sizePolicy().hasHeightForWidth());
00359 pixmapLabel1->setSizePolicy(sizePolicy11);
00360 pixmapLabel1->setMinimumSize(QSize(48, 48));
00361 pixmapLabel1->setMaximumSize(QSize(48, 48));
00362 pixmapLabel1->setPixmap(QPixmap(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_ventas_facturas.48x48.png")));
00363 pixmapLabel1->setScaledContents(true);
00364
00365 hboxLayout1->addWidget(pixmapLabel1);
00366
00367 frame_2 = new QFrame(FacturaBase);
00368 frame_2->setObjectName(QString::fromUtf8("frame_2"));
00369 QSizePolicy sizePolicy12(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
00370 sizePolicy12.setHorizontalStretch(0);
00371 sizePolicy12.setVerticalStretch(0);
00372 sizePolicy12.setHeightForWidth(frame_2->sizePolicy().hasHeightForWidth());
00373 frame_2->setSizePolicy(sizePolicy12);
00374 frame_2->setFrameShape(QFrame::StyledPanel);
00375 frame_2->setFrameShadow(QFrame::Raised);
00376 hboxLayout2 = new QHBoxLayout(frame_2);
00377 hboxLayout2->setSpacing(5);
00378 hboxLayout2->setMargin(5);
00379 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00380 mui_guardar = new QToolButton(frame_2);
00381 mui_guardar->setObjectName(QString::fromUtf8("mui_guardar"));
00382 mui_guardar->setMinimumSize(QSize(32, 32));
00383 mui_guardar->setMaximumSize(QSize(32, 32));
00384 mui_guardar->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_save.xpm")));
00385 mui_guardar->setIconSize(QSize(32, 32));
00386
00387 hboxLayout2->addWidget(mui_guardar);
00388
00389 mui_borrar = new QToolButton(frame_2);
00390 mui_borrar->setObjectName(QString::fromUtf8("mui_borrar"));
00391 mui_borrar->setMinimumSize(QSize(32, 32));
00392 mui_borrar->setMaximumSize(QSize(32, 32));
00393 mui_borrar->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_editDelete.png")));
00394 mui_borrar->setIconSize(QSize(32, 32));
00395
00396 hboxLayout2->addWidget(mui_borrar);
00397
00398 mui_imprimir = new QToolButton(frame_2);
00399 mui_imprimir->setObjectName(QString::fromUtf8("mui_imprimir"));
00400 mui_imprimir->setMinimumSize(QSize(32, 32));
00401 mui_imprimir->setMaximumSize(QSize(32, 32));
00402 mui_imprimir->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_filePrint.xpm")));
00403 mui_imprimir->setIconSize(QSize(32, 32));
00404
00405 hboxLayout2->addWidget(mui_imprimir);
00406
00407 spacerItem = new QSpacerItem(16, 26, QSizePolicy::Preferred, QSizePolicy::Minimum);
00408
00409 hboxLayout2->addItem(spacerItem);
00410
00411 mui_veralbaranes = new QToolButton(frame_2);
00412 mui_veralbaranes->setObjectName(QString::fromUtf8("mui_veralbaranes"));
00413 mui_veralbaranes->setEnabled(true);
00414 mui_veralbaranes->setMinimumSize(QSize(32, 32));
00415 mui_veralbaranes->setMaximumSize(QSize(32, 32));
00416 mui_veralbaranes->setIcon(QIcon(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_ventas_albaran.48x48.png")));
00417 mui_veralbaranes->setIconSize(QSize(32, 32));
00418
00419 hboxLayout2->addWidget(mui_veralbaranes);
00420
00421 mui_agregaralbaran = new QToolButton(frame_2);
00422 mui_agregaralbaran->setObjectName(QString::fromUtf8("mui_agregaralbaran"));
00423 mui_agregaralbaran->setEnabled(true);
00424 mui_agregaralbaran->setMinimumSize(QSize(32, 32));
00425 mui_agregaralbaran->setMaximumSize(QSize(32, 32));
00426 mui_agregaralbaran->setIcon(QIcon(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_ventas_albaran_mas.48x48.png")));
00427 mui_agregaralbaran->setIconSize(QSize(32, 32));
00428
00429 hboxLayout2->addWidget(mui_agregaralbaran);
00430
00431 mui_cobrar = new QToolButton(frame_2);
00432 mui_cobrar->setObjectName(QString::fromUtf8("mui_cobrar"));
00433 mui_cobrar->setEnabled(true);
00434 mui_cobrar->setMinimumSize(QSize(32, 32));
00435 mui_cobrar->setMaximumSize(QSize(32, 32));
00436 mui_cobrar->setIcon(QIcon(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_cobros.48x48.png")));
00437 mui_cobrar->setIconSize(QSize(32, 32));
00438
00439 hboxLayout2->addWidget(mui_cobrar);
00440
00441 mui_plugbotones = new QFrame(frame_2);
00442 mui_plugbotones->setObjectName(QString::fromUtf8("mui_plugbotones"));
00443 QSizePolicy sizePolicy13(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00444 sizePolicy13.setHorizontalStretch(0);
00445 sizePolicy13.setVerticalStretch(0);
00446 sizePolicy13.setHeightForWidth(mui_plugbotones->sizePolicy().hasHeightForWidth());
00447 mui_plugbotones->setSizePolicy(sizePolicy13);
00448 mui_plugbotones->setFrameShape(QFrame::NoFrame);
00449 mui_plugbotones->setFrameShadow(QFrame::Plain);
00450 mui_plugbotones->setLineWidth(0);
00451
00452 hboxLayout2->addWidget(mui_plugbotones);
00453
00454 spacerItem1 = new QSpacerItem(21, 26, QSizePolicy::Expanding, QSizePolicy::Minimum);
00455
00456 hboxLayout2->addItem(spacerItem1);
00457
00458 label5 = new QLabel(frame_2);
00459 label5->setObjectName(QString::fromUtf8("label5"));
00460 QSizePolicy sizePolicy14(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00461 sizePolicy14.setHorizontalStretch(0);
00462 sizePolicy14.setVerticalStretch(0);
00463 sizePolicy14.setHeightForWidth(label5->sizePolicy().hasHeightForWidth());
00464 label5->setSizePolicy(sizePolicy14);
00465 QFont font7;
00466 font7.setFamily(QString::fromUtf8("Sans Serif"));
00467 font7.setPointSize(9);
00468 font7.setBold(false);
00469 font7.setItalic(false);
00470 font7.setUnderline(false);
00471 font7.setWeight(50);
00472 font7.setStrikeOut(false);
00473 label5->setFont(font7);
00474
00475 hboxLayout2->addWidget(label5);
00476
00477 mui_reffactura = new BusquedaReferencia(frame_2);
00478 mui_reffactura->setObjectName(QString::fromUtf8("mui_reffactura"));
00479 QSizePolicy sizePolicy15(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(5));
00480 sizePolicy15.setHorizontalStretch(0);
00481 sizePolicy15.setVerticalStretch(0);
00482 sizePolicy15.setHeightForWidth(mui_reffactura->sizePolicy().hasHeightForWidth());
00483 mui_reffactura->setSizePolicy(sizePolicy15);
00484 mui_reffactura->setMinimumSize(QSize(150, 0));
00485
00486 hboxLayout2->addWidget(mui_reffactura);
00487
00488
00489 hboxLayout1->addWidget(frame_2);
00490
00491
00492 gridLayout->addLayout(hboxLayout1, 0, 0, 1, 6);
00493
00494 hboxLayout3 = new QHBoxLayout();
00495 hboxLayout3->setSpacing(5);
00496 hboxLayout3->setMargin(0);
00497 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00498 mui_detalles = new QToolButton(FacturaBase);
00499 mui_detalles->setObjectName(QString::fromUtf8("mui_detalles"));
00500 mui_detalles->setMinimumSize(QSize(22, 22));
00501 mui_detalles->setMaximumSize(QSize(22, 22));
00502 mui_detalles->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_edit.png")));
00503 mui_detalles->setIconSize(QSize(22, 22));
00504 mui_detalles->setCheckable(true);
00505 mui_detalles->setChecked(true);
00506
00507 hboxLayout3->addWidget(mui_detalles);
00508
00509 label7 = new QLabel(FacturaBase);
00510 label7->setObjectName(QString::fromUtf8("label7"));
00511 QFont font8;
00512 font8.setFamily(QString::fromUtf8("Sans Serif"));
00513 font8.setPointSize(9);
00514 font8.setBold(false);
00515 font8.setItalic(false);
00516 font8.setUnderline(false);
00517 font8.setWeight(50);
00518 font8.setStrikeOut(false);
00519 label7->setFont(font8);
00520
00521 hboxLayout3->addWidget(label7);
00522
00523 mui_descfactura = new QLineEdit(FacturaBase);
00524 mui_descfactura->setObjectName(QString::fromUtf8("mui_descfactura"));
00525 QSizePolicy sizePolicy16(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00526 sizePolicy16.setHorizontalStretch(0);
00527 sizePolicy16.setVerticalStretch(0);
00528 sizePolicy16.setHeightForWidth(mui_descfactura->sizePolicy().hasHeightForWidth());
00529 mui_descfactura->setSizePolicy(sizePolicy16);
00530 mui_descfactura->setMinimumSize(QSize(0, 0));
00531 mui_descfactura->setBaseSize(QSize(0, 0));
00532
00533 hboxLayout3->addWidget(mui_descfactura);
00534
00535 label6 = new QLabel(FacturaBase);
00536 label6->setObjectName(QString::fromUtf8("label6"));
00537 QSizePolicy sizePolicy17(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00538 sizePolicy17.setHorizontalStretch(0);
00539 sizePolicy17.setVerticalStretch(0);
00540 sizePolicy17.setHeightForWidth(label6->sizePolicy().hasHeightForWidth());
00541 label6->setSizePolicy(sizePolicy17);
00542 QFont font9;
00543 font9.setFamily(QString::fromUtf8("Sans Serif"));
00544 font9.setPointSize(9);
00545 font9.setBold(false);
00546 font9.setItalic(false);
00547 font9.setUnderline(false);
00548 font9.setWeight(50);
00549 font9.setStrikeOut(false);
00550 label6->setFont(font9);
00551
00552 hboxLayout3->addWidget(label6);
00553
00554 mui_numfactura = new QLineEdit(FacturaBase);
00555 mui_numfactura->setObjectName(QString::fromUtf8("mui_numfactura"));
00556 QSizePolicy sizePolicy18(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(5));
00557 sizePolicy18.setHorizontalStretch(0);
00558 sizePolicy18.setVerticalStretch(0);
00559 sizePolicy18.setHeightForWidth(mui_numfactura->sizePolicy().hasHeightForWidth());
00560 mui_numfactura->setSizePolicy(sizePolicy18);
00561 mui_numfactura->setMinimumSize(QSize(150, 0));
00562 mui_numfactura->setMaximumSize(QSize(100, 16777215));
00563 mui_numfactura->setAlignment(Qt::AlignRight);
00564
00565 hboxLayout3->addWidget(mui_numfactura);
00566
00567
00568 gridLayout->addLayout(hboxLayout3, 1, 0, 1, 6);
00569
00570 label2 = new QLabel(FacturaBase);
00571 label2->setObjectName(QString::fromUtf8("label2"));
00572 QSizePolicy sizePolicy19(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00573 sizePolicy19.setHorizontalStretch(0);
00574 sizePolicy19.setVerticalStretch(0);
00575 sizePolicy19.setHeightForWidth(label2->sizePolicy().hasHeightForWidth());
00576 label2->setSizePolicy(sizePolicy19);
00577 QFont font10;
00578 font10.setFamily(QString::fromUtf8("Sans Serif"));
00579 font10.setPointSize(9);
00580 font10.setBold(false);
00581 font10.setItalic(false);
00582 font10.setUnderline(false);
00583 font10.setWeight(50);
00584 font10.setStrikeOut(false);
00585 label2->setFont(font10);
00586 label2->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00587
00588 gridLayout->addWidget(label2, 4, 1, 1, 1);
00589
00590 label4_3 = new QLabel(FacturaBase);
00591 label4_3->setObjectName(QString::fromUtf8("label4_3"));
00592 QSizePolicy sizePolicy20(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00593 sizePolicy20.setHorizontalStretch(0);
00594 sizePolicy20.setVerticalStretch(0);
00595 sizePolicy20.setHeightForWidth(label4_3->sizePolicy().hasHeightForWidth());
00596 label4_3->setSizePolicy(sizePolicy20);
00597 QFont font11;
00598 font11.setFamily(QString::fromUtf8("Sans Serif"));
00599 font11.setPointSize(9);
00600 font11.setBold(false);
00601 font11.setItalic(false);
00602 font11.setUnderline(false);
00603 font11.setWeight(50);
00604 font11.setStrikeOut(false);
00605 label4_3->setFont(font11);
00606 label4_3->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00607
00608 gridLayout->addWidget(label4_3, 4, 2, 1, 1);
00609
00610 label4 = new QLabel(FacturaBase);
00611 label4->setObjectName(QString::fromUtf8("label4"));
00612 QSizePolicy sizePolicy21(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00613 sizePolicy21.setHorizontalStretch(0);
00614 sizePolicy21.setVerticalStretch(0);
00615 sizePolicy21.setHeightForWidth(label4->sizePolicy().hasHeightForWidth());
00616 label4->setSizePolicy(sizePolicy21);
00617 QFont font12;
00618 font12.setFamily(QString::fromUtf8("Sans Serif"));
00619 font12.setPointSize(9);
00620 font12.setBold(false);
00621 font12.setItalic(false);
00622 font12.setUnderline(false);
00623 font12.setWeight(50);
00624 font12.setStrikeOut(false);
00625 label4->setFont(font12);
00626 label4->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00627
00628 gridLayout->addWidget(label4, 4, 3, 1, 1);
00629
00630 label4_2 = new QLabel(FacturaBase);
00631 label4_2->setObjectName(QString::fromUtf8("label4_2"));
00632 QSizePolicy sizePolicy22(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00633 sizePolicy22.setHorizontalStretch(0);
00634 sizePolicy22.setVerticalStretch(0);
00635 sizePolicy22.setHeightForWidth(label4_2->sizePolicy().hasHeightForWidth());
00636 label4_2->setSizePolicy(sizePolicy22);
00637 QFont font13;
00638 font13.setFamily(QString::fromUtf8("Sans Serif"));
00639 font13.setPointSize(9);
00640 font13.setBold(false);
00641 font13.setItalic(false);
00642 font13.setUnderline(false);
00643 font13.setWeight(50);
00644 font13.setStrikeOut(false);
00645 label4_2->setFont(font13);
00646 label4_2->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00647
00648 gridLayout->addWidget(label4_2, 4, 4, 1, 1);
00649
00650 label1 = new QLabel(FacturaBase);
00651 label1->setObjectName(QString::fromUtf8("label1"));
00652 QSizePolicy sizePolicy23(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00653 sizePolicy23.setHorizontalStretch(0);
00654 sizePolicy23.setVerticalStretch(0);
00655 sizePolicy23.setHeightForWidth(label1->sizePolicy().hasHeightForWidth());
00656 label1->setSizePolicy(sizePolicy23);
00657 QFont font14;
00658 font14.setFamily(QString::fromUtf8("Sans Serif"));
00659 font14.setPointSize(9);
00660 font14.setBold(false);
00661 font14.setItalic(false);
00662 font14.setUnderline(false);
00663 font14.setWeight(50);
00664 font14.setStrikeOut(false);
00665 label1->setFont(font14);
00666 label1->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00667
00668 gridLayout->addWidget(label1, 4, 5, 1, 1);
00669
00670 m_totalDiscounts = new QLineEdit(FacturaBase);
00671 m_totalDiscounts->setObjectName(QString::fromUtf8("m_totalDiscounts"));
00672 m_totalDiscounts->setEnabled(true);
00673 QPalette palette;
00674 QBrush brush(QColor(238, 238, 238, 255));
00675 brush.setStyle(Qt::SolidPattern);
00676 palette.setBrush(QPalette::Active, QPalette::Base, brush);
00677 QBrush brush1(QColor(238, 238, 238, 255));
00678 brush1.setStyle(Qt::SolidPattern);
00679 palette.setBrush(QPalette::Inactive, QPalette::Base, brush1);
00680 QBrush brush2(QColor(255, 255, 255, 255));
00681 brush2.setStyle(Qt::SolidPattern);
00682 palette.setBrush(QPalette::Disabled, QPalette::Base, brush2);
00683 m_totalDiscounts->setPalette(palette);
00684 QFont font15;
00685 font15.setFamily(QString::fromUtf8("Sans Serif"));
00686 font15.setPointSize(12);
00687 font15.setBold(true);
00688 font15.setItalic(false);
00689 font15.setUnderline(false);
00690 font15.setWeight(75);
00691 font15.setStrikeOut(false);
00692 m_totalDiscounts->setFont(font15);
00693 m_totalDiscounts->setFocusPolicy(Qt::NoFocus);
00694 m_totalDiscounts->setAcceptDrops(false);
00695 m_totalDiscounts->setAlignment(Qt::AlignRight);
00696 m_totalDiscounts->setReadOnly(true);
00697
00698 gridLayout->addWidget(m_totalDiscounts, 5, 0, 1, 1);
00699
00700 m_totalBases = new QLineEdit(FacturaBase);
00701 m_totalBases->setObjectName(QString::fromUtf8("m_totalBases"));
00702 QPalette palette1;
00703 QBrush brush3(QColor(238, 238, 238, 255));
00704 brush3.setStyle(Qt::SolidPattern);
00705 palette1.setBrush(QPalette::Active, QPalette::Base, brush3);
00706 QBrush brush4(QColor(238, 238, 238, 255));
00707 brush4.setStyle(Qt::SolidPattern);
00708 palette1.setBrush(QPalette::Inactive, QPalette::Base, brush4);
00709 QBrush brush5(QColor(255, 255, 255, 255));
00710 brush5.setStyle(Qt::SolidPattern);
00711 palette1.setBrush(QPalette::Disabled, QPalette::Base, brush5);
00712 m_totalBases->setPalette(palette1);
00713 QFont font16;
00714 font16.setFamily(QString::fromUtf8("Sans Serif"));
00715 font16.setPointSize(12);
00716 font16.setBold(true);
00717 font16.setItalic(false);
00718 font16.setUnderline(false);
00719 font16.setWeight(75);
00720 font16.setStrikeOut(false);
00721 m_totalBases->setFont(font16);
00722 m_totalBases->setFocusPolicy(Qt::NoFocus);
00723 m_totalBases->setAcceptDrops(false);
00724 m_totalBases->setAlignment(Qt::AlignRight);
00725 m_totalBases->setReadOnly(true);
00726
00727 gridLayout->addWidget(m_totalBases, 5, 1, 1, 1);
00728
00729 m_totalIRPF = new QLineEdit(FacturaBase);
00730 m_totalIRPF->setObjectName(QString::fromUtf8("m_totalIRPF"));
00731 QPalette palette2;
00732 QBrush brush6(QColor(238, 238, 238, 255));
00733 brush6.setStyle(Qt::SolidPattern);
00734 palette2.setBrush(QPalette::Active, QPalette::Base, brush6);
00735 QBrush brush7(QColor(238, 238, 238, 255));
00736 brush7.setStyle(Qt::SolidPattern);
00737 palette2.setBrush(QPalette::Inactive, QPalette::Base, brush7);
00738 QBrush brush8(QColor(255, 255, 255, 255));
00739 brush8.setStyle(Qt::SolidPattern);
00740 palette2.setBrush(QPalette::Disabled, QPalette::Base, brush8);
00741 m_totalIRPF->setPalette(palette2);
00742 QFont font17;
00743 font17.setFamily(QString::fromUtf8("Sans Serif"));
00744 font17.setPointSize(12);
00745 font17.setBold(true);
00746 font17.setItalic(false);
00747 font17.setUnderline(false);
00748 font17.setWeight(75);
00749 font17.setStrikeOut(false);
00750 m_totalIRPF->setFont(font17);
00751 m_totalIRPF->setFocusPolicy(Qt::NoFocus);
00752 m_totalIRPF->setAcceptDrops(false);
00753 m_totalIRPF->setAlignment(Qt::AlignRight);
00754 m_totalIRPF->setReadOnly(true);
00755
00756 gridLayout->addWidget(m_totalIRPF, 5, 2, 1, 1);
00757
00758 m_totalTaxes = new QLineEdit(FacturaBase);
00759 m_totalTaxes->setObjectName(QString::fromUtf8("m_totalTaxes"));
00760 QPalette palette3;
00761 QBrush brush9(QColor(238, 238, 238, 255));
00762 brush9.setStyle(Qt::SolidPattern);
00763 palette3.setBrush(QPalette::Active, QPalette::Base, brush9);
00764 QBrush brush10(QColor(238, 238, 238, 255));
00765 brush10.setStyle(Qt::SolidPattern);
00766 palette3.setBrush(QPalette::Inactive, QPalette::Base, brush10);
00767 QBrush brush11(QColor(255, 255, 255, 255));
00768 brush11.setStyle(Qt::SolidPattern);
00769 palette3.setBrush(QPalette::Disabled, QPalette::Base, brush11);
00770 m_totalTaxes->setPalette(palette3);
00771 QFont font18;
00772 font18.setFamily(QString::fromUtf8("Sans Serif"));
00773 font18.setPointSize(12);
00774 font18.setBold(true);
00775 font18.setItalic(false);
00776 font18.setUnderline(false);
00777 font18.setWeight(75);
00778 font18.setStrikeOut(false);
00779 m_totalTaxes->setFont(font18);
00780 m_totalTaxes->setFocusPolicy(Qt::NoFocus);
00781 m_totalTaxes->setAcceptDrops(false);
00782 m_totalTaxes->setAlignment(Qt::AlignRight);
00783 m_totalTaxes->setReadOnly(true);
00784
00785 gridLayout->addWidget(m_totalTaxes, 5, 3, 1, 1);
00786
00787 m_totalReqEq = new QLineEdit(FacturaBase);
00788 m_totalReqEq->setObjectName(QString::fromUtf8("m_totalReqEq"));
00789 QPalette palette4;
00790 QBrush brush12(QColor(238, 238, 238, 255));
00791 brush12.setStyle(Qt::SolidPattern);
00792 palette4.setBrush(QPalette::Active, QPalette::Base, brush12);
00793 QBrush brush13(QColor(238, 238, 238, 255));
00794 brush13.setStyle(Qt::SolidPattern);
00795 palette4.setBrush(QPalette::Inactive, QPalette::Base, brush13);
00796 QBrush brush14(QColor(255, 255, 255, 255));
00797 brush14.setStyle(Qt::SolidPattern);
00798 palette4.setBrush(QPalette::Disabled, QPalette::Base, brush14);
00799 m_totalReqEq->setPalette(palette4);
00800 QFont font19;
00801 font19.setFamily(QString::fromUtf8("Sans Serif"));
00802 font19.setPointSize(12);
00803 font19.setBold(true);
00804 font19.setItalic(false);
00805 font19.setUnderline(false);
00806 font19.setWeight(75);
00807 font19.setStrikeOut(false);
00808 m_totalReqEq->setFont(font19);
00809 m_totalReqEq->setFocusPolicy(Qt::NoFocus);
00810 m_totalReqEq->setAcceptDrops(false);
00811 m_totalReqEq->setAlignment(Qt::AlignRight);
00812 m_totalReqEq->setReadOnly(true);
00813
00814 gridLayout->addWidget(m_totalReqEq, 5, 4, 1, 1);
00815
00816 m_totalfactura = new QLineEdit(FacturaBase);
00817 m_totalfactura->setObjectName(QString::fromUtf8("m_totalfactura"));
00818 m_totalfactura->setEnabled(true);
00819 QPalette palette5;
00820 QBrush brush15(QColor(238, 238, 238, 255));
00821 brush15.setStyle(Qt::SolidPattern);
00822 palette5.setBrush(QPalette::Active, QPalette::Base, brush15);
00823 QBrush brush16(QColor(238, 238, 238, 255));
00824 brush16.setStyle(Qt::SolidPattern);
00825 palette5.setBrush(QPalette::Inactive, QPalette::Base, brush16);
00826 QBrush brush17(QColor(255, 255, 255, 255));
00827 brush17.setStyle(Qt::SolidPattern);
00828 palette5.setBrush(QPalette::Disabled, QPalette::Base, brush17);
00829 m_totalfactura->setPalette(palette5);
00830 QFont font20;
00831 font20.setFamily(QString::fromUtf8("Sans Serif"));
00832 font20.setPointSize(12);
00833 font20.setBold(true);
00834 font20.setItalic(false);
00835 font20.setUnderline(false);
00836 font20.setWeight(75);
00837 font20.setStrikeOut(false);
00838 m_totalfactura->setFont(font20);
00839 m_totalfactura->setFocusPolicy(Qt::NoFocus);
00840 m_totalfactura->setAcceptDrops(false);
00841 m_totalfactura->setAutoFillBackground(true);
00842 m_totalfactura->setFrame(true);
00843 m_totalfactura->setAlignment(Qt::AlignRight);
00844 m_totalfactura->setReadOnly(true);
00845
00846 gridLayout->addWidget(m_totalfactura, 5, 5, 1, 1);
00847
00848 hboxLayout4 = new QHBoxLayout();
00849 hboxLayout4->setSpacing(5);
00850 hboxLayout4->setMargin(2);
00851 hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00852 spacerItem2 = new QSpacerItem(436, 27, QSizePolicy::Expanding, QSizePolicy::Minimum);
00853
00854 hboxLayout4->addItem(spacerItem2);
00855
00856 mui_aceptar = new QPushButton(FacturaBase);
00857 mui_aceptar->setObjectName(QString::fromUtf8("mui_aceptar"));
00858 QFont font21;
00859 font21.setFamily(QString::fromUtf8("Sans Serif"));
00860 font21.setPointSize(9);
00861 font21.setBold(false);
00862 font21.setItalic(false);
00863 font21.setUnderline(false);
00864 font21.setWeight(50);
00865 font21.setStrikeOut(false);
00866 mui_aceptar->setFont(font21);
00867
00868 hboxLayout4->addWidget(mui_aceptar);
00869
00870 mui_cancelar = new QPushButton(FacturaBase);
00871 mui_cancelar->setObjectName(QString::fromUtf8("mui_cancelar"));
00872 QFont font22;
00873 font22.setFamily(QString::fromUtf8("Sans Serif"));
00874 font22.setPointSize(9);
00875 font22.setBold(false);
00876 font22.setItalic(false);
00877 font22.setUnderline(false);
00878 font22.setWeight(50);
00879 font22.setStrikeOut(false);
00880 mui_cancelar->setFont(font22);
00881
00882 hboxLayout4->addWidget(mui_cancelar);
00883
00884
00885 gridLayout->addLayout(hboxLayout4, 6, 0, 1, 6);
00886
00887 label6->setBuddy(mui_numfactura);
00888
00889 retranslateUi(FacturaBase);
00890
00891 QSize size(690, 490);
00892 size = size.expandedTo(FacturaBase->minimumSizeHint());
00893 FacturaBase->resize(size);
00894
00895 QObject::connect(mui_detalles, SIGNAL(toggled(bool)), frame, SLOT(setShown(bool)));
00896
00897 m_desdfgs->setCurrentIndex(0);
00898
00899
00900 QMetaObject::connectSlotsByName(FacturaBase);
00901 }
00902
00903 void retranslateUi(QWidget *FacturaBase)
00904 {
00905 FacturaBase->setWindowTitle(QApplication::translate("FacturaBase", "Nueva factura a cliente", 0, QApplication::UnicodeUTF8));
00906 mui_labelAlmacen->setText(QApplication::translate("FacturaBase", "Almacen:", 0, QApplication::UnicodeUTF8));
00907 label11->setText(QApplication::translate("FacturaBase", "Forma de pago:", 0, QApplication::UnicodeUTF8));
00908 label10->setText(QApplication::translate("FacturaBase", "Serie:", 0, QApplication::UnicodeUTF8));
00909 label8->setText(QApplication::translate("FacturaBase", "Fecha de creacion:", 0, QApplication::UnicodeUTF8));
00910 mui_procesadafactura->setText(QApplication::translate("FacturaBase", "Procesada", 0, QApplication::UnicodeUTF8));
00911 m_desdfgs->setTabText(m_desdfgs->indexOf(tab1), QApplication::translate("FacturaBase", "&Detalle", 0, QApplication::UnicodeUTF8));
00912 m_desdfgs->setTabText(m_desdfgs->indexOf(Tab2), QApplication::translate("FacturaBase", "Desc&uentos", 0, QApplication::UnicodeUTF8));
00913 m_desdfgs->setTabText(m_desdfgs->indexOf(tab3), QApplication::translate("FacturaBase", "&Comentarios", 0, QApplication::UnicodeUTF8));
00914 label3->setText(QApplication::translate("FacturaBase", "Descuentos:", 0, QApplication::UnicodeUTF8));
00915 mui_guardar->setToolTip(QApplication::translate("FacturaBase", "Guardar factura", 0, QApplication::UnicodeUTF8));
00916 mui_guardar->setWhatsThis(QApplication::translate("FacturaBase", "Guardar factura", 0, QApplication::UnicodeUTF8));
00917 mui_guardar->setText(QString());
00918 mui_borrar->setToolTip(QApplication::translate("FacturaBase", "Borrar factura", 0, QApplication::UnicodeUTF8));
00919 mui_borrar->setWhatsThis(QApplication::translate("FacturaBase", "Borrar factura", 0, QApplication::UnicodeUTF8));
00920 mui_borrar->setText(QString());
00921 mui_imprimir->setToolTip(QApplication::translate("FacturaBase", "Imprimir factura", 0, QApplication::UnicodeUTF8));
00922 mui_imprimir->setWhatsThis(QApplication::translate("FacturaBase", "Imprimir factura", 0, QApplication::UnicodeUTF8));
00923 mui_imprimir->setText(QString());
00924 mui_veralbaranes->setToolTip(QApplication::translate("FacturaBase", "Ver albaranes con la misma referencia", 0, QApplication::UnicodeUTF8));
00925 mui_veralbaranes->setWhatsThis(QApplication::translate("FacturaBase", "Ver albaranes con la misma referencia", 0, QApplication::UnicodeUTF8));
00926 mui_agregaralbaran->setToolTip(QApplication::translate("FacturaBase", "Agregar albaran a la factura", 0, QApplication::UnicodeUTF8));
00927 mui_agregaralbaran->setWhatsThis(QApplication::translate("FacturaBase", "Agregar albaran a la factura", 0, QApplication::UnicodeUTF8));
00928 mui_cobrar->setToolTip(QApplication::translate("FacturaBase", "Registrar cobro a cliente", 0, QApplication::UnicodeUTF8));
00929 mui_cobrar->setWhatsThis(QApplication::translate("FacturaBase", "Registrar cobro a cliente", 0, QApplication::UnicodeUTF8));
00930 label5->setText(QApplication::translate("FacturaBase", "Referencia:", 0, QApplication::UnicodeUTF8));
00931 mui_detalles->setToolTip(QApplication::translate("FacturaBase", "Mostrar/ocultar cabecera", 0, QApplication::UnicodeUTF8));
00932 mui_detalles->setWhatsThis(QApplication::translate("FacturaBase", "Mostrar/ocultar cabecera", 0, QApplication::UnicodeUTF8));
00933 mui_detalles->setText(QString());
00934 label7->setText(QApplication::translate("FacturaBase", "Descripcion:", 0, QApplication::UnicodeUTF8));
00935 label6->setText(QApplication::translate("FacturaBase", "N&umero de factura:", 0, QApplication::UnicodeUTF8));
00936 label2->setText(QApplication::translate("FacturaBase", "Base imponible:", 0, QApplication::UnicodeUTF8));
00937 label4_3->setText(QApplication::translate("FacturaBase", "I.R.P.F.:", 0, QApplication::UnicodeUTF8));
00938 label4->setText(QApplication::translate("FacturaBase", "Impuestos:", 0, QApplication::UnicodeUTF8));
00939 label4_2->setText(QApplication::translate("FacturaBase", "R.E.:", 0, QApplication::UnicodeUTF8));
00940 label1->setText(QApplication::translate("FacturaBase", "Total:", 0, QApplication::UnicodeUTF8));
00941 m_totalDiscounts->setText(QApplication::translate("FacturaBase", "0.00", 0, QApplication::UnicodeUTF8));
00942 m_totalBases->setText(QApplication::translate("FacturaBase", "0.00", 0, QApplication::UnicodeUTF8));
00943 m_totalIRPF->setText(QApplication::translate("FacturaBase", "0.00", 0, QApplication::UnicodeUTF8));
00944 m_totalTaxes->setText(QApplication::translate("FacturaBase", "0.00", 0, QApplication::UnicodeUTF8));
00945 m_totalReqEq->setText(QApplication::translate("FacturaBase", "0.00", 0, QApplication::UnicodeUTF8));
00946 m_totalfactura->setText(QApplication::translate("FacturaBase", "0.00", 0, QApplication::UnicodeUTF8));
00947 mui_aceptar->setText(QApplication::translate("FacturaBase", "&Aceptar", 0, QApplication::UnicodeUTF8));
00948 mui_cancelar->setText(QApplication::translate("FacturaBase", "&Cancelar", 0, QApplication::UnicodeUTF8));
00949 Q_UNUSED(FacturaBase);
00950 }
00951
00952 };
00953
00954 namespace Ui {
00955 class FacturaBase: public Ui_FacturaBase {};
00956 }
00957
00958 #endif // UI_FACTURABASE_H