[Cmfcollectorng-develop] Re: [Cmfcollectorng-cvs] CMFCollectorNG/config issue_config.py,1.1.1.1,1.2
Status: Alpha
Brought to you by:
ajung
|
From: Andreas J. <an...@an...> - 2002-12-06 10:20:16
|
Oliver,
would you please join the developers mailing list?
As a general rule, please work on branches. Merges with the HEAD
should be discussed on the developers list.
Thanks,
Andreas
--On Freitag, 6. Dezember 2002 01:31 -0800 to...@us...=20
wrote:
> Update of /cvsroot/cmfcollectorng/CMFCollectorNG/config
> In directory sc8-pr-cvs1:/tmp/cvs-serv19030/config
>
> Modified Files:
> issue_config.py
> Log Message:
> Added new category customer and attributes for this category.
>
>
> Index: issue_config.py
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> RCS file: /cvsroot/cmfcollectorng/CMFCollectorNG/config/issue_config.py,v
> retrieving revision 1.1.1.1
> retrieving revision 1.2
> diff -C2 -d -r1.1.1.1 -r1.2
> *** issue_config.py 3 Dec 2002 17:51:23 -0000 1.1.1.1
> --- issue_config.py 6 Dec 2002 09:31:52 -0000 1.2
> ***************
> *** 220,222 ****
> --- 220,294 ----
> category=3D'effort',
> ),
> +
> + CollectorNGProperty('customer_name',
> + description=3D'Name des Kunden',
> + type=3D'text',
> + default=3D'',
> + used=3D0,
> + mandatory=3D0,
> + category=3D'customer',
> + ),
> +
> + CollectorNGProperty('customer_address',
> + description=3D'Adresse des Kunden',
> + type=3D'text',
> + default=3D'',
> + used=3D0,
> + mandatory=3D0,
> + category=3D'customer',
> + ),
> +
> + CollectorNGProperty('customer_city',
> + description=3D'Stadt des Kunden',
> + type=3D'text',
> + default=3D'',
> + used=3D0,
> + mandatory=3D0,
> + category=3D'customer',
> + ),
> +
> + CollectorNGProperty('customer_zip',
> + description=3D'Postleitzahl des Kunden',
> + type=3D'text',
> + default=3D'',
> + used=3D0,
> + mandatory=3D0,
> + category=3D'customer',
> + ),
> +
> + CollectorNGProperty('customer_phone',
> + description=3D'Telefonnummer des Kunden',
> + type=3D'text',
> + default=3D'',
> + used=3D0,
> + mandatory=3D0,
> + category=3D'customer',
> + ),
> +
> + CollectorNGProperty('customer_fax',
> + description=3D'Faxnummer des Kunden',
> + type=3D'text',
> + default=3D'',
> + used=3D0,
> + mandatory=3D0,
> + category=3D'customer',
> + ),
> +
> + CollectorNGProperty('customer_room',
> + description=3D'Zimmer des Kunden',
> + type=3D'text',
> + default=3D'',
> + used=3D0,
> + mandatory=3D0,
> + category=3D'customer',
> + ),
> +
> + CollectorNGProperty('customer_building',
> + description=3D'Geb=E4ude des Kunden',
> + type=3D'text',
> + default=3D'',
> + used=3D0,
> + mandatory=3D0,
> + category=3D'customer',
> + ),
> )
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Cmfcollectorng-cvs mailing list
> Cmf...@li...
> https://lists.sourceforge.net/lists/listinfo/cmfcollectorng-cvs
---------------------------------------------------------------------
- Andreas Jung http://www.andreas-jung.com -
- EMail: andreas at andreas-jung.com -
- "Life is too short to (re)write parsers" -
---------------------------------------------------------------------
|