commit-gnue
[Top][All Lists]
Advanced

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

r6758 - trunk/gnue-packages/base/item


From: kilo
Subject: r6758 - trunk/gnue-packages/base/item
Date: Mon, 29 Nov 2004 14:38:37 -0600 (CST)

Author: kilo
Date: 2004-11-29 14:38:36 -0600 (Mon, 29 Nov 2004)
New Revision: 6758

Added:
   trunk/gnue-packages/base/item/item-C.gld
Log:
Implemented base item gld.
Contributor: Warren Turkal.

Added: trunk/gnue-packages/base/item/item-C.gld
===================================================================
--- trunk/gnue-packages/base/item/item-C.gld    2004-11-29 20:29:57 UTC (rev 
6757)
+++ trunk/gnue-packages/base/item/item-C.gld    2004-11-29 20:38:36 UTC (rev 
6758)
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ITEM Module
+
+     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$ -->
+
+<module name="ITEM" language="C">
+  <class name="Item">
+    <property name="shortName"      pos="100"    label="Short Name"/>
+    <property name="longName"       pos="200"    label="Long Name"/>
+    <property name="keywords"       pos="300"    label="Keywords"/>
+    <property name="type"           pos="400"    label="Item Type"/>
+    <property name="unit"           pos="500"    label="Unit Type"/>
+    <property name="price"          pos="400"    label="Price"/>
+  </class>
+
+  <class name="UnitType">
+    <property name="code"           pos="100"    label="Unit Code"/>
+    <property name="value"          pos="200"    search="100" label="Value"/>
+  </class>
+
+  <class name="ItemType">
+    <property name="code"           pos="100"    label="Item Type Code"/>
+    <property name="value"          pos="200"    search="100" label="Value"/>
+  </class>
+
+</module>


Property changes on: trunk/gnue-packages/base/item/item-C.gld
___________________________________________________________________
Name: svn:keywords
   + Id





reply via email to

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