From: <tim...@us...> - 2012-02-06 14:57:16
|
Revision: 4877 http://web-erp.svn.sourceforge.net/web-erp/?rev=4877&view=rev Author: tim_schofield Date: 2012-02-06 14:57:06 +0000 (Mon, 06 Feb 2012) Log Message: ----------- Removed FUD as new functions seem consistent with the rest of the API Modified Paths: -------------- trunk/doc/Change.log trunk/doc/Manual/ManualAPITutorial.html Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-02-06 06:47:35 UTC (rev 4876) +++ trunk/doc/Change.log 2012-02-06 14:57:06 UTC (rev 4877) @@ -1,5 +1,6 @@ webERP Change Log +6/2/12 Tim: Removed FUD as new API functions seem consistent with the rest of the API</p> 6/2/12 Phil: Added new API function InsertDebtorReceipt in api_debtortransactions.php 4/2/12 Vitaly: Fixed addTextWrap() in class.pdf.php. The length of the string was not calculated properly, causing long strings to print beyond the cell boundaries. 4/2/12 Phil: Added new API function CreateCreditNote in api_debtortransactions.php Modified: trunk/doc/Manual/ManualAPITutorial.html =================================================================== --- trunk/doc/Manual/ManualAPITutorial.html 2012-02-06 06:47:35 UTC (rev 4876) +++ trunk/doc/Manual/ManualAPITutorial.html 2012-02-06 14:57:06 UTC (rev 4877) @@ -2,7 +2,7 @@ <br /><br /> <font size="+2"><b>webERP API - Getting Started</b></font> <br /><br /> -The API is an Application Program Interface, that is intended to expose webERP functionality to external programs. There are currently a number of low level functions it exposes to enable external applications to retrieve webERP data and to update or insert webERP data. Unfortunately, some of these functions have the potential to upset the data integrity of webERP so they must be used with great caution. +The API is an Application Program Interface, that is intended to expose webERP functionality to external programs. There are currently a number of low level functions it exposes to enable external applications to retrieve webERP data and to update or insert webERP data. <br /><br /> The API in webERP uses XML-RPC in particular the phpxmlrpc class from Useful Inc originally developed by Edd Dumbill <br /><br /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |