You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/03/27 06:12:50 UTC

svn commit: r522736 - /ofbiz/trunk/applications/product/entitydef/entitymodel.xml

Author: jaz
Date: Mon Mar 26 21:12:49 2007
New Revision: 522736

URL: http://svn.apache.org/viewvc?view=rev&rev=522736
Log:
some datamodel changes to hold additional finaccount settings

Modified:
    ofbiz/trunk/applications/product/entitydef/entitymodel.xml

Modified: ofbiz/trunk/applications/product/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/entitydef/entitymodel.xml?view=diff&rev=522736&r1=522735&r2=522736
==============================================================================
--- ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/product/entitydef/entitymodel.xml Mon Mar 26 21:12:49 2007
@@ -3241,7 +3241,7 @@
     <entity entity-name="ProductStoreFinActSetting"
                 package-name="org.ofbiz.product.store"
                 title="Allows financial account, such as gift certificate or calling cards, to be configured at store level">
-      <field type="id-ne" name="productStoreId"/>
+      <field name="productStoreId" type="id-ne"/>
       <field name="finAccountTypeId" type="id-ne"/>
       <field name="requirePinCode" type="indicator"/>
       <field name="validateGCFinAcct" type="indicator">
@@ -3269,6 +3269,8 @@
       <field name="purchSurveyCopyMe" type="id">
         <description>Whether the BCC on ProductStoreEmailSetting should be copied for email notifications</description>
       </field>
+      <field name="allowAuthToNegative" type="indicator"></field>
+      <field name="replenishThreshold" type="currency-amount"></field> 
       <prim-key field="productStoreId"/>
       <prim-key field="finAccountTypeId"/>
       <relation rel-entity-name="ProductStore" type="one" fk-name="PRSTFNAC_PRDS">