From: <tim...@us...> - 2010-02-02 11:06:57
|
Revision: 3334 http://web-erp.svn.sourceforge.net/web-erp/?rev=3334&view=rev Author: tim_schofield Date: 2010-02-02 11:06:47 +0000 (Tue, 02 Feb 2010) Log Message: ----------- Harald: api_xml-rpc.php.php - Corrections to descriptions. Modified Paths: -------------- trunk/api/api_xml-rpc.php trunk/doc/Change.log.html Modified: trunk/api/api_xml-rpc.php =================================================================== --- trunk/api/api_xml-rpc.php 2010-01-29 15:58:05 UTC (rev 3333) +++ trunk/api/api_xml-rpc.php 2010-02-02 11:06:47 UTC (rev 3334) @@ -970,7 +970,7 @@ unset($Parameter); unset($ReturnValue); - $Description = _(''); + $Description = _('Inserts a sales invoice into the debtortrans table and does the relevant GL entries'); $Parameter[0]['name'] = _('Invoice Details'); $Parameter[0]['description'] = _('An array of index/value items describing the invoice.'); $Parameter[1]['name'] = _('User name'); @@ -1000,6 +1000,7 @@ unset($Parameter); unset($ReturnValue); + $Description = _('This function is used to insert a new Sales Credit to the webERP database.'); $Parameter[0]['name'] = _('Credit Details'); $Parameter[0]['description'] = _('An array of index/value items describing the credit. All values must be negative.'); $Parameter[1]['name'] = _('User name'); Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-01-29 15:58:05 UTC (rev 3333) +++ trunk/doc/Change.log.html 2010-02-02 11:06:47 UTC (rev 3334) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>02/02/10 Harald: api_xml-rpc.php.php - Corrections to descriptions.</p> <p>29/01/10 Pak Ricard: PricesByCost.php - New script to view or update prices by cost</p> <p>29/01/10 Zhiguo Yuan: SupplierCredit.php - Bring credit note scrpt in line with the invoice script</p> <p>29/01/10 Victor Onofrei: Partial Romanian translation</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |