Author: lektran
Date: Fri Nov 13 21:44:53 2009
New Revision: 836007
URL:
http://svn.apache.org/viewvc?rev=836007&view=revLog:
Might as well add what I learned to the service description
Modified:
ofbiz/trunk/applications/accounting/servicedef/services_invoice.xml
Modified: ofbiz/trunk/applications/accounting/servicedef/services_invoice.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_invoice.xml?rev=836007&r1=836006&r2=836007&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_invoice.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_invoice.xml Fri Nov 13 21:44:53 2009
@@ -173,7 +173,12 @@
</service>
<service name="createCommissionInvoices" engine="java"
location="org.ofbiz.accounting.invoice.InvoiceServices" invoke="createCommissionInvoices">
- <description>Create commission invoice for the list of sales invoices</description>
+ <description>
+ Create commission invoice for the list of sales invoices.
+ Returns a List of Maps, one for each invoice created containing:
+ commissionInvoiceId: the invoiceId of the invoice created
+ salesRepresentative: the invoice partyIdFrom
+ </description>
<attribute name="partyIds" type="List" mode="IN" optional="true"/>
<attribute name="invoiceIds" type="List" mode="IN" optional="false"/>
<attribute name="invoicesCreated" type="List" mode="OUT" optional="true"/>