commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r115 - in hotline: . forms reports schema


From: kilo
Subject: r115 - in hotline: . forms reports schema
Date: Wed, 17 Nov 2004 03:03:38 -0600 (CST)

Author: kilo
Date: 2004-11-17 03:03:37 -0600 (Wed, 17 Nov 2004)
New Revision: 115

Modified:
   hotline/forms/hotline-en.gfd
   hotline/forms/hotline.gfd
   hotline/forms/kunden-en.gfd
   hotline/forms/kunden.gfd
   hotline/forms/stammdaten-en.gfd
   hotline/forms/stammdaten.gfd
   hotline/hotline-en.gpd
   hotline/hotline.gpd
   hotline/reports/rechnungen-en.grd
   hotline/reports/rechnungen.grd
   hotline/schema/hotline-C.gld
   hotline/schema/hotline-de.gld
   hotline/schema/hotline.gcd
Log:
Hotline.
Synchronised English version with German one.
Added SVN properties.

Modified: hotline/forms/hotline-en.gfd
===================================================================
--- hotline/forms/hotline-en.gfd        2004-11-17 08:27:55 UTC (rev 114)
+++ hotline/forms/hotline-en.gfd        2004-11-17 09:03:37 UTC (rev 115)
@@ -21,6 +21,7 @@
     write to the Free Software Foundation, Inc., 59 Temple Place -
     Suite 330, Boston, MA 02111-1307, USA.
 
+    $Id$
 -->
 
 <form title="Hotline">
@@ -150,6 +151,16 @@
         setFocus (blkSelect.fldKunde)
     </trigger>
 
+    <trigger name="revert_all" type="NAMED" >
+      blkTicket.rollback ()
+      blkAuswahl.clear ()
+      blkKunde.clear ()
+      blkTicket.clear ()
+
+      blkAuswahl.fldMitarbeiter.set (getParameter ('mitarbeiter'))
+      setFocus (blkAuswahl.fldKunde)
+    </trigger>
+
     <block name="blkParameter" datasource="dtsParameter">
       <field name="fldWartungsvertrag" field="hotline_wartungsvertrag"/>
     </block>
@@ -247,7 +258,7 @@
         block="blkSelect" field="fldMitarbeiter" style="dropdown"/>
       <entry name="inpKunde" c:height="1" c:width="17" c:x="14" c:y="2"
         block="blkSelect" field="fldKunde"/>
-      <button name="btnKunde" c:height="1" c:width="10" c:x="60" c:y="2"
+      <button name="btnKunde" c:height="1" c:width="10" c:x="65" c:y="2"
         label="Search">
         <trigger type="ON-ACTION" src="customer_search"/>
       </button>
@@ -290,6 +301,11 @@
       <entry name="inpStatus" c:height="1" c:width="35" c:x="14" c:y="17"
         block="blkTicket" field="fldHotlineGrund" style="dropdown"/>
 
+      <button name="btnRevert" c:height="1" c:width="10" c:x="54" c:y="17"
+        label="Revert">
+        <trigger type="ON-ACTION" src="revert_all" />
+      </button>
+
       <button name="btnSave" c:height="1" c:width="10" c:x="60" c:y="17"
         label="Store">
         <trigger type="ON-ACTION" src="save_all"/>


Property changes on: hotline/forms/hotline-en.gfd
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: hotline/forms/hotline.gfd
===================================================================
--- hotline/forms/hotline.gfd   2004-11-17 08:27:55 UTC (rev 114)
+++ hotline/forms/hotline.gfd   2004-11-17 09:03:37 UTC (rev 115)
@@ -21,6 +21,7 @@
     write to the Free Software Foundation, Inc., 59 Temple Place -
     Suite 330, Boston, MA 02111-1307, USA.
 
+    $Id$
 -->
 
 <form title="Hotline">

Modified: hotline/forms/kunden-en.gfd
===================================================================
--- hotline/forms/kunden-en.gfd 2004-11-17 08:27:55 UTC (rev 114)
+++ hotline/forms/kunden-en.gfd 2004-11-17 09:03:37 UTC (rev 115)
@@ -21,6 +21,7 @@
     write to the Free Software Foundation, Inc., 59 Temple Place -
     Suite 330, Boston, MA 02111-1307, USA.
 
+    $Id$
 -->
 
 <form title="Customers / Contacts">


Property changes on: hotline/forms/kunden-en.gfd
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: hotline/forms/kunden.gfd
===================================================================
--- hotline/forms/kunden.gfd    2004-11-17 08:27:55 UTC (rev 114)
+++ hotline/forms/kunden.gfd    2004-11-17 09:03:37 UTC (rev 115)
@@ -21,6 +21,7 @@
     write to the Free Software Foundation, Inc., 59 Temple Place -
     Suite 330, Boston, MA 02111-1307, USA.
 
+    $Id$
 -->
 
 <form title="Kunden / Kontakte">

Modified: hotline/forms/stammdaten-en.gfd
===================================================================
--- hotline/forms/stammdaten-en.gfd     2004-11-17 08:27:55 UTC (rev 114)
+++ hotline/forms/stammdaten-en.gfd     2004-11-17 09:03:37 UTC (rev 115)
@@ -21,6 +21,7 @@
     write to the Free Software Foundation, Inc., 59 Temple Place -
     Suite 330, Boston, MA 02111-1307, USA.
 
+    $Id$
 -->
 
 <form title="Basic data">


