project-margins-and-status: two properties(hoursMargin and budgetMargin) are added to the Order object

The properties are added to hold the project's hours and budget margins
This commit is contained in:
miciele Ghiorghis 2013-06-19 16:29:07 +02:00 committed by Oscar Gonzalez Fernandez
parent 3dc79c01cb
commit a8680adcb6

View file

@ -125,6 +125,9 @@
<param name="enumClass">org.libreplan.business.orders.entities.Order$SchedulingMode</param>
</type>
</property>
<!-- extra column to hold projects hours- and budget- margin -->
<property name="hoursMargin" column="hours_margin" access="field" />
<property name="budgetMargin" column="budget_margin" access="field" />
<!-- Not indexed -->
<many-to-one name="customer" access="field" class="org.libreplan.business.externalcompanies.entities.ExternalCompany"/>