[Cmfcollectorng-develop] Re: [Cmfcollectorng-cvs] CMFCollectorNG/config issue_config.py,1.1.1.1,1.2
Status: Alpha
Brought to you by:
ajung
|
From: Oliver P. <to...@fo...> - 2002-12-06 10:26:14
|
Oops, sorry
On Fri, 6 Dec 2002, Andreas Jung wrote:
> Oliver,
>=20
> would you please join the developers mailing list?
>=20
> As a general rule, please work on branches. Merges with the HEAD
> should be discussed on the developers list.
>=20
> Thanks,
> Andreas
>=20
> --On Freitag, 6. Dezember 2002 01:31 -0800 to...@us...=
=20
> wrote:
>=20
> > Update of /cvsroot/cmfcollectorng/CMFCollectorNG/config
> > In directory sc8-pr-cvs1:/tmp/cvs-serv19030/config
> >
> > Modified Files:
> > =09issue_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=093 Dec 2002 17:51:23 -0000=091.1.1.1
> > --- issue_config.py=096 Dec 2002 09:31:52 -0000=091.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
>=20
>=20
>=20
>=20
> ---------------------------------------------------------------------
> - Andreas Jung http://www.andreas-jung.com -
> - EMail: andreas at andreas-jung.com -
> - "Life is too short to (re)write parsers" -
> ---------------------------------------------------------------------
>=20
---
---
Oliver Pabst .-------------------------.=20
mailto:ol...@sy... : :=20
phone :+49 681 56600600 : project department : SYBCOM GmbH =
=20
fax :+49 681 56600660 : : http://www.sybcom.de =
=20
|