commit-gnue
[Top][All Lists]
Advanced

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

[gnue-contrib] r207 - gnue-invoice/forms


From: btami
Subject: [gnue-contrib] r207 - gnue-invoice/forms
Date: Fri, 21 Jan 2005 01:41:52 -0600 (CST)

Author: btami
Date: 2005-01-21 01:41:51 -0600 (Fri, 21 Jan 2005)
New Revision: 207

Added:
   gnue-invoice/forms/Org-hu.gfd
Removed:
   gnue-invoice/forms/Org-hu.gf
Log:
fixed typo in file nem extension

Deleted: gnue-invoice/forms/Org-hu.gf
===================================================================
--- gnue-invoice/forms/Org-hu.gf        2005-01-20 12:29:31 UTC (rev 206)
+++ gnue-invoice/forms/Org-hu.gf        2005-01-21 07:41:51 UTC (rev 207)
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="iso8859-2"?>
-
-<!-- Organization Hungarian Form
-
-     Copyright 2004 Free Software Foundation
-
-     This file is part of GNU Enterprise.
-
-     GNU Enterprise 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 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; 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 style="dialog" xmlns:c="GNUe:Layout:Char" title="C�g">
-  <options/>
-
-  <import-trigger name='startupSearch' library='util.gfd'/>
-  <trigger name='OnActivation' type='On-Activation' src='startupSearch'/>
-
-  <datasource name="dts"            connection="invoice"    table="ORG_Org"/>
-  <datasource name="dts_Address"    connection="invoice"    table="LOC_Address"
-      prequery="Y"/>
-
-  <logic>
-    <block name="blk"           datasource="dts">
-      <field name="fldOrgShortname" field="ORG_shortName"   maxLength="35"/>
-      <field name="fldOrgLongname"  field="ORG_longName"    maxLength="70"/>
-      <field name="fldOrgKeywords"  field="ORG_keywords"    maxLength="255"/>
-      <field name="fldOrgTaxid"     field="TAX_taxID"       maxLength="35"/>
-      <field name="fldOrgAddress"   field="ORG_address"     maxLength="32"
-          fk_source="dts_Address"   fk_key="gnue_id"
-          fk_description="LOC_formatted"/>
-    </block>
-  </logic>
-
-  <layout c:height="6" c:width="55">
-    <page>
-      <label name="lblName"     c:height="1" c:width="4"  c:x="1"  c:y="1"
-          text="N�v:"/>
-      <entry name="entName"     c:height="1" c:width="28" c:x="13" c:y="1"
-          block="blk" field="fldOrgShortname"/>
-      <label name="lblLongname" c:height="1" c:width="11" c:x="1"  c:y="2"
-          text="Teljes n�v:"/>
-      <entry name="entLongname" c:height="1" c:width="40" c:x="13" c:y="2"
-          block="blk" field="fldOrgLongname"/>
-      <label name="lblKeywords" c:height="1" c:width="12" c:x="1"  c:y="3"
-          text="Kulcsszavak:"/>
-      <entry name="entKeywords" c:height="1" c:width="40" c:x="13" c:y="3"
-          block="blk" field="fldOrgKeywords"/>
-      <label name="lblTaxid"    c:height="1" c:width="8"  c:x="1"  c:y="4"
-          text="Ad�sz�m:"/>
-      <entry name="entTaxid"    c:height="1" c:width="28" c:x="13" c:y="4"
-          block="blk" field="fldOrgTaxid"/>
-      <label name="lblAddress"  c:height="1" c:width="4"  c:x="1"  c:y="5"
-          text="C�m:"/>
-      <entry name="entAddress"  c:height="1" c:width="28" c:x="13" c:y="5"
-          block="blk" field="fldOrgAddress" style="dropdown"/>
-      <button name="btnEditAddress" c:height="1" c:width="10" c:x="41" c:y="5"
-          label="M�dos�t...">
-        <trigger type="On-Action" name="btnEditAddressTrigger">
-          params = {'id': blk.fldOrgAddress.get() or ''}
-          form.runForm('LOC_Address-hu.gfd', params)
-          blk.fldOrgAddress.resetForeignKey()
-        </trigger>
-      </button>
-    </page>
-  </layout>
-
-</form>