Property changes on: hotline/forms/stammdaten-en.gfd
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: hotline/forms/stammdaten.gfd
===================================================================
--- hotline/forms/stammdaten.gfd        2004-11-17 08:27:55 UTC (rev 114)
+++ hotline/forms/stammdaten.gfd        2004-11-17 09:03:37 UTC (rev 115)
@@ -21,6 +21,7 @@
     write to the Free Software Foundation, Inc., 59 Temple Place -
     Suite 330, Boston, MA 02111-1307, USA.
 
+    $Id$
 -->
 
 <form title="Stammdaten">

Modified: hotline/hotline-en.gpd
===================================================================
--- hotline/hotline-en.gpd      2004-11-17 08:27:55 UTC (rev 114)
+++ hotline/hotline-en.gpd      2004-11-17 09:03:37 UTC (rev 115)
@@ -21,6 +21,7 @@
     write to the Free Software Foundation, Inc., 59 Temple Place -
     Suite 330, Boston, MA 02111-1307, USA.
 
+    $Id$
 -->
 
 <processes title="Hotline">


Property changes on: hotline/hotline-en.gpd
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: hotline/hotline.gpd
===================================================================
--- hotline/hotline.gpd 2004-11-17 08:27:55 UTC (rev 114)
+++ hotline/hotline.gpd 2004-11-17 09:03:37 UTC (rev 115)
@@ -21,6 +21,7 @@
     write to the Free Software Foundation, Inc., 59 Temple Place -
     Suite 330, Boston, MA 02111-1307, USA.
 
+    $Id$
 -->
 
 <processes title="Hotline">

Modified: hotline/reports/rechnungen-en.grd
===================================================================
--- hotline/reports/rechnungen-en.grd   2004-11-17 08:27:55 UTC (rev 114)
+++ hotline/reports/rechnungen-en.grd   2004-11-17 09:03:37 UTC (rev 115)
@@ -21,13 +21,14 @@
     write to the Free Software Foundation, Inc., 59 Temple Place -
     Suite 330, Boston, MA 02111-1307, USA.
 
+    $Id$
 -->
 
 <report title="Invoicable tickets">
 
   <parameters>
-    <parameter name="vonDatum" description="Start Date" default="0001-01-01"/>
-    <parameter name="vonBis" description="End Date" default="9999-12-31"/>
+    <parameter name="vonDatum" description="Start Date" default="0001-01-01 
00:00:00"/>
+    <parameter name="bisDatum" description="End Date" default="9999-12-31 
23:59:00"/>
   </parameters>
 
   <sources>
@@ -42,6 +43,11 @@
           <null>
             <cfield name="hotline_grund"/>
           </null>
+          <between>
+            <cfield name="hotline_enddatum"/>
+            <cparam name="vondatum"/>
+            <cparam name="bisdatum"/>
+          </between>
         </and>
       </condition>
     </datasource>


Property changes on: hotline/reports/rechnungen-en.grd
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: hotline/reports/rechnungen.grd
===================================================================
--- hotline/reports/rechnungen.grd      2004-11-17 08:27:55 UTC (rev 114)
+++ hotline/reports/rechnungen.grd      2004-11-17 09:03:37 UTC (rev 115)
@@ -21,6 +21,7 @@
     write to the Free Software Foundation, Inc., 59 Temple Place -
     Suite 330, Boston, MA 02111-1307, USA.
 
+    $Id$
 -->
 
 <report title="Verrechenbare Tickets">


Property changes on: hotline/reports/rechnungen.grd
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: hotline/schema/hotline-C.gld
===================================================================
--- hotline/schema/hotline-C.gld        2004-11-17 08:27:55 UTC (rev 114)
+++ hotline/schema/hotline-C.gld        2004-11-17 09:03:37 UTC (rev 115)
@@ -21,6 +21,7 @@
     write to the Free Software Foundation, Inc., 59 Temple Place -
     Suite 330, Boston, MA 02111-1307, USA.
 
+    $Id$
 -->
 
 <module name="hotline" language="C">


Property changes on: hotline/schema/hotline-C.gld
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: hotline/schema/hotline-de.gld
===================================================================
--- hotline/schema/hotline-de.gld       2004-11-17 08:27:55 UTC (rev 114)
+++ hotline/schema/hotline-de.gld       2004-11-17 09:03:37 UTC (rev 115)
@@ -21,6 +21,7 @@
     write to the Free Software Foundation, Inc., 59 Temple Place -
     Suite 330, Boston, MA 02111-1307, USA.
 
+    $Id$
 -->
 
 <module name="hotline" language="de">


Property changes on: hotline/schema/hotline-de.gld
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: hotline/schema/hotline.gcd
===================================================================
--- hotline/schema/hotline.gcd  2004-11-17 08:27:55 UTC (rev 114)
+++ hotline/schema/hotline.gcd  2004-11-17 09:03:37 UTC (rev 115)
@@ -21,6 +21,7 @@
     write to the Free Software Foundation, Inc., 59 Temple Place -
     Suite 330, Boston, MA 02111-1307, USA.
 
+    $Id$
 -->
 
 <module name="hotline" comment="Hotline-Verwaltung">
@@ -101,6 +102,9 @@
               comment="Name des Mitarbeiters"/>
     <property name="username" type="string(8)"
               comment="Benutzername im System"/>
+    <procedure name="OnValidate">
+      print "OnValidate"
+    </procedure>
   </class>
 
   <!-- CLASS: hotline_parameter -->


Property changes on: hotline/schema/hotline.gcd
___________________________________________________________________
Name: svn:keywords
   + Id





reply via email to

[Prev in Thread] Current Thread [Next in Thread]