svn commit: r450868 - /incubator/ofbiz/trunk/applications/party/entitydef/entitymodel.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r450868 - /incubator/ofbiz/trunk/applications/party/entitydef/entitymodel.xml

jonesde
Author: jonesde
Date: Thu Sep 28 07:32:41 2006
New Revision: 450868

URL: http://svn.apache.org/viewvc?view=rev&rev=450868
Log:
Added existing customer indicator; this is a very funny field for a few reasons: it is not normalized as it doesn't always apply to a Person, an it also implies an external system or something where similar or additional customer info might be found, and yet many want to gather this information

Modified:
    incubator/ofbiz/trunk/applications/party/entitydef/entitymodel.xml

Modified: incubator/ofbiz/trunk/applications/party/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/party/entitydef/entitymodel.xml?view=diff&rev=450868&r1=450867&r2=450868
==============================================================================
--- incubator/ofbiz/trunk/applications/party/entitydef/entitymodel.xml (original)
+++ incubator/ofbiz/trunk/applications/party/entitydef/entitymodel.xml Thu Sep 28 07:32:41 2006
@@ -1831,6 +1831,7 @@
       <field name="occupation" type="name"></field>
       <field name="yearsWithEmployer" type="numeric"></field>
       <field name="monthsWithEmployer" type="numeric"></field>
+      <field name="existingCustomer" type="indicator"></field>
       <prim-key field="partyId"/>
       <relation type="one" fk-name="PERSON_PARTY" rel-entity-name="Party">
         <key-map field-name="partyId"/>