svn commit: r483715 - in /incubator/ofbiz/trunk/applications/party: config/PartyUiLabels.properties widget/partymgr/CommonScreens.xml

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

svn commit: r483715 - in /incubator/ofbiz/trunk/applications/party: config/PartyUiLabels.properties widget/partymgr/CommonScreens.xml

sichen
Author: sichen
Date: Thu Dec  7 14:55:14 2006
New Revision: 483715

URL: http://svn.apache.org/viewvc?view=rev&rev=483715
Log:
Added link from view profile to requests, plus changed all sorts of links to order and accounting to use externalLoginKey

Modified:
    incubator/ofbiz/trunk/applications/party/config/PartyUiLabels.properties
    incubator/ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml

Modified: incubator/ofbiz/trunk/applications/party/config/PartyUiLabels.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/party/config/PartyUiLabels.properties?view=diff&rev=483715&r1=483714&r2=483715
==============================================================================
--- incubator/ofbiz/trunk/applications/party/config/PartyUiLabels.properties (original)
+++ incubator/ofbiz/trunk/applications/party/config/PartyUiLabels.properties Thu Dec  7 14:55:14 2006
@@ -381,6 +381,7 @@
 PartyPartyIDUserLoginID=PartyID/UserLoginID
 PartyPartyInTheRoleOf=in the role of
 PartyPartyNotDefined=Party not defined
+PartyPartyRequests=Requests
 PartyPersonSuccessfullyCreated=Person successfully created.
 PartyPersonSuccessfullyUpdated=Person successfully updated.
 PartyPartySuccessfullyDeleted=Party successfully deleted.

Modified: incubator/ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml?view=diff&rev=483715&r1=483714&r2=483715
==============================================================================
--- incubator/ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml (original)
+++ incubator/ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml Thu Dec  7 14:55:14 2006
@@ -69,23 +69,25 @@
                                             <section>
                                                 <condition><if-has-permission permission="ORDERMGR" action="_VIEW"/></condition>
                                                 <widgets>
-                                                    <link target="/ordermgr/control/findorders?lookupFlag=Y&amp;hideFields=Y&amp;partyId=${partyId}" url-mode="inter-app"
+                                                    <link target="/ordermgr/control/findorders?lookupFlag=Y&amp;hideFields=Y&amp;partyId=${partyId}&amp;externalLoginKey=${externalLoginKey}" url-mode="inter-app"
                                                         text="${uiLabelMap.OrderOrders}" style="buttontext"/>
+                                                    <link target="/ordermgr/control/FindRequest?lookupFlag=Y&amp;fromPartyId=${partyId}&amp;externaLoginKey=${externalLoginKey}" url-mode="inter-app"
+                                                        text="${uiLabelMap.PartyPartyRequests}" style="buttontext"/>
                                                 </widgets>
                                             </section>
                                             <section>
                                                 <condition><if-has-permission permission="ORDERMGR" action="_CREATE"/></condition>
                                                 <widgets>
-                                                    <link target="/ordermgr/control/checkinits?partyId=${partyId}" url-mode="inter-app"
+                                                    <link target="/ordermgr/control/checkinits?partyId=${partyId}&amp;externaLoginKey=${externalLoginKey}" url-mode="inter-app"
                                                         text="${uiLabelMap.OrderNewOrder}" style="buttontext"/>
                                                 </widgets>
                                             </section>
                                             <section>
                                                 <condition><if-has-permission permission="ACCOUNTING" action="_VIEW"/></condition>
                                                 <widgets>
-                                                    <link target="/accounting/control/findPayments?lookupFlag=Y&amp;hideFields=Y&amp;partyIdTo=${partyId}" url-mode="inter-app"
+                                                    <link target="/accounting/control/findPayments?lookupFlag=Y&amp;hideFields=Y&amp;partyIdTo=${partyId}&amp;externaLoginKey=${externalLoginKey}" url-mode="inter-app"
                                                         text="${uiLabelMap.AccountingPaymentsSent}" style="buttontext"/>
-                                                    <link target="/accounting/control/findPayments?lookupFlag=Y&amp;hideFields=Y&amp;partyIdFrom=${partyId}" url-mode="inter-app"
+                                                    <link target="/accounting/control/findPayments?lookupFlag=Y&amp;hideFields=Y&amp;partyIdFrom=${partyId}&amp;externaLoginKey=${externalLoginKey}" url-mode="inter-app"
                                                         text="${uiLabelMap.AccountingPaymentsReceived}" style="buttontext"/>
                                                 </widgets>
                                             </section>