Copied: gnue-invoice/forms/Org-hu.gfd (from rev 206, 
gnue-invoice/forms/Org-hu.gf)
===================================================================
--- gnue-invoice/forms/Org-hu.gf        2005-01-20 12:29:31 UTC (rev 206)
+++ gnue-invoice/forms/Org-hu.gfd       2005-01-21 07:41:51 UTC (rev 207)
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="iso8859-2"?>
+
+<!-- Organization Hungarian Form
+
+     Copyright 2004 Free Software Foundation
+
+     This file is part of GNU Enterprise.
+
+     GNU Enterprise 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 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; 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 style="dialog" xmlns:c="GNUe:Layout:Char" title="C�g">
+  <options/>
+
+  <import-trigger name='startupSearch' library='util.gfd'/>
+  <trigger name='OnActivation' type='On-Activation' src='startupSearch'/>
+
+  <datasource name="dts"            connection="invoice"    table="ORG_Org"/>
+  <datasource name="dts_Address"    connection="invoice"    table="LOC_Address"
+      prequery="Y"/>
+
+  <logic>
+    <block name="blk"           datasource="dts">
+      <field name="fldOrgShortname" field="ORG_shortName"   maxLength="35"/>
+      <field name="fldOrgLongname"  field="ORG_longName"    maxLength="70"/>
+      <field name="fldOrgKeywords"  field="ORG_keywords"    maxLength="255"/>
+      <field name="fldOrgTaxid"     field="TAX_taxID"       maxLength="35"/>
+      <field name="fldOrgAddress"   field="ORG_address"     maxLength="32"
+          fk_source="dts_Address"   fk_key="gnue_id"
+          fk_description="LOC_formatted"/>
+    </block>
+  </logic>
+
+  <layout c:height="6" c:width="55">
+    <page>
+      <label name="lblName"     c:height="1" c:width="4"  c:x="1"  c:y="1"
+          text="N�v:"/>
+      <entry name="entName"     c:height="1" c:width="28" c:x="13" c:y="1"
+          block="blk" field="fldOrgShortname"/>
+      <label name="lblLongname" c:height="1" c:width="11" c:x="1"  c:y="2"
+          text="Teljes n�v:"/>
+      <entry name="entLongname" c:height="1" c:width="40" c:x="13" c:y="2"
+          block="blk" field="fldOrgLongname"/>
+      <label name="lblKeywords" c:height="1" c:width="12" c:x="1"  c:y="3"
+          text="Kulcsszavak:"/>
+      <entry name="entKeywords" c:height="1" c:width="40" c:x="13" c:y="3"
+          block="blk" field="fldOrgKeywords"/>
+      <label name="lblTaxid"    c:height="1" c:width="8"  c:x="1"  c:y="4"
+          text="Ad�sz�m:"/>
+      <entry name="entTaxid"    c:height="1" c:width="28" c:x="13" c:y="4"
+          block="blk" field="fldOrgTaxid"/>
+      <label name="lblAddress"  c:height="1" c:width="4"  c:x="1"  c:y="5"
+          text="C�m:"/>
+      <entry name="entAddress"  c:height="1" c:width="28" c:x="13" c:y="5"
+          block="blk" field="fldOrgAddress" style="dropdown"/>
+      <button name="btnEditAddress" c:height="1" c:width="10" c:x="41" c:y="5"
+          label="M�dos�t...">
+        <trigger type="On-Action" name="btnEditAddressTrigger">
+          params = {'id': blk.fldOrgAddress.get() or ''}
+          form.runForm('Address-hu.gfd', params)
+          blk.fldOrgAddress.resetForeignKey()
+        </trigger>
+      </button>
+    </page>
+  </layout>
+
+</form>





reply via email to

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