Author: lektran
Date: Tue May 6 02:38:13 2008 New Revision: 653723 URL: http://svn.apache.org/viewvc?rev=653723&view=rev Log: A few more clean ups from the artifact info logs Modified: ofbiz/trunk/applications/accounting/servicedef/services_tax.xml ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml Modified: ofbiz/trunk/applications/accounting/servicedef/services_tax.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_tax.xml?rev=653723&r1=653722&r2=653723&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/servicedef/services_tax.xml (original) +++ ofbiz/trunk/applications/accounting/servicedef/services_tax.xml Tue May 6 02:38:13 2008 @@ -113,6 +113,12 @@ <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> + <service name="updateTaxAuthorityCategory" default-entity-name="TaxAuthorityCategory" engine="simple" auth="true" + location="org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="updateTaxAuthorityCategory"> + <description>Update TaxAuthorityCategory</description> + <auto-attributes include="pk" mode="IN" optional="false"/> + <auto-attributes include="nonpk" mode="IN" optional="true"/> + </service> <service name="deleteTaxAuthorityCategory" default-entity-name="TaxAuthorityCategory" engine="simple" auth="true" location="org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="deleteTaxAuthorityCategory"> <description>Delete TaxAuthorityCategory</description> Modified: ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml?rev=653723&r1=653722&r2=653723&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml (original) +++ ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml Tue May 6 02:38:13 2008 @@ -318,10 +318,6 @@ <security https="true" auth="true"/> <response name="success" type="view" value="paymentOverview"/> </request-map> - <request-map uri="paymentApplications"> - <security https="true" auth="true"/> - <response name="success" type="view" value="paymentApplications"/> - </request-map> <request-map uri="editPaymentApplications"> <security https="true" auth="true"/> <response name="success" type="view" value="editPaymentApplications"/> Modified: ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml?rev=653723&r1=653722&r2=653723&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml (original) +++ ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml Tue May 6 02:38:13 2008 @@ -159,7 +159,7 @@ <field name="datetimePerformed"><display/></field> </form> - <form name="ListInvoiceApplications" type="list" list-name="invoiceApplications" default-entity-name="invoiceItem" use-row-submit="true" + <form name="ListInvoiceApplications" type="list" list-name="invoiceApplications" default-entity-name="InvoiceItem" use-row-submit="true" odd-row-style="alternate-row" default-table-style="basic-table hover-bar" target="updatePaymentApplication" title="Apply payments to invoices" separate-columns="false"> <field name="invoiceItemSeqId"><display/></field> @@ -325,7 +325,7 @@ </field> </form> - <form name="EditInvoiceItem" type="single" target="updateInvoiceItem" title="" default-map-name="invoiceItem" default-entity-name="invoiceItem" + <form name="EditInvoiceItem" type="single" target="updateInvoiceItem" title="" default-map-name="invoiceItem" default-entity-name="InvoiceItem" header-row-style="header-row" default-table-style="basic-table"> <alt-target use-when="invoiceItem==null" target="createInvoiceItem"/> <field name="invoiceId"><hidden/></field> @@ -388,7 +388,7 @@ </field> </form> - <form name="EditInvoiceApplications" type="list" list-name="invoiceApplications" default-entity-name="invoiceItem" use-row-submit="true" target="updateInvoiceApplication" title="Apply payments to invoices" separate-columns="false" + <form name="EditInvoiceApplications" type="list" list-name="invoiceApplications" default-entity-name="InvoiceItem" use-row-submit="true" target="updateInvoiceApplication" title="Apply payments to invoices" separate-columns="false" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <field name="statusId"><hidden/></field> <field name="paymentApplicationId"><hidden/></field> Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml?rev=653723&r1=653722&r2=653723&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml (original) +++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml Tue May 6 02:38:13 2008 @@ -521,7 +521,7 @@ <security https="true" auth="true"/> <event type="service" path="org.ofbiz.accounting.fixedasset.FixedAssetServices.xml" invoke="updateFixedAssetProduct"/> <response name="success" type="view" value="showFixedAssetProduct"/> - <response name="error" type="view" value="updFixedAssetProduct"/> + <response name="error" type="view" value="showFixedAssetProduct"/> </request-map> <request-map uri="removeFixedAssetProduct"> <security https="true" auth="true"/> Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml?rev=653723&r1=653722&r2=653723&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml (original) +++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml Tue May 6 02:38:13 2008 @@ -129,12 +129,6 @@ <security https="true" auth="true"/> <response name="success" type="view" value="ViewFacilityInventoryItemsDetails"/> </request-map> - <!-- <request-map uri="DeleteFacilityInventoryItem"> - <security https="true" auth="true"/> - <event type="service" path="" invoke="deleteInventoryItem"/> - <response name="success" type="view" value="EditFacilityInventoryItems"/> - <response name="error" type="view" value="EditFacilityInventoryItems"/> - </request-map> --> <request-map uri="SearchInventoryItemsByLabels"> <security https="true" auth="true"/> <response name="success" type="view" value="SearchInventoryItemsByLabels"/> @@ -481,12 +475,6 @@ <response name="success" type="view" value="EditInventoryItem"/> <response name="error" type="view" value="EditInventoryItem"/> </request-map> - <request-map uri="DeleteInventoryItem"> - <security https="true" auth="true"/> - <event type="service" path="" invoke="deleteInventoryItem"/> - <response name="success" type="view" value="EditInventoryItem"/> - <response name="error" type="view" value="EditInventoryItem"/> - </request-map> <request-map uri="createPhysicalInventoryAndVariance"> <security https="true" auth="true"/> <event type="service" path="" invoke="createPhysicalInventoryAndVariance"/> @@ -822,7 +810,7 @@ <request-map uri="quickDhlConfirm"> <security https="true" auth="true" direct-request="false"/> <event type="service" path="" invoke="dhlShipmentConfirm"/> - <response name="success" type="request" value="QuickShipOrder"/> + <response name="success" type="view" value="QuickShipOrder"/> <response name="error" type="view" value="QuickShipOrder"/> </request-map> |
Free forum by Nabble | Edit this page |