Modified: ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml?rev=755925&r1=755924&r2=755925&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml (original) +++ ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml Thu Mar 19 11:19:14 2009 @@ -28,7 +28,7 @@ <!-- GlAccount & Related --> <service name="createGlAccount" default-entity-name="GlAccount" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createGlAccount" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createGlAccount" auth="true"> <description>Create a GlAccount record</description> <permission-service service-name="basicGeneralLedgerPermissionCheck" main-action="CREATE"/> <auto-attributes include="pk" mode="INOUT" optional="false"/> @@ -39,35 +39,35 @@ <override name="accountName" optional="false"/> </service> <service name="updateGlAccount" default-entity-name="GlAccount" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="updateGlAccount" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="updateGlAccount" auth="true"> <description>Update a GlAccount record</description> <permission-service service-name="basicGeneralLedgerPermissionCheck" main-action="UPDATE"/> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> <service name="deleteGlAccount" default-entity-name="GlAccount" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="deleteGlAccount" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="deleteGlAccount" auth="true"> <description>Delete a GlAccount record</description> <permission-service service-name="basicGeneralLedgerPermissionCheck" main-action="DELETE"/> <auto-attributes include="pk" mode="IN" optional="false"/> </service> <service name="createGlAccountOrganization" default-entity-name="GlAccountOrganization" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createGlAccountOrganization" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createGlAccountOrganization" auth="true"> <description>Create a GlAccount record</description> <permission-service service-name="basicGeneralLedgerPermissionCheck" main-action="CREATE"/> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> <service name="updateGlAccountOrganization" default-entity-name="GlAccountOrganization" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="updateGlAccountOrganization" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="updateGlAccountOrganization" auth="true"> <description>Update a GlAccount record</description> <permission-service service-name="basicGeneralLedgerPermissionCheck" main-action="UPDATE"/> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> <service name="deleteGlAccountOrganization" default-entity-name="GlAccountOrganization" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="deleteGlAccountOrganization" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="deleteGlAccountOrganization" auth="true"> <description>Delete a GlAccount record</description> <permission-service service-name="basicGeneralLedgerPermissionCheck" main-action="DELETE"/> <auto-attributes include="pk" mode="IN" optional="false"/> @@ -75,7 +75,7 @@ <!-- GlJournal --> <service name="quickCreateAcctgTransAndEntries" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="quickCreateAcctgTransAndEntries" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="quickCreateAcctgTransAndEntries" auth="true"> <description>Creates an AcctgTrans and two offsetting AcctgTransEntry records</description> <auto-attributes mode="IN" entity-name="AcctgTrans" include="nonpk" optional="true"/> <auto-attributes mode="IN" entity-name="AcctgTransEntry" include="nonpk" optional="true"> @@ -89,7 +89,7 @@ </service> <service name="calculateGlJournalTrialBalance" default-entity-name="GlJournal" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="calculateGlJournalTrialBalance" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="calculateGlJournalTrialBalance" auth="true"> <description>Calculate Trial Balance for a GlJournal</description> <permission-service service-name="basicGeneralLedgerPermissionCheck" main-action="VIEW"/> <auto-attributes include="pk" mode="IN" optional="false"/> @@ -98,12 +98,12 @@ <attribute name="debitCreditDifference" type="BigDecimal" mode="OUT" optional="false"/> </service> <service name="postGlJournal" default-entity-name="GlJournal" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="postGlJournal" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="postGlJournal" auth="true"> <description>Post a GlJournal</description> <auto-attributes include="pk" mode="IN" optional="false"/> </service> <service name="createGlJournal" default-entity-name="GlJournal" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createGlJournal" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createGlJournal" auth="true"> <description>Create a GlJournal record</description> <permission-service service-name="basicGeneralLedgerPermissionCheck" main-action="CREATE"/> <auto-attributes include="pk" mode="OUT" optional="false"/> @@ -114,7 +114,7 @@ <override name="organizationPartyId" optional="false"/> </service> <service name="updateGlJournal" default-entity-name="GlJournal" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="updateGlJournal" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="updateGlJournal" auth="true"> <description>Update a GlJournal record</description> <permission-service service-name="basicGeneralLedgerPermissionCheck" main-action="UPDATE"/> <auto-attributes include="pk" mode="IN" optional="false"/> @@ -124,7 +124,7 @@ </auto-attributes> </service> <service name="deleteGlJournal" default-entity-name="GlJournal" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="deleteGlJournal" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="deleteGlJournal" auth="true"> <description>Delete a GlJournal record</description> <permission-service service-name="basicGeneralLedgerPermissionCheck" main-action="DELETE"/> <auto-attributes include="pk" mode="IN" optional="false"/> @@ -132,7 +132,7 @@ <!-- GlReconciliation & Related --> <service name="createGlReconciliation" default-entity-name="GlReconciliation" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createGlReconciliation" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createGlReconciliation" auth="true"> <description>Create a GlReconciliation record</description> <permission-service service-name="basicGeneralLedgerPermissionCheck" main-action="CREATE"/> <auto-attributes include="pk" mode="OUT" optional="false"/> @@ -143,7 +143,7 @@ <override name="glReconciliationName" optional="false"/> </service> <service name="updateGlReconciliation" default-entity-name="GlReconciliation" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="updateGlReconciliation" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="updateGlReconciliation" auth="true"> <description>Update a GlReconciliation record</description> <permission-service service-name="basicGeneralLedgerPermissionCheck" main-action="UPDATE"/> <auto-attributes include="pk" mode="IN" optional="false"/> @@ -153,28 +153,28 @@ </auto-attributes> </service> <service name="deleteGlReconciliation" default-entity-name="GlReconciliation" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="deleteGlReconciliation" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="deleteGlReconciliation" auth="true"> <description>Delete a GlReconciliation record</description> <permission-service service-name="basicGeneralLedgerPermissionCheck" main-action="DELETE"/> <auto-attributes include="pk" mode="IN" optional="false"/> </service> <service name="createGlReconciliationEntry" default-entity-name="GlReconciliationEntry" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createGlReconciliationEntry" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createGlReconciliationEntry" auth="true"> <description>Add an Entry to a GlReconciliation</description> <permission-service service-name="basicGeneralLedgerPermissionCheck" main-action="CREATE"/> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="false"/> </service> <service name="updateGlReconciliationEntry" default-entity-name="GlReconciliationEntry" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="updateGlReconciliationEntry" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="updateGlReconciliationEntry" auth="true"> <description>Update an Entry to a GlReconciliation record</description> <permission-service service-name="basicGeneralLedgerPermissionCheck" main-action="UPDATE"/> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="false"/> </service> <service name="deleteGlReconciliationEntry" default-entity-name="GlReconciliationEntry" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="deleteGlReconciliationEntry" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="deleteGlReconciliationEntry" auth="true"> <description>Remove an Entry from a GlReconciliation</description> <permission-service service-name="basicGeneralLedgerPermissionCheck" main-action="DELETE"/> <auto-attributes include="pk" mode="IN" optional="false"/> @@ -182,7 +182,7 @@ <!-- AcctgTrans & Related --> <service name="completeAcctgTransEntries" default-entity-name="AcctgTrans" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="completeAcctgTransEntries" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="completeAcctgTransEntries" auth="true"> <description>Completes, if possible, the AcctgTransEntries using the mappings defined in the gl setup</description> <permission-service service-name="acctgTransactionPermissionCheck" main-action="UPDATE"/> <auto-attributes include="pk" mode="IN" optional="false"/> @@ -199,21 +199,21 @@ <override name="glFiscalTypeId" optional="false"/> </service> <service name="createAcctgTrans" default-entity-name="AcctgTrans" engine="simple" - location="org/ofbiz/accounting/ledger/AcctgTransServices.xml" invoke="createAcctgTrans" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/AcctgTransServices.xml" invoke="createAcctgTrans" auth="true"> <description>Create a AcctgTrans record. isPosted is forced to "N"</description> <permission-service service-name="acctgTransactionPermissionCheck" main-action="CREATE"/> <implements service="interfaceAcctgTrans"/> <auto-attributes include="pk" mode="OUT" optional="false"/> </service> <service name="updateAcctgTrans" default-entity-name="AcctgTrans" engine="simple" - location="org/ofbiz/accounting/ledger/AcctgTransServices.xml" invoke="updateAcctgTrans" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/AcctgTransServices.xml" invoke="updateAcctgTrans" auth="true"> <description>Update a AcctgTrans record</description> <permission-service service-name="acctgTransactionPermissionCheck" main-action="UPDATE"/> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> <service name="deleteAcctgTrans" default-entity-name="AcctgTrans" engine="simple" - location="org/ofbiz/accounting/ledger/AcctgTransServices.xml" invoke="deleteAcctgTrans" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/AcctgTransServices.xml" invoke="deleteAcctgTrans" auth="true"> <description>Delete a AcctgTrans record</description> <permission-service service-name="acctgTransactionPermissionCheck" main-action="DELETE"/> <auto-attributes include="pk" mode="IN" optional="false"/> @@ -231,7 +231,7 @@ --> </service> <service name="createAcctgTransEntry" default-entity-name="AcctgTransEntry" engine="simple" - location="org/ofbiz/accounting/ledger/AcctgTransServices.xml" invoke="createAcctgTransEntry" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/AcctgTransServices.xml" invoke="createAcctgTransEntry" auth="true"> <description>Add an Entry to a AcctgTrans. Will use baseCurrencyUomId in PartyAcctgPreference if no currencyUomId is in parameters.</description> <permission-service service-name="acctgTransactionPermissionCheck" main-action="CREATE"/> <implements service="interfaceAcctgTransEntry"/> @@ -239,14 +239,14 @@ <override name="acctgTransEntrySeqId" mode="OUT"/> </service> <service name="updateAcctgTransEntry" default-entity-name="AcctgTransEntry" engine="simple" - location="org/ofbiz/accounting/ledger/AcctgTransServices.xml" invoke="updateAcctgTransEntry" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/AcctgTransServices.xml" invoke="updateAcctgTransEntry" auth="true"> <description>Update an Entry to a AcctgTrans record</description> <permission-service service-name="acctgTransactionPermissionCheck" main-action="UPDATE"/> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> <service name="deleteAcctgTransEntry" default-entity-name="AcctgTransEntry" engine="simple" - location="org/ofbiz/accounting/ledger/AcctgTransServices.xml" invoke="deleteAcctgTransEntry" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/AcctgTransServices.xml" invoke="deleteAcctgTransEntry" auth="true"> <description>Remove an Entry from a AcctgTrans</description> <permission-service service-name="acctgTransactionPermissionCheck" main-action="DELETE"/> <auto-attributes include="pk" mode="IN" optional="false"/> @@ -254,7 +254,7 @@ <!-- ====== Services for posting business transactions (invoices, payments, inventory adjustments, etc.) to the General Ledger ======= --> <service name="createAcctgTransAndEntries" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransAndEntries" default-entity-name="AcctgTrans"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransAndEntries" default-entity-name="AcctgTrans"> <description> Takes a list of AcctgTransEntry entries, verifies that the list of entries are valid (GL account and organizationParty exist), and then creates an AcctgTrans entry and stores all the AcctgTransEntries with the acctgTransId. Note that this does not actually @@ -268,7 +268,7 @@ <attribute name="acctgTransId" type="String" mode="OUT"/> </service> <service name="calculateAcctgTransTrialBalance" default-entity-name="AcctgTrans" engine="simple" - location="org/ofbiz/accounting/ledger/AcctgTransServices.xml" invoke="calculateAcctgTransTrialBalance" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/AcctgTransServices.xml" invoke="calculateAcctgTransTrialBalance" auth="true"> <description>Calculate Trial Balance for a AcctgTrans</description> <permission-service service-name="acctgTransactionPermissionCheck" main-action="CREATE"/> <auto-attributes include="pk" mode="IN" optional="false"/> @@ -277,7 +277,7 @@ <attribute name="debitCreditDifference" type="BigDecimal" mode="OUT" optional="false"/> </service> <service name="postAcctgTrans" default-entity-name="AcctgTrans" engine="simple" - location="org/ofbiz/accounting/ledger/AcctgTransServices.xml" invoke="postAcctgTrans" auth="true" + location="component://accounting/script/org/ofbiz/accounting/ledger/AcctgTransServices.xml" invoke="postAcctgTrans" auth="true" transaction-timeout="600"> <description>Post a AcctgTrans and related entries. This will make sure that the time period is not closed and that the sum of the debits and credits are equal. @@ -288,14 +288,14 @@ </service> <service name="closeFinancialTimePeriod" default-entity-name="CustomTimePeriod" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="closeFinancialTimePeriod" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="closeFinancialTimePeriod" auth="true"> <description>Close a financial time period</description> <auto-attributes include="pk" mode="IN" optional="false"/> </service> <!-- Financial Reports --> <service name="prepareIncomeStatement" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="prepareIncomeStatement" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="prepareIncomeStatement" auth="true"> <description>Prepare the data for the Income Statement</description> <attribute name="organizationPartyId" type="String" mode="IN" optional="false"/> <attribute name="fromDate" type="Timestamp" mode="IN" optional="false"/> @@ -306,7 +306,7 @@ <attribute name="glAccountTotalsList" type="List" mode="OUT" optional="true"/> </service> <service name="prepareBalanceSheet" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="prepareBalanceSheet" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="prepareBalanceSheet" auth="true"> <description>Prepare the data for the Balance Sheet</description> <attribute name="organizationPartyId" type="String" mode="IN" optional="false"/> <attribute name="thruDate" type="Timestamp" mode="IN" optional="false"/> @@ -316,7 +316,7 @@ <attribute name="equityBalancesList" type="List" mode="OUT" optional="true"/> </service> <service name="prepareComparativeBalanceSheet" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="prepareComparativeBalanceSheet" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="prepareComparativeBalanceSheet" auth="true"> <description>Prepare the data for the Balance Sheet</description> <attribute name="organizationPartyId" type="String" mode="IN" optional="false"/> <attribute name="period1ThruDate" type="Timestamp" mode="IN" optional="false"/> @@ -330,7 +330,7 @@ <!-- Miscellaneous Ledger-related services --> <service name="getGlAccountFromAccountType" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="getGlAccountFromAccountType" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="getGlAccountFromAccountType" auth="true"> <description>Look up a GlAccountId first in ProductGlAccount by productId and productGlAccountTypeId, if not found, then in organizationPartyId and glAccountTypeId </description> <attribute name="organizationPartyId" type="String" mode="IN" optional="false"/> @@ -345,7 +345,7 @@ <attribute name="glAccountId" type="String" mode="OUT" optional="true"/> </service> <service name="getInventoryItemOwner" default-entity-name="InventoryItem" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="getInventoryItemOwner" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="getInventoryItemOwner" auth="true"> <description>get an ownerPartyId from inventoryItemId </description> <auto-attributes include="pk" mode="IN" optional="false"/> <attribute name="ownerPartyId" type="String" mode="OUT" optional="false"/> @@ -354,27 +354,27 @@ <!-- Services for the automatic creation of accounting transactions based on business transactions Typically, these services are triggered by SECAs --> <service name="createAcctgTransForSalesShipmentIssuance" engine="simple" auth="true" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForSalesShipmentIssuance"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForSalesShipmentIssuance"> <description>Create an accounting transaction for a sales shipment issuance (D: INVENTORY_ACCOUNT, C: COGS_ACCOUNT)</description> <attribute name="itemIssuanceId" type="String" mode="IN" optional="false"/> <attribute name="acctgTransId" type="String" mode="OUT" optional="true"/> </service> <service name="createAcctgTransForCanceledSalesShipmentIssuance" engine="simple" auth="true" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForCanceledSalesShipmentIssuance"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForCanceledSalesShipmentIssuance"> <description>Create an accounting transaction for a canceled sales shipment issuance (D: INVENTORY_ACCOUNT, C: COGS_ACCOUNT)</description> <attribute name="itemIssuanceId" type="String" mode="IN" optional="false"/> <attribute name="canceledQuantity" type="BigDecimal" mode="IN" optional="false"/> <attribute name="acctgTransId" type="String" mode="OUT" optional="true"/> </service> <service name="createAcctgTransForInventoryItemCostChange" engine="simple" auth="true" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForInventoryItemCostChange"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForInventoryItemCostChange"> <description>Create accounting transaction when item cost is changed (D: INV_ADJ_VAL, C: INVENTORY_ACCOUNT)</description> <attribute name="inventoryItemId" type="String" mode="IN" optional="false"/> <attribute name="inventoryItemDetailSeqId" type="String" mode="IN" optional="false"/> <attribute name="acctgTransId" type="String" mode="OUT" optional="true"/> </service> <service name="createAcctgTransForShipmentReceipt" engine="simple" auth="true" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForShipmentReceipt"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForShipmentReceipt"> <description>Create an accounting transactions for a shipment receipt (D: INVENTORY_ACCOUNT, C: UNINVOICED_SHIP_RCPT or COGS_ACCOUNT for returns)</description> <attribute name="receiptId" type="String" mode="IN" optional="false"/> <attribute name="acctgTransId" type="String" mode="OUT" optional="true"/> @@ -382,38 +382,38 @@ <!-- FinAccountTypeGlAccount Services --> <service name="createFinAccountTypeGlAccount" default-entity-name="FinAccountTypeGlAccount" engine="simple" - location="org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="createFinAccountTypeGlAccount" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="createFinAccountTypeGlAccount" auth="true"> <description>Create a FinAccountTypeGlAccount</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="false"/> </service> <service name="updateFinAccountTypeGlAccount" default-entity-name="FinAccountTypeGlAccount" engine="simple" - location="org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="updateFinAccountTypeGlAccount" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="updateFinAccountTypeGlAccount" auth="true"> <description>Update a FinAccountTypeGlAccount</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="false"/> </service> <service name="deleteFinAccountTypeGlAccount" default-entity-name="FinAccountTypeGlAccount" engine="simple" - location="org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="deleteFinAccountTypeGlAccount" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="deleteFinAccountTypeGlAccount" auth="true"> <description>Delete a FinAccountTypeGlAccount</description> <auto-attributes include="pk" mode="IN" optional="false"/> </service> <!-- VarianceReasonGlAccount Services --> <service name="createVarianceReasonGlAccount" default-entity-name="VarianceReasonGlAccount" engine="simple" - location="org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="createVarianceReasonGlAccount" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="createVarianceReasonGlAccount" auth="true"> <description>create a Variance Reason Gl Account</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="false"/> </service> <service name="updateVarianceReasonGlAccount" default-entity-name="VarianceReasonGlAccount" engine="simple" - location="org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="updateVarianceReasonGlAccount" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="updateVarianceReasonGlAccount" auth="true"> <description>Update a Variance Reason Gl Account</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="false"/> </service> <service name="deleteVarianceReasonGlAccount" default-entity-name="VarianceReasonGlAccount" engine="simple" - location="org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="deleteVarianceReasonGlAccount" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/finaccount/FinAccountServices.xml" invoke="deleteVarianceReasonGlAccount" auth="true"> <description>delete a Variance Reason Gl Account</description> <auto-attributes include="pk" mode="IN" optional="false"/> </service> @@ -430,7 +430,7 @@ <implements service="permissionInterface"/> </service> <service name="createAcctgTransForWorkEffortIssuance" engine="simple" auth="true" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForWorkEffortIssuance"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForWorkEffortIssuance"> <description>Create an accounting transaction for inventory that is issued to a work effort (Type: INVENTORY D: RAWMAT_INVENTORY, C: WIP_INVENTORY)</description> <attribute name="workEffortId" type="String" mode="IN" optional="false"/> <attribute name="inventoryItemId" type="String" mode="IN" optional="false"/> @@ -438,14 +438,14 @@ </service> <!-- Service for the automatic creation of AcctgTransForPhysicalInventoryVariance, triggered by SECAs --> <service name="createAcctgTransForPhysicalInventoryVariance" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForPhysicalInventoryVariance"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForPhysicalInventoryVariance"> <description>Create an AcctgEntry for Physical Inventory variance</description> <attribute name="physicalInventoryId" type="String" mode="IN" optional="false"/> <attribute name="acctgTransId" type="String" mode="OUT" optional="false"/> </service> <service name="createAcctgTransForWorkEffortInventoryProduced" engine="simple" auth="true" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForWorkEffortInventoryProduced"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForWorkEffortInventoryProduced"> <description>Create an accounting transaction for inventory that is produced by a work effort (Type: INVENTORY D: RAWMAT_INVENTORY, C: WIP_INVENTORY)</description> <attribute name="workEffortId" type="String" mode="IN" optional="false"/> <attribute name="inventoryItemId" type="String" mode="IN" optional="false"/> @@ -454,7 +454,7 @@ <!--Accounting transaction for cost record related to work effort--> <service name="createAcctgTransForWorkEffortCost" engine="simple" auth="true" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForWorkEffortCost"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForWorkEffortCost"> <description>Create an accounting transaction for cost record created for a work effort</description> <attribute name="workEffortId" type="String" mode="IN" optional="false"/> <attribute name="costComponentId" type="String" mode="IN" optional="false"/> @@ -463,7 +463,7 @@ <!-- AcctgTrans For Inventory Item Owner Change Services --> <service name="createAcctgTransForInventoryItemOwnerChange" engine="simple" auth="true" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForInventoryItemOwnerChange"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForInventoryItemOwnerChange"> <description>Create an accounting transactions for Inventory Item Owner Change (D: INVENTORY_ACCOUNT(old Owner) INVENTORY_ACCOUNT(new Owner), C: INVENTORY_XFER_IN(oldOwner) INVENTORY_XFER_OUT(new Owner))</description> <attribute name="inventoryItemId" type="String" mode="IN" optional="false"/> <attribute name="oldOwnerPartyId" type="String" mode="IN" optional="false"/> @@ -471,14 +471,14 @@ </service> <!--AcctgTrans For Incoming Payment Service--> <service name="createAcctgTransAndEntriesForIncomingPayment" engine="simple" auth="true" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransAndEntriesForIncomingPayment"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransAndEntriesForIncomingPayment"> <description>Create an accounting transaction for an incoming payment</description> <attribute name="paymentId" type="String" mode="IN" optional="false"/> <attribute name="acctgTransId" type="String" mode="OUT" optional="true"/> </service> <!-- An automatic GL Acct transaction service triggered when inventory is issued for fixed asset maintenance--> <service name="createAcctgTransForFixedAssetMaintIssuance" engine="simple" auth="true" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForFixedAssetMaintIssuance"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForFixedAssetMaintIssuance"> <description>Create an accounting transaction for inventory that is issued for fixed asset maintenance (Type: INVENTORY D: INVENTORY_ACCOUNT, C: FIXED_ASSET_MAINT)</description> <attribute name="itemIssuanceId" type="String" mode="IN" optional="false"/> <attribute name="acctgTransId" type="String" mode="OUT" optional="true"/> @@ -486,7 +486,7 @@ <!-- An automatic GL Posting for Purchase Invoice--> <service name="createAcctgTransForPurchaseInvoice" engine="simple" auth="true" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForPurchaseInvoice"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForPurchaseInvoice"> <description>Create an accounting transaction for a purchase invoice</description> <attribute name="invoiceId" type="String" mode="IN" optional="false"/> <attribute name="acctgTransId" type="String" mode="OUT" optional="true"/> @@ -494,7 +494,7 @@ <!-- An automatic GL Posting for Sales Invoice--> <service name="createAcctgTransForSalesInvoice" engine="simple" auth="true" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForSalesInvoice"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransForSalesInvoice"> <description>Create an accounting transaction for a sales invoice</description> <attribute name="invoiceId" type="String" mode="IN" optional="false"/> <attribute name="acctgTransId" type="String" mode="OUT" optional="true"/> @@ -502,7 +502,7 @@ <!--An automatic GL posting service for outgoing payments--> <service name="createAcctgTransAndEntriesForOutgoingPayment" engine="simple" auth="true" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransAndEntriesForOutgoingPayment"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransAndEntriesForOutgoingPayment"> <description>Create an accounting transaction for an outgoing payment</description> <attribute name="paymentId" type="String" mode="IN" optional="false"/> <attribute name="acctgTransId" type="String" mode="OUT" optional="true"/> @@ -510,7 +510,7 @@ <!--A service to clone an existing accounting transaction and its entries (AcctgTrans and AcctgTransEntry) --> <service name="copyAcctgTransAndEntries" engine="simple" auth="true" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="copyAcctgTransAndEntries"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="copyAcctgTransAndEntries"> <description>Create an Acctg Trans And Entry(Duplicate or revert)</description> <attribute name="fromAcctgTransId" type="String" mode="IN" optional="false"/> <attribute name="revert" type="String" mode="IN" optional="true"/> @@ -518,7 +518,7 @@ </service> <service name="createAcctgTransAndEntriesForPaymentApplication" engine="simple" auth="true" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransAndEntriesForPaymentApplication"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createAcctgTransAndEntriesForPaymentApplication"> <description>Create an accounting transaction for a payment application</description> <attribute name="paymentApplicationId" type="String" mode="IN" optional="false"/> <attribute name="acctgTransId" type="String" mode="OUT" optional="true"/> @@ -526,21 +526,21 @@ <!-- Party GlAccount services --> <service name="createPartyGlAccount" default-entity-name="PartyGlAccount" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createPartyGlAccount" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="createPartyGlAccount" auth="true"> <description>Associate a party to a General Ledger Account</description> <auto-attributes include="pk" mode="IN" optional="false"/> <attribute name="glAccountId" type="String" mode="IN" optional="false"/> </service> <service name="updatePartyGlAccount" default-entity-name="PartyGlAccount" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="updatePartyGlAccount" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="updatePartyGlAccount" auth="true"> <description>Update an existing General Ledger Account of a Party</description> <auto-attributes include="pk" mode="IN" optional="false"/> <attribute name="glAccountId" type="String" mode="IN" optional="false"/> </service> <service name="deletePartyGlAccount" default-entity-name="PartyGlAccount" engine="simple" - location="org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="deletePartyGlAccount" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml" invoke="deletePartyGlAccount" auth="true"> <description>Delete an existing General Ledger Account of a Party</description> <auto-attributes include="pk" mode="IN" optional="false"/> </service> Modified: ofbiz/trunk/applications/accounting/servicedef/services_olap.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_olap.xml?rev=755925&r1=755924&r2=755925&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/servicedef/services_olap.xml (original) +++ ofbiz/trunk/applications/accounting/servicedef/services_olap.xml Thu Mar 19 11:19:14 2009 @@ -23,7 +23,7 @@ <!-- Accounting Facts --> <service name="loadSalesInvoiceItemFact" auth="true" engine="simple" - location="org/ofbiz/accounting/olap/FactServices.xml" invoke="loadSalesInvoiceItemFact"> + location="component://accounting/script/org/ofbiz/accounting/olap/FactServices.xml" invoke="loadSalesInvoiceItemFact"> <description> Pulls information from the Invoice* entities and stores them in the SalesInvoiceItem entity (olap entity). One of invoiceId/invoiceItemSeqId or invoice/invoiceItem must be passed or an error is returned. @@ -34,7 +34,7 @@ <attribute name="invoiceItem" type="GenericValue" mode="IN" optional="true"/> </service> <service name="loadSalesInvoiceFact" auth="true" engine="simple" - location="org/ofbiz/accounting/olap/FactServices.xml" invoke="loadSalesInvoiceFact"> + location="component://accounting/script/org/ofbiz/accounting/olap/FactServices.xml" invoke="loadSalesInvoiceFact"> <description>Calls the loadSalesInvoiceItemFact service for all the invoice items.</description> <attribute name="invoiceId" type="String" mode="IN" optional="false"/> </service> Modified: ofbiz/trunk/applications/accounting/servicedef/services_payment.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_payment.xml?rev=755925&r1=755924&r2=755925&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/servicedef/services_payment.xml (original) +++ ofbiz/trunk/applications/accounting/servicedef/services_payment.xml Thu Mar 19 11:19:14 2009 @@ -26,7 +26,7 @@ <!-- Payment services --> <service name="createPayment" engine="simple" default-entity-name="Payment" - location="org/ofbiz/accounting/payment/PaymentServices.xml" invoke="createPayment" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml" invoke="createPayment" auth="true"> <description>Create a Payment. If a paymentMethodId is supplied, paymentMethodTypeId is gotten from paymentMethod. Otherwise, it must be supplied. If no paymentMethodTypeId and no paymentMethodId is supplied, then an error will be returned. </description> <auto-attributes include="nonpk" mode="IN" optional="true"/> @@ -39,14 +39,14 @@ </service> <service name="updatePayment" engine="simple" default-entity-name="Payment" - location="org/ofbiz/accounting/payment/PaymentServices.xml" invoke="updatePayment" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml" invoke="updatePayment" auth="true"> <description>Update a Payment</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> <service name="setPaymentStatus" engine="simple" default-entity-name="Payment" - location="org/ofbiz/accounting/payment/PaymentServices.xml" invoke="setPaymentStatus" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml" invoke="setPaymentStatus" auth="true"> <description>Change the status of a Payment</description> <auto-attributes include="pk" mode="IN" optional="false"/> <attribute name="statusId" type="String" mode="IN" optional="false"/> @@ -60,14 +60,14 @@ </service> <service name="quickSendPayment" engine="simple" default-entity-name="Payment" - location="org/ofbiz/accounting/payment/PaymentServices.xml" invoke="quickSendPayment"> + location="component://accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml" invoke="quickSendPayment"> <description>Updates a Payment and then marks it as PMNT_SENT</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> <service name="createPaymentApplication" engine="simple" - location="org/ofbiz/accounting/payment/PaymentServices.xml" invoke="createPaymentApplication" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml" invoke="createPaymentApplication" auth="true"> <description>Create a payment application</description> <attribute name="paymentId" type="String" mode="IN" optional="false"/> <attribute name="invoiceId" type="String" mode="IN" optional="true"/> @@ -101,7 +101,7 @@ <override name="paymentId" optional="false"/> </service> <service name="removePaymentApplication" default-entity-name="PaymentApplication" engine="simple" - location="org/ofbiz/accounting/invoice/InvoiceServices.xml" invoke="removePaymentApplication"> + location="component://accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml" invoke="removePaymentApplication"> <description>Delete a paymentApplication record.</description> <permission-service service-name="acctgInvoicePermissionCheck" main-action="UPDATE"/> <auto-attributes mode="IN" include="pk" optional="false"/> @@ -109,7 +109,7 @@ </service> <service name="createPaymentAndApplication" engine="simple" - location="org/ofbiz/accounting/payment/PaymentServices.xml" invoke="createPaymentAndApplication" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml" invoke="createPaymentAndApplication" auth="true"> <description>Create a payment and a payment application for the full amount</description> <auto-attributes entity-name="Payment" include="nonpk" mode="IN" optional="true"/> <auto-attributes entity-name="Payment" include="pk" mode="INOUT" optional="true"/> @@ -127,14 +127,14 @@ </service> <service name="getInvoicePaymentInfoList" engine="simple" - location="org/ofbiz/accounting/payment/PaymentServices.xml" invoke="getInvoicePaymentInfoList" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml" invoke="getInvoicePaymentInfoList" auth="true"> <description>Create a list with information on payment due dates and amounts for the invoice; one of invoiceId or invoice must be provided.</description> <attribute name="invoiceId" type="String" mode="IN" optional="true"/> <attribute name="invoice" type="GenericValue" mode="IN" optional="true"/> <attribute name="invoicePaymentInfoList" type="List" mode="OUT" optional="false"/> </service> <service name="getInvoicePaymentInfoListByDueDateOffset" engine="simple" - location="org/ofbiz/accounting/payment/PaymentServices.xml" invoke="getInvoicePaymentInfoListByDueDateOffset" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml" invoke="getInvoicePaymentInfoListByDueDateOffset" auth="true"> <description>Create a list with information on payment due dates and amounts.</description> <attribute name="invoiceTypeId" type="String" mode="IN" optional="false"/> <attribute name="daysOffset" type="Long" mode="IN" optional="false"/> Modified: ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml?rev=755925&r1=755924&r2=755925&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml (original) +++ ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml Thu Mar 19 11:19:14 2009 @@ -167,13 +167,13 @@ </service> <service name="setPaymentMethodAddress" engine="simple" - location="org/ofbiz/accounting/payment/PaymentMethodServices.xml" invoke="setPaymentMethodAddress" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/payment/PaymentMethodServices.xml" invoke="setPaymentMethodAddress" auth="true"> <description>Set the inital payment method address.</description> <attribute name="paymentMethodId" type="String" mode="IN" optional="false"/> <attribute name="contactMechId" type="String" mode="IN" optional="false"/> </service> <service name="updatePaymentMethodAddress" engine="simple" - location="org/ofbiz/accounting/payment/PaymentMethodServices.xml" invoke="updatePaymentMethodAddress" auth="true" use-transaction="false"> + location="component://accounting/script/org/ofbiz/accounting/payment/PaymentMethodServices.xml" invoke="updatePaymentMethodAddress" auth="true" use-transaction="false"> <description>Finds CreditCards and EftAccounts that use the oldContactMechId and updates to the contactMechId</description> <attribute name="contactMechId" type="String" mode="IN" optional="false"/> <attribute name="oldContactMechId" type="String" mode="IN" optional="false"/> @@ -686,26 +686,26 @@ <!-- CreditCardTypeGlAccount Services --> <service name="createCreditCardTypeGlAccount" default-entity-name="CreditCardTypeGlAccount" engine="simple" - location="org/ofbiz/accounting/payment/PaymentMethodServices.xml" invoke="createCreditCardTypeGlAccount" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/payment/PaymentMethodServices.xml" invoke="createCreditCardTypeGlAccount" auth="true"> <description>create a Credit Card Gl Account</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="false"/> </service> <service name="updateCreditCardTypeGlAccount" default-entity-name="CreditCardTypeGlAccount" engine="simple" - location="org/ofbiz/accounting/payment/PaymentMethodServices.xml" invoke="updateCreditCardTypeGlAccount" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/payment/PaymentMethodServices.xml" invoke="updateCreditCardTypeGlAccount" auth="true"> <description>Update a Credit Card Gl Account </description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="false"/> </service> <service name="deleteCreditCardTypeGlAccount" default-entity-name="CreditCardTypeGlAccount" engine="simple" - location="org/ofbiz/accounting/payment/PaymentMethodServices.xml" invoke="deleteCreditCardTypeGlAccount" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/payment/PaymentMethodServices.xml" invoke="deleteCreditCardTypeGlAccount" auth="true"> <description>delete a Credit Card Gl Account</description> <auto-attributes include="pk" mode="IN" optional="false"/> </service> <!-- Update updatePaymentMethodType --> <service name="updatePaymentMethodType" default-entity-name="PaymentMethodType" engine="simple" - location="org/ofbiz/accounting/payment/PaymentMethodServices.xml" invoke="updatePaymentMethodType" auth="true"> + location="component://accounting/script/org/ofbiz/accounting/payment/PaymentMethodServices.xml" invoke="updatePaymentMethodType" auth="true"> <description>Update a Payment Method Type</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> Modified: ofbiz/trunk/applications/accounting/servicedef/services_rate.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_rate.xml?rev=755925&r1=755924&r2=755925&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/servicedef/services_rate.xml (original) +++ ofbiz/trunk/applications/accounting/servicedef/services_rate.xml Thu Mar 19 11:19:14 2009 @@ -25,21 +25,21 @@ <version>1.0</version> <service name="updateRateAmount" default-entity-name="RateAmount" engine="simple" auth="true" - location="org/ofbiz/accounting/rate/RateServices.xml" invoke="updateRateAmount"> + location="component://accounting/script/org/ofbiz/accounting/rate/RateServices.xml" invoke="updateRateAmount"> <description>Create/update Rate Amount</description> <auto-attributes include="all" mode="IN" optional="true"/> <override name="rateTypeId" optional="false"/> <override name="rateAmount" optional="false"/> </service> <service name="deleteRateAmount" default-entity-name="RateAmount" engine="simple" auth="true" - location="org/ofbiz/accounting/rate/RateServices.xml" invoke="deleteRateAmount"> + location="component://accounting/script/org/ofbiz/accounting/rate/RateServices.xml" invoke="deleteRateAmount"> <description>Delete (expire) Rate Amount</description> <auto-attributes include="pk" mode="IN" optional="true"/> <override name="rateTypeId" optional="false"/> <override name="fromDate" optional="false"/> </service> <service name="getRateAmount" default-entity-name="RateAmount" engine="simple" auth="true" - location="org/ofbiz/accounting/rate/RateServices.xml" invoke="getRateAmount"> + location="component://accounting/script/org/ofbiz/accounting/rate/RateServices.xml" invoke="getRateAmount"> <description>Get Rate Amount</description> <auto-attributes include="pk" mode="IN" optional="true"/> <attribute name="level" type="String" mode="OUT" optional="true"/><!-- the level the amount was retrieved from(specific -> general): workEffort, party, emplPositionType, rateType or 'null' if not found--> @@ -52,7 +52,7 @@ <!-- PartyRate Services --> <service name="updatePartyRate" default-entity-name="PartyRate" engine="simple" auth="true" - location="org/ofbiz/accounting/rate/RateServices.xml" invoke="updatePartyRate"> + location="component://accounting/script/org/ofbiz/accounting/rate/RateServices.xml" invoke="updatePartyRate"> <description>Creates PartyRate</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> @@ -63,7 +63,7 @@ <override name="fromDate" optional="true"/> </service> <service name="deletePartyRate" default-entity-name="PartyRate" engine="simple" auth="true" - location="org/ofbiz/accounting/rate/RateServices.xml" invoke="deletePartyRate"> + location="component://accounting/script/org/ofbiz/accounting/rate/RateServices.xml" invoke="deletePartyRate"> <description>Deletes PartyRate</description> <auto-attributes include="pk" mode="IN" optional="false"/> <attribute name="rateAmountFromDate" type="Timestamp" mode="IN" optional="true"/><!-- to be able to expire rateamount specific to a party records....--> Modified: ofbiz/trunk/applications/accounting/servicedef/services_tax.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_tax.xml?rev=755925&r1=755924&r2=755925&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/servicedef/services_tax.xml (original) +++ ofbiz/trunk/applications/accounting/servicedef/services_tax.xml Thu Mar 19 11:19:14 2009 @@ -67,19 +67,19 @@ <!-- TaxAuthority --> <service name="createTaxAuthority" default-entity-name="TaxAuthority" engine="simple" auth="true" - location="org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="createTaxAuthority"> + location="component://accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="createTaxAuthority"> <description>Create TaxAuthority</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> <service name="updateTaxAuthority" default-entity-name="TaxAuthority" engine="simple" auth="true" - location="org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="updateTaxAuthority"> + location="component://accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="updateTaxAuthority"> <description>Update TaxAuthority</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> <service name="deleteTaxAuthority" default-entity-name="TaxAuthority" engine="simple" auth="true" - location="org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="deleteTaxAuthority"> + location="component://accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="deleteTaxAuthority"> <description>Delete TaxAuthority</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> @@ -87,20 +87,20 @@ <!-- TaxAuthorityAssoc --> <service name="createTaxAuthorityAssoc" default-entity-name="TaxAuthorityAssoc" engine="simple" auth="true" - location="org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="createTaxAuthorityAssoc"> + location="component://accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="createTaxAuthorityAssoc"> <description>Create TaxAuthorityAssoc</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> <override name="fromDate" optional="true"/> </service> <service name="updateTaxAuthorityAssoc" default-entity-name="TaxAuthorityAssoc" engine="simple" auth="true" - location="org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="updateTaxAuthorityAssoc"> + location="component://accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="updateTaxAuthorityAssoc"> <description>Update TaxAuthorityAssoc</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> <service name="deleteTaxAuthorityAssoc" default-entity-name="TaxAuthorityAssoc" engine="simple" auth="true" - location="org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="deleteTaxAuthorityAssoc"> + location="component://accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="deleteTaxAuthorityAssoc"> <description>Delete TaxAuthorityAssoc</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> @@ -108,19 +108,19 @@ <!-- TaxAuthorityCategory --> <service name="createTaxAuthorityCategory" default-entity-name="TaxAuthorityCategory" engine="simple" auth="true" - location="org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="createTaxAuthorityCategory"> + location="component://accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="createTaxAuthorityCategory"> <description>Create TaxAuthorityCategory</description> <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"> + location="component://accounting/script/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"> + location="component://accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="deleteTaxAuthorityCategory"> <description>Delete TaxAuthorityCategory</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> @@ -128,19 +128,19 @@ <!-- TaxAuthorityGlAccount --> <service name="createTaxAuthorityGlAccount" default-entity-name="TaxAuthorityGlAccount" engine="simple" auth="true" - location="org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="createTaxAuthorityGlAccount"> + location="component://accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="createTaxAuthorityGlAccount"> <description>Create TaxAuthorityGlAccount</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> <service name="updateTaxAuthorityGlAccount" default-entity-name="TaxAuthorityGlAccount" engine="simple" auth="true" - location="org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="updateTaxAuthorityGlAccount"> + location="component://accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="updateTaxAuthorityGlAccount"> <description>Update TaxAuthorityGlAccount</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> <service name="deleteTaxAuthorityGlAccount" default-entity-name="TaxAuthorityGlAccount" engine="simple" auth="true" - location="org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="deleteTaxAuthorityGlAccount"> + location="component://accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="deleteTaxAuthorityGlAccount"> <description>Delete TaxAuthorityGlAccount</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> @@ -148,19 +148,19 @@ <!-- TaxAuthorityRateProduct --> <service name="createTaxAuthorityRateProduct" default-entity-name="TaxAuthorityRateProduct" engine="simple" auth="true" - location="org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="createTaxAuthorityRateProduct"> + location="component://accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="createTaxAuthorityRateProduct"> <description>Create TaxAuthorityRateProduct</description> <auto-attributes include="pk" mode="OUT" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> <service name="updateTaxAuthorityRateProduct" default-entity-name="TaxAuthorityRateProduct" engine="simple" auth="true" - location="org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="updateTaxAuthorityRateProduct"> + location="component://accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="updateTaxAuthorityRateProduct"> <description>Update TaxAuthorityRateProduct</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> <service name="deleteTaxAuthorityRateProduct" default-entity-name="TaxAuthorityRateProduct" engine="simple" auth="true" - location="org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="deleteTaxAuthorityRateProduct"> + location="component://accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="deleteTaxAuthorityRateProduct"> <description>Delete TaxAuthorityRateProduct</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> @@ -168,27 +168,27 @@ <!-- PartyTaxAuthInfo --> <service name="createPartyTaxAuthInfo" default-entity-name="PartyTaxAuthInfo" engine="simple" auth="true" - location="org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="createPartyTaxAuthInfo"> + location="component://accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="createPartyTaxAuthInfo"> <description>Create PartyTaxAuthInfo</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> <override name="fromDate" optional="true"/> </service> <service name="updatePartyTaxAuthInfo" default-entity-name="PartyTaxAuthInfo" engine="simple" auth="true" - location="org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="updatePartyTaxAuthInfo"> + location="component://accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="updatePartyTaxAuthInfo"> <description>Update PartyTaxAuthInfo</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> <service name="deletePartyTaxAuthInfo" default-entity-name="PartyTaxAuthInfo" engine="simple" auth="true" - location="org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="deletePartyTaxAuthInfo"> + location="component://accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="deletePartyTaxAuthInfo"> <description>Delete PartyTaxAuthInfo</description> <auto-attributes include="pk" mode="IN" optional="false"/> <auto-attributes include="nonpk" mode="IN" optional="true"/> </service> <service name="createCustomerTaxAuthInfo" default-entity-name="PartyTaxAuthInfo" engine="simple" auth="true" - location="org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="createCustomerTaxAuthInfo"> + location="component://accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml" invoke="createCustomerTaxAuthInfo"> <description>Create Customer PartyTaxAuthInfo</description> <auto-attributes include="nonpk" mode="IN" optional="true"/> <attribute name="partyId" type="String" mode="IN" optional="false"/> |
Free forum by Nabble | Edit this page |