[OFBiz] SVN: r7306 - trunk/applications/accounting/entitydef
jacopo@svn.ofbiz.org
jacopo at svn.ofbiz.org
Sat Apr 15 23:37:42 CDT 2006
Author: jacopo
Date: 2006-04-15 23:37:37 -0500 (Sat, 15 Apr 2006)
New Revision: 7306
Modified:
trunk/applications/accounting/entitydef/entitymodel.xml
Log:
Added workEffortId to the AcctgTrans entity to store the id of the work effort to which the transactions refer.
Modified: trunk/applications/accounting/entitydef/entitymodel.xml
===================================================================
--- trunk/applications/accounting/entitydef/entitymodel.xml 2006-04-15 21:41:18 UTC (rev 7305)
+++ trunk/applications/accounting/entitydef/entitymodel.xml 2006-04-16 04:37:37 UTC (rev 7306)
@@ -1007,6 +1007,7 @@
<field name="paymentId" type="id"></field>
<field name="shipmentId" type="id"></field>
<field name="receiptId" type="id"></field>
+ <field name="workEffortId" type="id"></field>
<field name="theirAcctgTransId" type="id-long"></field>
<field name="createdByUserLogin" type="id-vlong"></field>
<field name="lastModifiedByUserLogin" type="id-vlong"></field>
@@ -1058,6 +1059,9 @@
<relation type="one" fk-name="ACCTTX_SHIPRCPT" rel-entity-name="ShipmentReceipt">
<key-map field-name="receiptId"/>
</relation>
+ <relation type="one" fk-name="ACCTTX_WEFF" rel-entity-name="WorkEffort">
+ <key-map field-name="workEffortId"/>
+ </relation>
<relation type="many" rel-entity-name="AcctgTransTypeAttr">
<key-map field-name="acctgTransTypeId"/>
</relation>
More information about the Svn
mailing list