Author: bpoussin Date: 2012-08-03 18:54:22 +0200 (Fri, 03 Aug 2012) New Revision: 228 Url: http://chorem.org/repositories/revision/chorem/228 Log: Evolution #737: Change quotation default sorting Modified: trunk/chorem-entities/src/main/xmi/chorem-model.properties Modified: trunk/chorem-entities/src/main/xmi/chorem-model.properties =================================================================== --- trunk/chorem-entities/src/main/xmi/chorem-model.properties 2012-08-03 16:31:36 UTC (rev 227) +++ trunk/chorem-entities/src/main/xmi/chorem-model.properties 2012-08-03 16:54:22 UTC (rev 228) @@ -99,10 +99,10 @@ org.chorem.entities.Note.class.tagvalue.toString=(%Note.date$tF) %Note.title|noname$s org.chorem.entities.Note.class.tagvalue.sortOrder=Note.date org.chorem.entities.Note.Attachment.content.tagvalue.subtype=text/rst -org.chorem.entities.Quotation.class.tagvalue.version=12.0 +org.chorem.entities.Quotation.class.tagvalue.version=13.0 org.chorem.entities.Quotation.class.tagvalue.preload=Quotation.project;Quotation.customer;Quotation.supplier;Quotation.category org.chorem.entities.Quotation.class.tagvalue.toString=%Interval.beginDate$tF-%Interval.endDate$tF %Quotation.reference|noref$s(%Quotation.category|noCategory$s) %Quotation.description|nodescription$s -org.chorem.entities.Quotation.class.tagvalue.sortOrder=Interval.beginDate,Interval.endDate,Quotation.reference,Quotation.type,Quotation.description +org.chorem.entities.Quotation.class.tagvalue.sortOrder=Interval.beginDate desc,Interval.endDate,Quotation.reference,Quotation.type,Quotation.description org.chorem.entities.Quotation.attribute.status.tagvalue.allowed=LEAD,DRAFT,SENT,REJECTED,ACCEPTED,STARTED,DELIVERED,RSV,WARRANTY,CLOSED org.chorem.entities.Quotation.attribute.conversionHope.tagvalue.help=Pourcentage de r\u00e9ussite du projet org.chorem.entities.Quotation.attribute.conversionHope.tagvalue.min=0
participants (1)
-
bpoussin@users.chorem.org