commit-gnue
[Top][All Lists]
Advanced

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

[gnue-contrib] r208 - hotline/forms


From: kilo
Subject: [gnue-contrib] r208 - hotline/forms
Date: Fri, 21 Jan 2005 17:04:34 -0600 (CST)

Author: kilo
Date: 2005-01-21 17:04:33 -0600 (Fri, 21 Jan 2005)
New Revision: 208

Added:
   hotline/forms/kunden-hu.gfd
   hotline/forms/stammdaten-hu.gfd
Log:
Hotline.
Added more Hungarian forms.

Added: hotline/forms/kunden-hu.gfd
===================================================================
--- hotline/forms/kunden-hu.gfd 2005-01-21 07:41:51 UTC (rev 207)
+++ hotline/forms/kunden-hu.gfd 2005-01-21 23:04:33 UTC (rev 208)
@@ -0,0 +1,171 @@
+<?xml version="1.0" encoding="iso8859-2"?>
+
+<!--
+
+    Copyright 2004 Free Software Foundation
+
+    This file is part of GNU Enterprise Hotline.
+
+    GNU Enterprise Hotline 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.
+
+    GNU Enterprise Hotline is distributed in the hope that it will be
+    useful, but WITHOUT ANY WARRANTY; without even the implied
+    warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with GNU Enterprise Hotline; see the file COPYING.  If not,
+    write to the Free Software Foundation, Inc., 59 Temple Place -
+    Suite 330, Boston, MA 02111-1307, USA.
+
+    $Id$
+-->
+
+<form title="�gyfelek / Kontaktok">
+  <options/>
+  <datasource name="dtsHotlineCustomer" connection="hotline"
+    table="hotline_kunde"/>
+  <datasource name="dtsHotlineCountry" connection="hotline"
+    table="hotline_land" prequery="Y"/>
+  <datasource name="dtsHotlineContact" connection="hotline"
+              detaillink="hotline_kunde" master="dtsHotlineCustomer"
+              masterlink="gnue_id" table="hotline_kontakt"/>
+  <logic>
+    <block name="blkHotlineCustomer" datasource="dtsHotlineCustomer">
+      <field name="fldHotlineBemerkung" field="hotline_bemerkung"
+             max_length="70"/>
+      <field name="fldHotlineEmail" field="hotline_email" max_length="70"/>
+      <field name="fldHotlineMatchcode" field="hotline_matchcode"
+             max_length="17" case="upper"/>
+      <field name="fldHotlineName1" field="hotline_name1" max_length="35"/>
+      <field name="fldHotlineName2" field="hotline_name2" max_length="35"/>
+      <field name="fldHotlineName3" field="hotline_name3" max_length="35"/>
+      <field name="fldHotlineNummer" field="hotline_nummer" max_length="17"/>
+      <field name="fldHotlineOrt" field="hotline_ort" max_length="35"/>
+      <field name="fldHotlinePlz" field="hotline_plz" max_length="9"/>
+      <field name="fldHotlineStrasse" field="hotline_strasse" max_length="35"/>
+      <field name="fldHotlineTelefax" field="hotline_telefax" max_length="35"/>
+      <field name="fldHotlineTelefon" field="hotline_telefon" max_length="35"/>
+      <field name="fldHotlineVertrag" field="hotline_vertrag" max_length="1"/>
+      <field name="fldHotlineLandKfz" field="hotline_land" fk_key="gnue_id"
+        fk_description="hotline_kfz" fk_source="dtsHotlineCountry"/>
+      <field name="fldHotlineLandName" field="hotline_land" fk_key="gnue_id"
+        fk_description="hotline_name" fk_source="dtsHotlineCountry"/>
+    </block>
+    <block name="blkHotlineContact" datasource="dtsHotlineContact">
+      <field name="fldHotlineBemerkung" field="hotline_bemerkung"
+             max_length="25"/>
+      <field name="fldHotlineEmail" field="hotline_email" max_length="25"/>
+      <field name="fldHotlineHandy" field="hotline_handy" max_length="25"/>
+      <field name="fldHotlineKunde" field="hotline_kunde" max_length="25"/>
+      <field name="fldHotlineName" field="hotline_name" max_length="25"/>
+      <field name="fldHotlineTelefax" field="hotline_telefax" max_length="25"/>
+      <field name="fldHotlineTelefon" field="hotline_telefon" max_length="25"/>
+    </block>
+  </logic>
+
+  <layout xmlns:c="GNUe:Layout:Char" c:height="20" c:width="79" tabbed="top">
+    <page name="�gyf�l">
+      <label name="lblNummer"       c:height="1" c:width="14" c:x="1" c:y="1"
+          text="Azonos�t� sz�m"/>
+      <entry name="entHotlineNummer" c:height="1" c:width="18" c:x="18" c:y="1"
+          block="blkHotlineCustomer" field="fldHotlineNummer"/>
+
+      <label name="lblMatchcode"    c:height="1" c:width="9" c:x="1" c:y="2"
+          text="Keres�k�d"/>
+      <entry name="entHotlineMatchcode" c:height="1" c:width="18" c:x="18" 
c:y="2"
+          block="blkHotlineCustomer" field="fldHotlineMatchcode"/>
+
+      <label name="lblName1"        c:height="1" c:width="5" c:x="1" c:y="3"
+          text="N�v-1"/>
+      <entry name="entHotlineName1" c:height="1" c:width="50" c:x="18" c:y="3"
+          block="blkHotlineCustomer" field="fldHotlineName1"/>
+      <label name="lblName2"        c:height="1" c:width="5" c:x="1" c:y="4"
+          text="N�v-2"/>
+      <entry name="entHotlineName2" c:height="1" c:width="50" c:x="18" c:y="4"
+          block="blkHotlineCustomer" field="fldHotlineName2"/>
+      <label name="lblName3"        c:height="1" c:width="5" c:x="1" c:y="5"
+          text="N�v-3"/>
+      <entry name="entHotlineName3" c:height="1" c:width="50" c:x="18" c:y="5"
+          block="blkHotlineCustomer" field="fldHotlineName3"/>
+
+      <label name="lblStrasse"      c:height="1" c:width="8" c:x="1" c:y="6"
+          text="Utca/hsz"/>
+      <entry name="entHotlineStrasse"   c:height="1" c:width="50" c:x="18" 
c:y="6"
+          block="blkHotlineCustomer" field="fldHotlineStrasse"/>
+
+      <label name="lblPLZ"          c:height="1" c:width="12" c:x="1" c:y="7"
+          text="Ir�ny�t�sz�m"/>
+      <entry name="entHotlinePlz"   c:height="1" c:width="9" c:x="18" c:y="7"
+          block="blkHotlineCustomer" field="fldHotlinePlz"/>
+
+      <label name="lblOrt"          c:height="1" c:width="7" c:x="28" c:y="7"
+          text="Helys�g"/>
+      <entry name="entHotlineOrt"   c:height="1" c:width="33" c:x="35" c:y="7"
+          block="blkHotlineCustomer" field="fldHotlineOrt"/>
+
+      <label name="lblLandKfz"      c:height="1" c:width="6" c:x="1" c:y="8"
+          text="Orsz�g"/>
+      <entry name="entHotlineLandKfz"   c:height="1" c:width="9" c:x="18" 
c:y="8"
+          block="blkHotlineCustomer" field="fldHotlineLandKfz" 
style="dropdown"/>
+      <entry name="entHotlineLandName"  c:height="1" c:width="33" c:x="35" 
c:y="8"
+          block="blkHotlineCustomer" field="fldHotlineLandName" 
style="dropdown"/>
+
+      <label name="lblTelefon"      c:height="1" c:width="7" c:x="1" c:y="9"
+          text="Telefon"/>
+      <entry name="entHotlineTelefon"   c:height="1" c:width="50" c:x="18" 
c:y="9"
+          block="blkHotlineCustomer" field="fldHotlineTelefon"/>
+
+      <label name="lblTelefax"      c:height="1" c:width="3" c:x="1" c:y="10"
+          text="Fax"/>
+      <entry name="entHotlineTelefax"   c:height="1" c:width="50" c:x="18" 
c:y="10"
+          block="blkHotlineCustomer" field="fldHotlineTelefax"/>
+
+      <label name="lblEmail"        c:height="1" c:width="6" c:x="1" c:y="11"
+          text="E-mail"/>
+      <entry name="entHotlineEmail" c:height="1" c:width="50" c:x="18" c:y="11"
+          block="blkHotlineCustomer" field="fldHotlineEmail"/>
+
+      <label name="lblVertrag"      c:height="1" c:width="16" c:x="1" c:y="12"
+          text="Szolg. szerz�d�s"/>
+      <entry name="entHotlineVertrag"   c:height="1" c:width="3" c:x="18" 
c:y="12"
+          block="blkHotlineCustomer" field="fldHotlineVertrag" 
style="checkbox"/>
+
+      <label name="lblBemerkung"    c:height="1" c:width="10" c:x="1" c:y="13"
+          text="Megjegyz�s"/>
+      <entry name="entHotlineBemerkung" c:height="1" c:width="50" c:x="18" 
c:y="13"
+          block="blkHotlineCustomer" field="fldHotlineBemerkung"/>
+    </page>
+
+    <page name="Kontaktok">
+      <label name="lblName"         c:height="1" c:width="3"  c:x="1"  c:y="1"
+          text="N�v"/>
+      <label name="lblBemerkung"    c:height="1" c:width="10" c:x="37" c:y="1"
+          text="Megjegyz�s"/>
+      <entry name="entHotlineName"  c:height="1" c:width="35" c:x="1"  c:y="2"
+          block="blkHotlineContact" field="fldHotlineName" rows="10"/>
+      <entry name="entHotlineBemerkung" c:height="1" c:width="35" c:x="37" 
c:y="2"
+          block="blkHotlineContact" field="fldHotlineBemerkung" rows="10"/>
+
+      <label name="lblTelefon"      c:height="1" c:width="7"  c:x="1"  c:y="13"
+          text="Telefon"/>
+      <entry name="entHotlineTelefon"   c:height="1" c:width="62" c:x="10" 
c:y="13"
+          block="blkHotlineContact" field="fldHotlineTelefon"/>
+      <label name="lblHandy"        c:height="1" c:width="5"  c:x="1"  c:y="14"
+          text="Mobil"/>
+      <entry name="entHotlineHandy" c:height="1" c:width="62" c:x="10" c:y="14"
+          block="blkHotlineContact" field="fldHotlineHandy"/>
+      <label name="lblTelefax"      c:height="1" c:width="3"  c:x="1"  c:y="15"
+          text="Fax"/>
+      <entry name="entHotlineTelefax"   c:height="1" c:width="62" c:x="10" 
c:y="15"
+          block="blkHotlineContact" field="fldHotlineTelefax"/>
+      <label name="lblEMail"        c:height="1" c:width="6"  c:x="1"  c:y="16"
+          text="E-mail"/>
+      <entry name="entHotlineEmail" c:height="1" c:width="62" c:x="10" c:y="16"
+          block="blkHotlineContact" field="fldHotlineEmail"/>
+    </page>
+  </layout>
+</form>


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

