From: <rc...@us...> - 2014-08-28 15:35:11
|
Revision: 6851 http://sourceforge.net/p/web-erp/reponame/6851 Author: rchacon Date: 2014-08-28 15:35:08 +0000 (Thu, 28 Aug 2014) Log Message: ----------- Updates doc/Change.log. Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-08-28 15:24:56 UTC (rev 6850) +++ trunk/doc/Change.log 2014-08-28 15:35:08 UTC (rev 6851) @@ -1,4 +1,6 @@ webERP Change Log + +28/08/14 RChacon: In Tax.php: Fixes SQL select order-by from transaction-date to record-number (primary key). Minor improvements. 28/08/14 Exson: Fixed the csv file aligned abnormal when there are commas in fields strings. 28/08/14 RChacon: In Tax.php: Adds code comments, clean-up unneeded variables, simplies and reorder SQL select, reduces if() calls, replaces addTextWarp-left-align with addText, replaces line-drawing a box with Rectangle(), fixes start-date for 'Y/m/d' format, adds start-date for 'Y-m-d' format, adds a summary section for the report, adds ViewTopic and BookMark, adds more NoOfPeriods. 26/08/14 RChacon: In PDFPriceList.php: Adds code comments, adds PageHeader() print for currabrev and categoryid, replaces addTextWarp-left-align with addText, replaces line-drawing a box with Rectangle(), adds 'Prices excluding tax' warning. |