gnue-dev
[Top][All Lists]
Advanced

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

[GNUe-dev] item-C.gld initial cut


From: Warren Turkal
Subject: [GNUe-dev] item-C.gld initial cut
Date: Mon, 29 Nov 2004 04:37:13 -0600
User-agent: KNode/0.8.1

Index: gnue-packages/base/item/item-C.gld
===================================================================
--- gnue-packages/base/item/item-C.gld (revision 0)
+++ gnue-packages/base/item/item-C.gld (revision 0)
@@ -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"    label="Value"/>
+  </class>
+
+  <class name="ItemType">
+    <property name="code"           pos="100"    label="Item Type Code"/>
+    <property name="value"          pos="200"    label="Value"/>
+  </class>
+
+</module>
-- 
Warren Turkal





reply via email to

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