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:
parent
3dc79c01cb
commit
a8680adcb6
1 changed files with 3 additions and 0 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue