svn commit: r658155 - in /ofbiz/trunk/applications: marketing/script/org/ofbiz/sfa/PartyMapProcs.xml marketing/script/org/ofbiz/sfa/user/SfaUserEvent.xml party/config/PartyUiLabels.xml party/script/org/ofbiz/party/party/PartyMapProcs.xml

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

svn commit: r658155 - in /ofbiz/trunk/applications: marketing/script/org/ofbiz/sfa/PartyMapProcs.xml marketing/script/org/ofbiz/sfa/user/SfaUserEvent.xml party/config/PartyUiLabels.xml party/script/org/ofbiz/party/party/PartyMapProcs.xml

mor-2
Author: mor
Date: Tue May 20 01:16:41 2008
New Revision: 658155

URL: http://svn.apache.org/viewvc?rev=658155&view=rev
Log:
Removed unused files, they are not used anymore. Moved the relevant code to party map processor file. Reported and patch provided by Jyotsna Rathore

Removed:
    ofbiz/trunk/applications/marketing/script/org/ofbiz/sfa/PartyMapProcs.xml
    ofbiz/trunk/applications/marketing/script/org/ofbiz/sfa/user/SfaUserEvent.xml
Modified:
    ofbiz/trunk/applications/party/config/PartyUiLabels.xml
    ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyMapProcs.xml

Modified: ofbiz/trunk/applications/party/config/PartyUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/config/PartyUiLabels.xml?rev=658155&r1=658154&r2=658155&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/config/PartyUiLabels.xml (original)
+++ ofbiz/trunk/applications/party/config/PartyUiLabels.xml Tue May 20 01:16:41 2008
@@ -3452,6 +3452,9 @@
         <value xml:lang="th">ไม่ได้ใส่ชื่อกลุ่ม</value>
         <value xml:lang="zh">缺少组名称</value>
     </property>
+    <property key="PartyGroupNumEmployeeIsInvalid">
+        <value xml:lang="en">Number of employees is invalid</value>
+    </property>    
     <property key="PartyHeight">
         <value xml:lang="en">Height</value>
         <value xml:lang="es">Altura</value>

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyMapProcs.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyMapProcs.xml?rev=658155&r1=658154&r2=658155&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyMapProcs.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyMapProcs.xml Tue May 20 01:16:41 2008
@@ -44,5 +44,9 @@
     <process field="groupName"><copy/><not-empty><fail-property resource="PartyUiLabels" property="PartyGroupNameMissing"/></not-empty></process>
     <process field="partyTypeId"><copy/></process>
     <process field="comments"><copy/></process>
+    <process field="officeSiteName"><copy/></process>
+    <process field="annualRevenue"><copy/></process>
+    <process field="numEmployees"><convert type="Long"><fail-property resource="PartyUiLabels" property="PartyGroupNumEmployeeIsInvalid"/></convert></process>
+    <process field="tickerSymbol"><copy/></process>
   </simple-map-processor>
 </simple-map-processors>