Author: ymartel Date: 2012-06-01 18:16:37 +0200 (Fri, 01 Jun 2012) New Revision: 169 Url: http://chorem.org/repositories/revision/chorem/169 Log: Add Category element. Quotation.type is now a Category Modified: trunk/chorem-entities/src/main/xmi/chorem-model.properties trunk/chorem-entities/src/main/xmi/chorem-model.zargo Modified: trunk/chorem-entities/src/main/xmi/chorem-model.properties =================================================================== --- trunk/chorem-entities/src/main/xmi/chorem-model.properties 2012-06-01 16:13:04 UTC (rev 168) +++ trunk/chorem-entities/src/main/xmi/chorem-model.properties 2012-06-01 16:16:37 UTC (rev 169) @@ -68,7 +68,7 @@ org.chorem.entities.Attachment.class.tagvalue.version=6.0 org.chorem.entities.Attachment.class.tagvalue.toString=%Attachment.name|noname$s (%Attachment.mimetype|notype$s) %Attachment.date$tF org.chorem.entities.Attachment.class.tagvalue.sortOrder=Attachment.name,Attachment.mimetype,Attachment.date -org.chorem.entities.Quotation.class.tagvalue.version=9.0 +org.chorem.entities.Quotation.class.tagvalue.version=10.0 org.chorem.entities.Quotation.class.tagvalue.preload=Quotation.project;Quotation.customer;Quotation.supplier org.chorem.entities.Quotation.class.tagvalue.toString=%Interval.beginDate$tF-%Interval.endDate$tF %Quotation.reference|noref$s(%Quotation.type|notype$s) %Quotation.description|nodescription$s org.chorem.entities.Quotation.class.tagvalue.sortOrder=Interval.beginDate,Interval.endDate,Quotation.reference,Quotation.type,Quotation.description Modified: trunk/chorem-entities/src/main/xmi/chorem-model.zargo =================================================================== (Binary files differ)
participants (1)
-
ymartel@users.chorem.org