Added: hotline/forms/stammdaten-hu.gfd
===================================================================
--- hotline/forms/stammdaten-hu.gfd     2005-01-21 07:41:51 UTC (rev 207)
+++ hotline/forms/stammdaten-hu.gfd     2005-01-21 23:04:33 UTC (rev 208)
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="iso8859-2"?>
+
+<!--
+
+    Copyright 2004 Free Software Foundation
+
+    This file is part of GNU Enterprise Hotline.
+
+    GNU Enterprise Hotline 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.
+
+    GNU Enterprise Hotline is distributed in the hope that it will be
+    useful, but WITHOUT ANY WARRANTY; without even the implied
+    warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+    See the GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with GNU Enterprise Hotline; see the file COPYING.  If not,
+    write to the Free Software Foundation, Inc., 59 Temple Place -
+    Suite 330, Boston, MA 02111-1307, USA.
+
+    $Id$
+-->
+
+<form title="T�rzsadatok">
+  <options/>
+  <datasource name="dtsHotlineContributor" connection="hotline"
+              table="hotline_mitarbeiter" prequery="Y"/>
+  <datasource name="dtsHotlineReason" connection="hotline"
+              table="hotline_grund" prequery="Y"/>
+  <datasource name="dtsHotlineCountry" connection="hotline"
+              table="hotline_land" prequery="Y"/>
+  <datasource name="dtsHotlineProduct" connection="hotline"
+              table="hotline_produkt" prequery="Y"/>
+  <datasource name="dtsHotlineParameter" connection="hotline"
+              table="hotline_parameter" prequery="Y"/>
+  <datasource name="dtsHotlineReasonDropdown" connection="hotline"
+              table="hotline_grund" prequery="Y"/>
+
+  <logic>
+    <block name="blkHotlineContributor" datasource="dtsHotlineContributor"
+      rows="10">
+      <field name="fldHotlineName" field="hotline_name" max_length="35"/>
+      <field name="fldHotlineUser" field="hotline_username" max_length="8"/>
+    </block>
+    <block name="blkHotlineReason" datasource="dtsHotlineReason" rows="10">
+      <field name="fldHotlineName" field="hotline_name" max_length="35"/>
+    </block>
+    <block name="blkHotlineCountry" datasource="dtsHotlineCountry" rows="10">
+      <field name="fldHotlineCode" field="hotline_code" max_length="2"/>
+      <field name="fldHotlineKfz" field="hotline_kfz" max_length="3"/>
+      <field name="fldHotlineName" field="hotline_name" max_length="35"/>
+    </block>
+    <block name="blkHotlineProduct" datasource="dtsHotlineProduct" rows="10">
+      <field name="fldHotlineName" field="hotline_name" max_length="35"/>
+      <field name="fldHotlineArtikel" field="hotline_artikel" max_length="35"/>
+    </block>
+    <block name="blkParameter" datasource="dtsHotlineParameter">
+      <field name="fldWartungsvertrag" field="hotline_wartungsvertrag"
+        fk_key="gnue_id" fk_source="dtsHotlineReasonDropdown"
+        fk_description="hotline_name"/>
+    </block>
+  </logic>
+
+  <layout xmlns:c="GNUe:Layout:Char" c:height="13" c:width="54" tabbed="top">
+    <page name="Munkat�rs">
+      <label name="lblHotlineName"  c:height="1" c:width="3" c:x="1"  c:y="1"
+          text="N�v"/>
+      <label name="lblHotlineUser"  c:height="1" c:width="9" c:x="40" c:y="1"
+          text="Login n�v"/>
+
+      <entry name="entHotlineName"  c:height="1" c:width="35" c:x="1" c:y="2"
+          block="blkHotlineContributor" field="fldHotlineName"/>
+      <entry name="entHotlineUser"  c:height="1" c:width="8" c:x="40" c:y="2"
+          block="blkHotlineContributor" field="fldHotlineUser"/>
+    </page>
+
+    <page name="Ingyeness�g oka">
+      <label name="lblHotlineName"  c:height="1" c:width="2"  c:x="1" c:y="1"
+          text="Ok"/>
+      <entry name="entHotlineName"  c:height="1" c:width="35" c:x="1" c:y="2"
+          block="blkHotlineReason" field="fldHotlineName"/>
+    </page>
+
+    <page name="Orsz�g">
+      <label name="lblHotlineName"  c:height="1" c:width="3"  c:x="1"  c:y="1"
+          text="K�d"/>
+      <entry name="entHotlineCode"  c:height="1" c:width="3"  c:x="1"  c:y="2"
+          block="blkHotlineCountry" field="fldHotlineCode"/>
+      <label name="lblHotlineName"  c:height="1" c:width="4"  c:x="7"  c:y="1"
+          text="Aut�"/>
+      <entry name="entHotlineKfz"   c:height="1" c:width="3"  c:x="7"  c:y="2"
+          block="blkHotlineCountry" field="fldHotlineKfz"/>
+      <label name="lblHotlineName"  c:height="1" c:width="3"  c:x="11" c:y="1"
+          text="N�v"/>
+      <entry name="entHotlineName"  c:height="1" c:width="35" c:x="11" c:y="2"
+          block="blkHotlineCountry" field="fldHotlineName"/>
+    </page>
+
+    <page name="Term�k">
+      <label name="lblHotlineProdukt"   c:height="1" c:width="6"  c:x="1"  
c:y="1"
+          text="Term�k"/>
+      <entry name="entHotlineProdukt"   c:height="1" c:width="20" c:x="1"  
c:y="2"
+          block="blkHotlineProduct" field="fldHotlineName"/>
+      <label name="lblHotlineArtikel"   c:height="1" c:width="10" c:x="22" 
c:y="1"
+          text="Term�k k�d"/>
+      <entry name="entHotlineArtikel"   c:height="1" c:width="20" c:x="22" 
c:y="2"
+          block="blkHotlineProduct" field="fldHotlineArtikel"/>
+    </page>
+
+    <page name="Param�ter">
+      <label name="lblWV"           c:height="1" c:width="15" c:x="1"  c:y="1"
+          text="Szolg.szerz�d�s"/>
+      <entry name="entWVGrund"      c:height="1" c:width="30" c:x="20" c:y="1"
+          block="blkParameter" field="fldWartungsvertrag" style="dropdown"/>
+    </page>
+
+  </layout>
+</form>


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





reply via email to

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