00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_COBROPAGOBASE_H
00011 #define UI_COBROPAGOBASE_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/QComboBox>
00019 #include <QtGui/QFrame>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QLineEdit>
00023 #include <QtGui/QSpacerItem>
00024 #include <QtGui/QToolButton>
00025 #include <QtGui/QVBoxLayout>
00026 #include <QtGui/QWidget>
00027 #include "busquedacuenta.h"
00028 #include "subform2bc.h"
00029
00030 class Ui_CobroPagoBase
00031 {
00032 public:
00033 QVBoxLayout *vboxLayout;
00034 QHBoxLayout *hboxLayout;
00035 QLabel *label;
00036 QFrame *frame;
00037 QHBoxLayout *hboxLayout1;
00038 QToolButton *mui_crear;
00039 QToolButton *mui_guardar;
00040 QToolButton *mui_borrar;
00041 QToolButton *mui_filtrar;
00042 QToolButton *mui_actualizar;
00043 QSpacerItem *spacerItem;
00044 QFrame *frame_2;
00045 QVBoxLayout *vboxLayout1;
00046 QHBoxLayout *hboxLayout2;
00047 QHBoxLayout *hboxLayout3;
00048 QLabel *textLabel1_3;
00049 BusquedaCuenta *m_cuenta;
00050 QSpacerItem *spacerItem1;
00051 QHBoxLayout *hboxLayout4;
00052 QLabel *textLabel1_2;
00053 QComboBox *m_procesado;
00054 QSpacerItem *spacerItem2;
00055 QHBoxLayout *hboxLayout5;
00056 QHBoxLayout *hboxLayout6;
00057 QLabel *textLabel1;
00058 QComboBox *m_tipoprevcobro;
00059 QSpacerItem *spacerItem3;
00060 QHBoxLayout *hboxLayout7;
00061 QHBoxLayout *hboxLayout8;
00062 QLabel *textLabel1_2_3;
00063 BusquedaFecha *m_firstDate;
00064 QSpacerItem *spacerItem4;
00065 QHBoxLayout *hboxLayout9;
00066 QLabel *textLabel1_2_2_2;
00067 BusquedaFecha *m_lastDate;
00068 QSpacerItem *spacerItem5;
00069 SubForm2Bc *mui_listado;
00070 QHBoxLayout *hboxLayout10;
00071 QSpacerItem *spacerItem6;
00072 QLabel *textLabel1_4;
00073 QLineEdit *m_totalCobros;
00074 QLabel *textLabel1_4_2;
00075 QLineEdit *m_totalPagos;
00076
00077 void setupUi(QWidget *CobroPagoBase)
00078 {
00079 CobroPagoBase->setObjectName(QString::fromUtf8("CobroPagoBase"));
00080 CobroPagoBase->setWindowIcon(QIcon(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_bancos_listado.48x48.png")));
00081 vboxLayout = new QVBoxLayout(CobroPagoBase);
00082 vboxLayout->setSpacing(2);
00083 vboxLayout->setMargin(5);
00084 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00085 hboxLayout = new QHBoxLayout();
00086 hboxLayout->setSpacing(6);
00087 hboxLayout->setMargin(0);
00088 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00089 label = new QLabel(CobroPagoBase);
00090 label->setObjectName(QString::fromUtf8("label"));
00091 label->setPixmap(QPixmap(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_bancos_listado.48x48.png")));
00092
00093 hboxLayout->addWidget(label);
00094
00095 frame = new QFrame(CobroPagoBase);
00096 frame->setObjectName(QString::fromUtf8("frame"));
00097 frame->setFrameShape(QFrame::StyledPanel);
00098 frame->setFrameShadow(QFrame::Raised);
00099 hboxLayout1 = new QHBoxLayout(frame);
00100 hboxLayout1->setSpacing(0);
00101 hboxLayout1->setMargin(0);
00102 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00103 mui_crear = new QToolButton(frame);
00104 mui_crear->setObjectName(QString::fromUtf8("mui_crear"));
00105 mui_crear->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_fileNew.xpm")));
00106 mui_crear->setIconSize(QSize(22, 22));
00107
00108 hboxLayout1->addWidget(mui_crear);
00109
00110 mui_guardar = new QToolButton(frame);
00111 mui_guardar->setObjectName(QString::fromUtf8("mui_guardar"));
00112 mui_guardar->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_save.xpm")));
00113 mui_guardar->setIconSize(QSize(22, 22));
00114
00115 hboxLayout1->addWidget(mui_guardar);
00116
00117 mui_borrar = new QToolButton(frame);
00118 mui_borrar->setObjectName(QString::fromUtf8("mui_borrar"));
00119 mui_borrar->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_dele.png")));
00120 mui_borrar->setIconSize(QSize(22, 22));
00121
00122 hboxLayout1->addWidget(mui_borrar);
00123
00124 mui_filtrar = new QToolButton(frame);
00125 mui_filtrar->setObjectName(QString::fromUtf8("mui_filtrar"));
00126 mui_filtrar->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_find.png")));
00127 mui_filtrar->setIconSize(QSize(22, 22));
00128 mui_filtrar->setCheckable(true);
00129 mui_filtrar->setChecked(true);
00130
00131 hboxLayout1->addWidget(mui_filtrar);
00132
00133 mui_actualizar = new QToolButton(frame);
00134 mui_actualizar->setObjectName(QString::fromUtf8("mui_actualizar"));
00135 mui_actualizar->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_reload.png")));
00136 mui_actualizar->setIconSize(QSize(22, 22));
00137
00138 hboxLayout1->addWidget(mui_actualizar);
00139
00140 spacerItem = new QSpacerItem(571, 44, QSizePolicy::Expanding, QSizePolicy::Minimum);
00141
00142 hboxLayout1->addItem(spacerItem);
00143
00144
00145 hboxLayout->addWidget(frame);
00146
00147
00148 vboxLayout->addLayout(hboxLayout);
00149
00150 frame_2 = new QFrame(CobroPagoBase);
00151 frame_2->setObjectName(QString::fromUtf8("frame_2"));
00152 frame_2->setFrameShape(QFrame::StyledPanel);
00153 frame_2->setFrameShadow(QFrame::Raised);
00154 vboxLayout1 = new QVBoxLayout(frame_2);
00155 vboxLayout1->setSpacing(6);
00156 vboxLayout1->setMargin(9);
00157 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00158 hboxLayout2 = new QHBoxLayout();
00159 hboxLayout2->setSpacing(6);
00160 hboxLayout2->setMargin(0);
00161 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00162 hboxLayout3 = new QHBoxLayout();
00163 hboxLayout3->setSpacing(6);
00164 hboxLayout3->setMargin(0);
00165 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00166 textLabel1_3 = new QLabel(frame_2);
00167 textLabel1_3->setObjectName(QString::fromUtf8("textLabel1_3"));
00168
00169 hboxLayout3->addWidget(textLabel1_3);
00170
00171 m_cuenta = new BusquedaCuenta(frame_2);
00172 m_cuenta->setObjectName(QString::fromUtf8("m_cuenta"));
00173
00174 hboxLayout3->addWidget(m_cuenta);
00175
00176
00177 hboxLayout2->addLayout(hboxLayout3);
00178
00179 spacerItem1 = new QSpacerItem(141, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00180
00181 hboxLayout2->addItem(spacerItem1);
00182
00183 hboxLayout4 = new QHBoxLayout();
00184 hboxLayout4->setSpacing(6);
00185 hboxLayout4->setMargin(0);
00186 hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00187 textLabel1_2 = new QLabel(frame_2);
00188 textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00189
00190 hboxLayout4->addWidget(textLabel1_2);
00191
00192 m_procesado = new QComboBox(frame_2);
00193 m_procesado->setObjectName(QString::fromUtf8("m_procesado"));
00194
00195 hboxLayout4->addWidget(m_procesado);
00196
00197
00198 hboxLayout2->addLayout(hboxLayout4);
00199
00200 spacerItem2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00201
00202 hboxLayout2->addItem(spacerItem2);
00203
00204
00205 vboxLayout1->addLayout(hboxLayout2);
00206
00207 hboxLayout5 = new QHBoxLayout();
00208 hboxLayout5->setSpacing(6);
00209 hboxLayout5->setMargin(0);
00210 hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
00211 hboxLayout6 = new QHBoxLayout();
00212 hboxLayout6->setSpacing(6);
00213 hboxLayout6->setMargin(0);
00214 hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
00215 textLabel1 = new QLabel(frame_2);
00216 textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00217
00218 hboxLayout6->addWidget(textLabel1);
00219
00220 m_tipoprevcobro = new QComboBox(frame_2);
00221 m_tipoprevcobro->setObjectName(QString::fromUtf8("m_tipoprevcobro"));
00222
00223 hboxLayout6->addWidget(m_tipoprevcobro);
00224
00225
00226 hboxLayout5->addLayout(hboxLayout6);
00227
00228 spacerItem3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00229
00230 hboxLayout5->addItem(spacerItem3);
00231
00232
00233 vboxLayout1->addLayout(hboxLayout5);
00234
00235 hboxLayout7 = new QHBoxLayout();
00236 hboxLayout7->setSpacing(6);
00237 hboxLayout7->setMargin(0);
00238 hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7"));
00239 hboxLayout8 = new QHBoxLayout();
00240 hboxLayout8->setSpacing(6);
00241 hboxLayout8->setMargin(0);
00242 hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8"));
00243 textLabel1_2_3 = new QLabel(frame_2);
00244 textLabel1_2_3->setObjectName(QString::fromUtf8("textLabel1_2_3"));
00245
00246 hboxLayout8->addWidget(textLabel1_2_3);
00247
00248 m_firstDate = new BusquedaFecha(frame_2);
00249 m_firstDate->setObjectName(QString::fromUtf8("m_firstDate"));
00250
00251 hboxLayout8->addWidget(m_firstDate);
00252
00253
00254 hboxLayout7->addLayout(hboxLayout8);
00255
00256 spacerItem4 = new QSpacerItem(231, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00257
00258 hboxLayout7->addItem(spacerItem4);
00259
00260 hboxLayout9 = new QHBoxLayout();
00261 hboxLayout9->setSpacing(6);
00262 hboxLayout9->setMargin(0);
00263 hboxLayout9->setObjectName(QString::fromUtf8("hboxLayout9"));
00264 textLabel1_2_2_2 = new QLabel(frame_2);
00265 textLabel1_2_2_2->setObjectName(QString::fromUtf8("textLabel1_2_2_2"));
00266
00267 hboxLayout9->addWidget(textLabel1_2_2_2);
00268
00269 m_lastDate = new BusquedaFecha(frame_2);
00270 m_lastDate->setObjectName(QString::fromUtf8("m_lastDate"));
00271
00272 hboxLayout9->addWidget(m_lastDate);
00273
00274
00275 hboxLayout7->addLayout(hboxLayout9);
00276
00277 spacerItem5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00278
00279 hboxLayout7->addItem(spacerItem5);
00280
00281
00282 vboxLayout1->addLayout(hboxLayout7);
00283
00284
00285 vboxLayout->addWidget(frame_2);
00286
00287 mui_listado = new SubForm2Bc(CobroPagoBase);
00288 mui_listado->setObjectName(QString::fromUtf8("mui_listado"));
00289
00290 vboxLayout->addWidget(mui_listado);
00291
00292 hboxLayout10 = new QHBoxLayout();
00293 hboxLayout10->setSpacing(6);
00294 hboxLayout10->setMargin(0);
00295 hboxLayout10->setObjectName(QString::fromUtf8("hboxLayout10"));
00296 spacerItem6 = new QSpacerItem(131, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
00297
00298 hboxLayout10->addItem(spacerItem6);
00299
00300 textLabel1_4 = new QLabel(CobroPagoBase);
00301 textLabel1_4->setObjectName(QString::fromUtf8("textLabel1_4"));
00302
00303 hboxLayout10->addWidget(textLabel1_4);
00304
00305 m_totalCobros = new QLineEdit(CobroPagoBase);
00306 m_totalCobros->setObjectName(QString::fromUtf8("m_totalCobros"));
00307 m_totalCobros->setEnabled(true);
00308 QFont font;
00309 font.setFamily(QString::fromUtf8("Sans Serif"));
00310 font.setPointSize(18);
00311 font.setBold(true);
00312 font.setItalic(false);
00313 font.setUnderline(false);
00314 font.setWeight(75);
00315 font.setStrikeOut(false);
00316 m_totalCobros->setFont(font);
00317 m_totalCobros->setAlignment(Qt::AlignRight);
00318 m_totalCobros->setReadOnly(false);
00319
00320 hboxLayout10->addWidget(m_totalCobros);
00321
00322 textLabel1_4_2 = new QLabel(CobroPagoBase);
00323 textLabel1_4_2->setObjectName(QString::fromUtf8("textLabel1_4_2"));
00324
00325 hboxLayout10->addWidget(textLabel1_4_2);
00326
00327 m_totalPagos = new QLineEdit(CobroPagoBase);
00328 m_totalPagos->setObjectName(QString::fromUtf8("m_totalPagos"));
00329 m_totalPagos->setEnabled(true);
00330 QFont font1;
00331 font1.setFamily(QString::fromUtf8("Sans Serif"));
00332 font1.setPointSize(18);
00333 font1.setBold(true);
00334 font1.setItalic(false);
00335 font1.setUnderline(false);
00336 font1.setWeight(75);
00337 font1.setStrikeOut(false);
00338 m_totalPagos->setFont(font1);
00339 m_totalPagos->setAlignment(Qt::AlignRight);
00340 m_totalPagos->setReadOnly(false);
00341
00342 hboxLayout10->addWidget(m_totalPagos);
00343
00344
00345 vboxLayout->addLayout(hboxLayout10);
00346
00347
00348 retranslateUi(CobroPagoBase);
00349
00350 QSize size(589, 395);
00351 size = size.expandedTo(CobroPagoBase->minimumSizeHint());
00352 CobroPagoBase->resize(size);
00353
00354 QObject::connect(mui_filtrar, SIGNAL(toggled(bool)), frame_2, SLOT(setShown(bool)));
00355
00356 QMetaObject::connectSlotsByName(CobroPagoBase);
00357 }
00358
00359 void retranslateUi(QWidget *CobroPagoBase)
00360 {
00361 CobroPagoBase->setWindowTitle(QApplication::translate("CobroPagoBase", "Gesti\303\263n de Cobros y Pagos", 0, QApplication::UnicodeUTF8));
00362 label->setText(QString());
00363 mui_crear->setToolTip(QApplication::translate("CobroPagoBase", "Generar Asiento", 0, QApplication::UnicodeUTF8));
00364 mui_crear->setWhatsThis(QApplication::translate("CobroPagoBase", "Generar Asiento", 0, QApplication::UnicodeUTF8));
00365 mui_crear->setText(QString());
00366 mui_guardar->setToolTip(QApplication::translate("CobroPagoBase", "Actualizar", 0, QApplication::UnicodeUTF8));
00367 mui_guardar->setText(QString());
00368 mui_borrar->setToolTip(QApplication::translate("CobroPagoBase", "Actualizar", 0, QApplication::UnicodeUTF8));
00369 mui_borrar->setText(QString());
00370 mui_filtrar->setToolTip(QApplication::translate("CobroPagoBase", "Actualizar", 0, QApplication::UnicodeUTF8));
00371 mui_filtrar->setText(QString());
00372 mui_actualizar->setToolTip(QApplication::translate("CobroPagoBase", "Actualizar", 0, QApplication::UnicodeUTF8));
00373 mui_actualizar->setText(QString());
00374 textLabel1_3->setText(QApplication::translate("CobroPagoBase", "Cuenta", 0, QApplication::UnicodeUTF8));
00375 textLabel1_2->setText(QApplication::translate("CobroPagoBase", "Procesado", 0, QApplication::UnicodeUTF8));
00376 m_procesado->clear();
00377 m_procesado->addItem(QApplication::translate("CobroPagoBase", "TODO", 0, QApplication::UnicodeUTF8));
00378 m_procesado->addItem(QApplication::translate("CobroPagoBase", "PROCESADO", 0, QApplication::UnicodeUTF8));
00379 m_procesado->addItem(QApplication::translate("CobroPagoBase", "NO PROCESADO", 0, QApplication::UnicodeUTF8));
00380 textLabel1->setText(QApplication::translate("CobroPagoBase", "Tipo (Cobro / Pago)", 0, QApplication::UnicodeUTF8));
00381 m_tipoprevcobro->clear();
00382 m_tipoprevcobro->addItem(QApplication::translate("CobroPagoBase", "TODO", 0, QApplication::UnicodeUTF8));
00383 m_tipoprevcobro->addItem(QApplication::translate("CobroPagoBase", "COBROS", 0, QApplication::UnicodeUTF8));
00384 m_tipoprevcobro->addItem(QApplication::translate("CobroPagoBase", "PAGOS", 0, QApplication::UnicodeUTF8));
00385 textLabel1_2_3->setText(QApplication::translate("CobroPagoBase", "Fecha Inicial", 0, QApplication::UnicodeUTF8));
00386 textLabel1_2_2_2->setText(QApplication::translate("CobroPagoBase", "Fecha Final", 0, QApplication::UnicodeUTF8));
00387 textLabel1_4->setText(QApplication::translate("CobroPagoBase", "Total Cobros", 0, QApplication::UnicodeUTF8));
00388 textLabel1_4_2->setText(QApplication::translate("CobroPagoBase", "Total Pagos", 0, QApplication::UnicodeUTF8));
00389 Q_UNUSED(CobroPagoBase);
00390 }
00391
00392 };
00393
00394 namespace Ui {
00395 class CobroPagoBase: public Ui_CobroPagoBase {};
00396 }
00397
00398 #endif // UI_COBROPAGOBASE_H