facturalux (0.4-14.2) base/process/FLMasterArticulos.h

Summary

 base/process/FLMasterArticulos.h |   58 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)

    
download this patch

Patch contents

--- facturalux-0.4.orig/base/process/FLMasterArticulos.h
+++ facturalux-0.4/base/process/FLMasterArticulos.h
@@ -0,0 +1,58 @@
+/***************************************************************************
+                          FLMasterArticulos.h  -  description
+                             -------------------
+    begin                : dom 24 nov 2002
+    copyright            : (C) 2002 by Luis Toro Teijeiro
+    email                : linuxx@gulic.org
+ ***************************************************************************/
+
+/***************************************************************************
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 2 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ ***************************************************************************/
+
+#ifndef FLMASTERARTICULOS_H
+#define FLMASTERARTICULOS_H
+
+#include <qvariant.h>
+
+#include <FLSqlCursor.h>
+#include <FLSqlQuery.h>
+#include <FLParameterQuery.h>
+#include <FLReportViewer.h>
+#include <FLManager.h>
+#include <kugar.h>
+#include <FLReceiver.h>
+
+/* Gestiona el formulario maestro para articulos */
+class FLMasterArticulos : public FLReceiver
+{
+        Q_OBJECT
+
+        public:
+
+        /** constructor. */
+        FLMasterArticulos();
+
+        /** destructor */
+        ~FLMasterArticulos();
+
+     
+        /* Redefinicion de FLReceiver *en forma de lista de precios */
+//	 void setSender(FLFormDB *sender);
+
+        public slots:
+
+     
+        /* Imprime articulos en forma de lista de precios */
+	 void imprimirArticulos();
+
+        private:
+
+};
+
+#endif