From: <dai...@us...> - 2017-01-13 23:03:17
|
Revision: 7727 http://sourceforge.net/p/web-erp/reponame/7727 Author: daintree Date: 2017-01-13 23:03:14 +0000 (Fri, 13 Jan 2017) Log Message: ----------- customer receipt can now take payment discount based on discount percentages entered against the payment methods Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2017-01-13 23:02:10 UTC (rev 7726) +++ trunk/doc/Change.log 2017-01-13 23:03:14 UTC (rev 7727) @@ -1,10 +1,11 @@ webERP Change Log -12/01/17 RChacon: Removes the "&" before the variable $ResultIndex in ConnectDB_XXX.inc. +14/1/17 Phil: CustomerReceipt now calculates payment discount based on percentages entered in payment methods +12/1/17 RChacon: Removes the "&" before the variable $ResultIndex in ConnectDB_XXX.inc. 12/1/17 Phil: Added a discount percentage field to the payment methods - to allow calculation of discount when receipts entered... still yet to code this bit -06/01/17 RChacon: Add Turn off/on the page help and the field help. -05/01/17 RChacon: In GLCashFlowsIndirect.php, fix named key in Associative array with config value. Thanks Tim. -05/01/17 RChacon: For strict Standards, removes the "&" before the variable in DB_fetch_row() and in DB_fetch_array() in ConnectDB_XXX.inc. Thanks Tim. +6/1/17 RChacon: Add Turn off/on the page help and the field help. +5/1/17 RChacon: In GLCashFlowsIndirect.php, fix named key in Associative array with config value. Thanks Tim. +5/1/17 RChacon: For strict Standards, removes the "&" before the variable in DB_fetch_row() and in DB_fetch_array() in ConnectDB_XXX.inc. Thanks Tim. 21/12/16 RChacon: In PurchasesReport.php, fix date comparison and title. Thanks Tim. 20/12/16 RChacon: Standardise to "Print" button. 20/12/16 RChacon: Add a report of purchases from suppliers for the range of selected dates. |