listivaview.h

Ir a la documentación de este archivo.
00001 /***************************************************************************
00002                           listivaview.h  -  description
00003                              -------------------
00004     begin                : Thu Jan 30 2003
00005     copyright            : (C) 2003 by Tomeu Borrás Riera
00006     email                : tborras@conetxia.com
00007  ***************************************************************************/
00008 /***************************************************************************
00009  *                                                                         *
00010  *   This program is free software; you can redistribute it and/or modify  *
00011  *   it under the terms of the GNU General Public License as published by  *
00012  *   the Free Software Foundation; either version 2 of the License, or     *
00013  *   (at your option) any later version.                                   *
00014  *                                                                         *
00015  ***************************************************************************/
00016 /***************************************************************************
00017       LISTA DE BUGS CONOCIDOS
00018       
00019       - Las cuentas del estilo 47200477 o 47700472 deformaran los resultados
00020        ya que la busqueda esta hecha con un LIKE que no contempla estos casos.
00021 
00022       - Las fechas incorrectas producen mal funcionamiento pej: 31/06/2003 no
00023       dara ningun registro pq dia 31 no existe.
00024  ***************************************************************************/
00025 
00026 
00027 
00028  
00029 #ifndef LISTIVAVIEW_H
00030 #define LISTIVAVIEW_H
00031 
00032 #include <qwidget.h>
00033 #include <listivadlg.h>
00034 #include <qlineedit.h>
00035 #include <qtable.h>
00036 #include <qpopupmenu.h>
00037 
00038 
00039 
00040 #include "postgresiface2.h"
00041 #include "intapunts3view.h"
00042 
00045 class empresa;
00046 
00047 class listivaview : public listivadlg  {
00048    Q_OBJECT
00049 public:
00050   empresa *empresaactual;
00051   postgresiface2 *conexionbase;
00052   intapunts3view *introapunts;
00053 
00054 public: 
00055         listivaview(empresa *, QString ejerActual="",QWidget *parent=0, const char *name=0);
00056         ~listivaview();
00057   void inicializa(intapunts3view *);
00058 public slots:
00059   virtual void doble_click_soportado(int,int,int, const QPoint &);
00060   virtual void doble_click_repercutido(int,int,int, const QPoint &);
00061   virtual void boton_reload();
00062   virtual void boton_print();
00063   virtual void menu_contextual(int, int, const QPoint &);
00064   virtual void menu_contextual1(int, int, const QPoint &);
00065   virtual void boton_finicial();
00066   virtual void boton_ffinal();
00067   virtual void finicial_textChanged(const QString &);
00068   virtual void ffinal_textChanged(const QString &);
00069   virtual void finicial_lostFocus();
00070   virtual void ffinal_lostFocus();
00071 };
00072 
00073 #endif

Generado el Sat May 21 00:04:44 2005 para BulmaGes por  doxygen 1.4.2