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&hideFields=Y&partyId=${partyId}" url-mode="inter-app" + <link target="/ordermgr/control/findorders?lookupFlag=Y&hideFields=Y&partyId=${partyId}&externalLoginKey=${externalLoginKey}" url-mode="inter-app" text="${uiLabelMap.OrderOrders}" style="buttontext"/> + <link target="/ordermgr/control/FindRequest?lookupFlag=Y&fromPartyId=${partyId}&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}&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&hideFields=Y&partyIdTo=${partyId}" url-mode="inter-app" + <link target="/accounting/control/findPayments?lookupFlag=Y&hideFields=Y&partyIdTo=${partyId}&externaLoginKey=${externalLoginKey}" url-mode="inter-app" text="${uiLabelMap.AccountingPaymentsSent}" style="buttontext"/> - <link target="/accounting/control/findPayments?lookupFlag=Y&hideFields=Y&partyIdFrom=${partyId}" url-mode="inter-app" + <link target="/accounting/control/findPayments?lookupFlag=Y&hideFields=Y&partyIdFrom=${partyId}&externaLoginKey=${externalLoginKey}" url-mode="inter-app" text="${uiLabelMap.AccountingPaymentsReceived}" style="buttontext"/> </widgets> </section> |
Free forum by Nabble | Edit this page |