Skip to content

Commit

Permalink
Improved: Removed 'Competitors & Partners' and 'Documents' from SFA
Browse files Browse the repository at this point in the history
(OFBIZ-10823)
 
There are two dead menu items, namely 'Competitors & Partners' and 'Documents', which can be found in Sales Force Automation (SFA).
Some years ago, some people started development for this feature, as seen here OFBIZ-2364, but it was never finished.

Thanks: Dennis Balkir for your contribution and Pierre Smits for the review.


git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1865837 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Pawan Verma committed Aug 24, 2019
1 parent 397364b commit a3d74cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
25 changes: 0 additions & 25 deletions applications/marketing/config/MarketingUiLabels.xml
Expand Up @@ -3092,19 +3092,6 @@
<value xml:lang="zh">OFBiz: 销售管理程序</value>
<value xml:lang="zh-TW">OFBiz: 營業支援(SFA)管理</value>
</property>
<property key="SfaCompetitors">
<value xml:lang="de">Wettbewerber &amp; Partner </value>
<value xml:lang="en">Competitors &amp; Partners </value>
<value xml:lang="es">Competidores &amp; Socios </value>
<value xml:lang="es-CL">Competidores &amp; Socios</value>
<value xml:lang="fr">Concurrents &amp; Associés</value>
<value xml:lang="it">Competitori e soci</value>
<value xml:lang="ja">競合先 &amp; パートナー</value>
<value xml:lang="pt-BR">Concorrentes &amp; Parceiros</value>
<value xml:lang="vi">Đối thủ &amp; Đối tác</value>
<value xml:lang="zh">竞争者和合作伙伴</value>
<value xml:lang="zh-TW">競爭者和合作團體</value>
</property>
<property key="SfaComplete">
<value xml:lang="de">Komplett</value>
<value xml:lang="en">Complete</value>
Expand Down Expand Up @@ -3202,18 +3189,6 @@
<value xml:lang="zh">来源</value>
<value xml:lang="zh-TW">來源</value>
</property>
<property key="SfaDocuments">
<value xml:lang="de">Dokumente</value>
<value xml:lang="en">Documents</value>
<value xml:lang="es">Documentos</value>
<value xml:lang="fr">Documents</value>
<value xml:lang="it">Documenti</value>
<value xml:lang="ja">ドキュメント</value>
<value xml:lang="pt-BR">Documentos</value>
<value xml:lang="vi">Tài liệu</value>
<value xml:lang="zh">文档</value>
<value xml:lang="zh-TW">檔</value>
</property>
<property key="SfaEditOpportunity">
<value xml:lang="de">Opportunity bearbeiten</value>
<value xml:lang="en">Edit Opportunity</value>
Expand Down
2 changes: 0 additions & 2 deletions applications/marketing/widget/sfa/SfaMenus.xml
Expand Up @@ -22,9 +22,7 @@ under the License.
<menu-item name="Accounts" title="${uiLabelMap.SfaAcccounts}"><link target="FindAccounts"/></menu-item>
<menu-item name="Contacts" title="${uiLabelMap.SfaContacts}"><link target="FindContacts"/></menu-item>
<menu-item name="Leads" title="${uiLabelMap.SfaLeads}"><link target="FindLeads"/></menu-item>
<menu-item name="Competitors" title="${uiLabelMap.SfaCompetitors}" widget-style="disabled"><link target="#" url-mode="plain"/></menu-item>
<menu-item name="Events" title="${uiLabelMap.SfaEvents}"><link target="Events" url-mode="plain"/></menu-item>
<menu-item name="Documents" title="${uiLabelMap.SfaDocuments}" widget-style="disabled"><link target="#" url-mode="plain"/></menu-item>
<menu-item name="Forecast" title="${uiLabelMap.SfaForecasts}"><link target="FindSalesForecast"/></menu-item>
<menu-item name="Opportunities" title="${uiLabelMap.SfaOpportunities}"><link target="FindSalesOpportunity"/></menu-item>
<menu-item name="Preferences" title="${uiLabelMap.CommonPreferences}" align-style="opposed">
Expand Down

0 comments on commit a3d74cb

Please sign in to comment.