gnue-dev
[Top][All Lists]
Advanced

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

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


From: kilo
Subject: Re: [GNUe-dev] item-C.gld initial cut
Date: Mon, 29 Nov 2004 21:40:18 +0100

Hi wt

thanks, I've committed this to svn.
Also thanks for your comments today on IRC wrt Item module.

kilo
Gabor Kmetyko


On Mon, 29 Nov 2004 04:37:13 -0600
Warren Turkal <address@hidden> wrote:

> 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
> 
> 
> 
> _______________________________________________
> Gnue-dev mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnue-dev
> 




reply via email to

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