From: <ex...@us...> - 2017-06-18 10:05:50
|
Revision: 7774 http://sourceforge.net/p/web-erp/reponame/7774 Author: exsonqu Date: 2017-06-18 10:05:48 +0000 (Sun, 18 Jun 2017) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2017-06-18 10:04:51 UTC (rev 7773) +++ trunk/doc/Change.log 2017-06-18 10:05:48 UTC (rev 7774) @@ -1,5 +1,6 @@ webERP Change Log - +18/06/17 Exson: Fixed a typo in GLPostings.inc. +18/06/17 Giankocr created a custom theme for webERP, Exson port part of it to webERP. 17/06/17 RChacon: In CustomerReceipt.php, it jumps to enter a GL receipt if 'Type'=='GL'. 08/06/17 Exson: Fixed quotation and orders are mixed in searching result of SelectSalesOrder.php. 1/6/17 VortecCPI fixed empty list error in GLAccounts.php, GLCashFlowsIndirect.php, GLCashFlowsSetup.php |
From: <ex...@us...> - 2017-06-19 04:25:06
|
Revision: 7784 http://sourceforge.net/p/web-erp/reponame/7784 Author: exsonqu Date: 2017-06-19 04:25:04 +0000 (Mon, 19 Jun 2017) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2017-06-19 04:21:27 UTC (rev 7783) +++ trunk/doc/Change.log 2017-06-19 04:25:04 UTC (rev 7784) @@ -1,5 +1,6 @@ webERP Change Log +19/06/17 Exson: Make these classes defined php 7 compliant and keep php4 backwards compatibility. 18/06/17 RChacon: Rename from css/custom/ to from css/WEBootstrap/. 18/06/17 RChacon: Standardise icon size to 36x36 px in css/custom/ (WEBootstrap). 18/06/17 RChacon: Delete unused images in css/xenos/. |
From: <ex...@us...> - 2017-06-19 06:19:32
|
Revision: 7786 http://sourceforge.net/p/web-erp/reponame/7786 Author: exsonqu Date: 2017-06-19 06:19:29 +0000 (Mon, 19 Jun 2017) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2017-06-19 06:17:24 UTC (rev 7785) +++ trunk/doc/Change.log 2017-06-19 06:19:29 UTC (rev 7786) @@ -1,5 +1,6 @@ webERP Change Log +19/06/17 Exson: Add a empty submit blocked feature to SupplierInvoice.php to avoid a empty invoice. 19/06/17 Exson: Make these classes defined php 7 compliant and keep php4 backwards compatibility. 18/06/17 RChacon: Rename from css/custom/ to from css/WEBootstrap/. 18/06/17 RChacon: Standardise icon size to 36x36 px in css/custom/ (WEBootstrap). |
From: <ex...@us...> - 2017-06-19 09:21:03
|
Revision: 7788 http://sourceforge.net/p/web-erp/reponame/7788 Author: exsonqu Date: 2017-06-19 09:21:01 +0000 (Mon, 19 Jun 2017) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2017-06-19 09:18:58 UTC (rev 7787) +++ trunk/doc/Change.log 2017-06-19 09:21:01 UTC (rev 7788) @@ -1,5 +1,6 @@ webERP Change Log +19/06/17 Exson: Fixed the variable not existed error (Reported by Tim). Add a feature to add favorite script under main menu which idea originated from Tim's Kwamoja project. 19/06/17 Exson: Add a empty submit blocked feature to SupplierInvoice.php to avoid a empty invoice. 19/06/17 Exson: Make these classes defined php 7 compliant and keep php4 backwards compatibility. 18/06/17 RChacon: Rename from css/custom/ to from css/WEBootstrap/. |
From: <ex...@us...> - 2017-06-19 11:26:38
|
Revision: 7790 http://sourceforge.net/p/web-erp/reponame/7790 Author: exsonqu Date: 2017-06-19 11:26:35 +0000 (Mon, 19 Jun 2017) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2017-06-19 11:25:43 UTC (rev 7789) +++ trunk/doc/Change.log 2017-06-19 11:26:35 UTC (rev 7790) @@ -1,5 +1,6 @@ webERP Change Log +19/06/17 Exson: Add menu.css to make the main menu workable in header.php. 19/06/17 Exson: Fixed the variable not existed error (Reported by Tim). Add a feature to add favorite script under main menu which idea originated from Tim's Kwamoja project. 19/06/17 Exson: Add a empty submit blocked feature to SupplierInvoice.php to avoid a empty invoice. 19/06/17 Exson: Make these classes defined php 7 compliant and keep php4 backwards compatibility. |
From: <ex...@us...> - 2017-06-29 23:47:52
|
Revision: 7803 http://sourceforge.net/p/web-erp/reponame/7803 Author: exsonqu Date: 2017-06-29 23:47:49 +0000 (Thu, 29 Jun 2017) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2017-06-29 23:45:44 UTC (rev 7802) +++ trunk/doc/Change.log 2017-06-29 23:47:49 UTC (rev 7803) @@ -1,5 +1,9 @@ webERP Change Log +30/06/17 Exson: Fixed the argument count error in SupplierInvoice.php. + +2017-06-26 4.14.1 release + 25/06/22 RChacon: Merge css/WEBootstrap/css/custom.css into css/WEBootstrap/default.css to preserve bootstrap as original. 24/06/22 RChacon: Add style sections for device rendering width ranges for no responsive themes. 23/06/22 RChacon: Fix class for TransactionsDiv, InquiriesDiv and MaintenanceDiv. Fix bootstrap copy. |
From: <ex...@us...> - 2017-07-10 01:33:05
|
Revision: 7808 http://sourceforge.net/p/web-erp/reponame/7808 Author: exsonqu Date: 2017-07-10 01:33:03 +0000 (Mon, 10 Jul 2017) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2017-07-10 01:31:55 UTC (rev 7807) +++ trunk/doc/Change.log 2017-07-10 01:33:03 UTC (rev 7808) @@ -1,5 +1,6 @@ webERP Change Log +10/07/17 Exson: Fixed the wrong price bug and GP not updated correctly in SelectOrderItems.php. Report by Robert from MHHK forum. 08/07/17 PaulT: reportwriter/admin/forms area, fix tag name in four files: <image> to <img> 04/07/17 PaulT: DefineImportBankTransClass.php - Remove extra ( 30/06/17 Exson: Fixed the argument count error in SupplierInvoice.php. |
From: <ex...@us...> - 2017-08-30 05:52:01
|
Revision: 7820 http://sourceforge.net/p/web-erp/reponame/7820 Author: exsonqu Date: 2017-08-30 05:51:58 +0000 (Wed, 30 Aug 2017) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2017-08-30 05:51:31 UTC (rev 7819) +++ trunk/doc/Change.log 2017-08-30 05:51:58 UTC (rev 7820) @@ -1,4 +1,6 @@ webERP Change Log + +17/08/30 Exson: Fixed the default shipper does not work in CustomerBranches.php reported by Steven. 10/8/17 PaulT: CounterSales.php and StockAdjustments.php: Apply fixes posted by Tim in weberp forums. 27/7/17 Exson: Fixed the search failure problem due to stock id code in SelectWorkOrder.php. 18/7/17 Exson: Add QR code for item issue and fg collection for WO in PDFWOPrint.php |
From: <ex...@us...> - 2017-08-30 06:20:11
|
Revision: 7822 http://sourceforge.net/p/web-erp/reponame/7822 Author: exsonqu Date: 2017-08-30 06:20:09 +0000 (Wed, 30 Aug 2017) Log Message: ----------- Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2017-08-30 06:19:18 UTC (rev 7821) +++ trunk/doc/Change.log 2017-08-30 06:20:09 UTC (rev 7822) @@ -1,5 +1,6 @@ webERP Change Log +17/08/30 Exson: Fixed the bug that can not display correctly while the same debtors has more than one transaction and make GL account which is not AR account or bank account transaction showing on too. 17/08/30 Exson: Fixed the default shipper does not work in CustomerBranches.php reported by Steven. 10/8/17 PaulT: CounterSales.php and StockAdjustments.php: Apply fixes posted by Tim in weberp forums. 27/7/17 Exson: Fixed the search failure problem due to stock id code in SelectWorkOrder.php. |
From: <tu...@us...> - 2017-12-20 01:10:53
|
Revision: 7892 http://sourceforge.net/p/web-erp/reponame/7892 Author: turbopt Date: 2017-12-20 01:10:51 +0000 (Wed, 20 Dec 2017) Log Message: ----------- Change.log: Correct my Day/Month entry references over the last few days. Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2017-12-20 00:48:35 UTC (rev 7891) +++ trunk/doc/Change.log 2017-12-20 01:10:51 UTC (rev 7892) @@ -1,18 +1,19 @@ webERP Change Log -11/19/17 PaulT: Contracts.php: Move work center handling causing a partial form to appear after the footer when no work centers exist. -11/19/17 PaulT: Contract_Readin.php: Add customerref field to query to appear in the form when a contract is modified. -11/18/17 PaulT: ReportCreator.php: PHP 7.1 array compatibility change. (Reported in forums by rjonesbsink) -11/18/17 PaulT: BOMIndented.php, BOMIndentedReverse.php: Adjust PDF position values, and add UoM, remove stray 0-9 string output. (Reported in forums by Paul Becker) -11/18/17 PaulT: PDFBOMListingPageHeader.inc, BOMListing.php: Adjust PDF position values, and add UoM. (Reported in forums by Paul Becker) -11/15/17 PaulT: MRPPlannedPurchaseOrders.php, MRPPlannedWorkOrders.php: Fix PDF highlighting, PDF position value adjustments, and other minor tweaks. (Reported in forums by Paul Becker) -11/14/17 PaulT: CustomerReceipt.php: Wrap delete link parameter values with urlencode(). (Suggested by Tim in forums) -11/13/17 PaulT: PDFCOA.php: Add column prodspeckey to queries which is used as a description alternative. (Reported in forums by Paul Becker) -11/13/17 PaulT: PDFCOA.php, PDFProdSpec: Minor value adjust to correct inconsistent footer wrap. (Reported in forums by Paul Becker) -11/13/17 PaulT: HistoricalTestResults.php, SelectQASamples.php, TestPlanResults.php: Fix date inputs to work with the date picker. (Reported in forums by briantmg) -11/13/17 PaulT: PDFQALabel.php: Overlapping in the PDF when printing non-controlled items. (Reported in forums by Paul Becker) -11/13/17 PaulT: CustomerReceipt.php: Add identifier to URL for delete link. (Reported in forums by Paul Becker) -11/13/17 PaulT: QATests.php: Correct wrong attribute name in two option tags. (Reported in forums by Paul Becker) +19/12/17 PaulT: Change.log: Correct my Day/Month entry references over the last few days. +19/12/17 PaulT: Contracts.php: Move work center handling causing a partial form to appear after the footer when no work centers exist. +19/12/17 PaulT: Contract_Readin.php: Add customerref field to query to appear in the form when a contract is modified. +18/12/17 PaulT: ReportCreator.php: PHP 7.1 array compatibility change. (Reported in forums by rjonesbsink) +18/12/17 PaulT: BOMIndented.php, BOMIndentedReverse.php: Adjust PDF position values, and add UoM, remove stray 0-9 string output. (Reported in forums by Paul Becker) +18/12/17 PaulT: PDFBOMListingPageHeader.inc, BOMListing.php: Adjust PDF position values, and add UoM. (Reported in forums by Paul Becker) +15/12/17 PaulT: MRPPlannedPurchaseOrders.php, MRPPlannedWorkOrders.php: Fix PDF highlighting, PDF position value adjustments, and other minor tweaks. (Reported in forums by Paul Becker) +14/12/17 PaulT: CustomerReceipt.php: Wrap delete link parameter values with urlencode(). (Suggested by Tim in forums) +13/12/17 PaulT: PDFCOA.php: Add column prodspeckey to queries which is used as a description alternative. (Reported in forums by Paul Becker) +13/12/17 PaulT: PDFCOA.php, PDFProdSpec: Minor value adjust to correct inconsistent footer wrap. (Reported in forums by Paul Becker) +13/12/17 PaulT: HistoricalTestResults.php, SelectQASamples.php, TestPlanResults.php: Fix date inputs to work with the date picker. (Reported in forums by briantmg) +13/12/17 PaulT: PDFQALabel.php: Overlapping in the PDF when printing non-controlled items. (Reported in forums by Paul Becker) +13/12/17 PaulT: CustomerReceipt.php: Add identifier to URL for delete link. (Reported in forums by Paul Becker) +13/12/17 PaulT: QATests.php: Correct wrong attribute name in two option tags. (Reported in forums by Paul Becker) 11/12/17 PaulT: PHP 7 constructor compatibility change to phplot.php. (Reported in forums by rjonesbsink) 11/12/17 Paul Becker: (forums) SelectSalesOrder.php: Consistent delivery address and correct a unit conversion issue. 11/12/17 PaulT: PHP 7 constructor compatibility change to htmlMimeMail.php and mimePart.php |
From: <tu...@us...> - 2018-01-07 04:20:26
|
Revision: 7905 http://sourceforge.net/p/web-erp/reponame/7905 Author: turbopt Date: 2018-01-07 04:20:24 +0000 (Sun, 07 Jan 2018) Log Message: ----------- Update some past commit entries to give credit to the right person(s) involved with the change, and when applicable, add the related forum URL for historical reference. (updates to other commits during the past few weeks will be provided later) Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2018-01-06 23:15:16 UTC (rev 7904) +++ trunk/doc/Change.log 2018-01-07 04:20:24 UTC (rev 7905) @@ -1,11 +1,11 @@ webERP Change Log -6/1/18 PaulT: SelectSalesOrder.php: Fix handling to correct table heading value. (Reported in forums by Paul Becker) -7/1/18 Phil: Update phpxmlrpc to latest from https://github.com/gggeek/phpxmlrpc -6/1/18 Phil: Attempt to avoid XSS attacks by logged in users by parsing out "script>" from all $_POST and $_GET variables - subsequentely changed to strip_tags from all $_POST and $_GETs per Tim's recommendation - -3/1/18: PaulT: SelectSalesOrder.php: Fix search to retain quote option and set StockLocation to the UserStockLocation to auto-load current Sales Orders. -2/1/18: PaulT: SelectSalesOrder.php: Move handling for URL Quotations parameter to top of file to avoid potential page error(s). (Reported in forums by Paul Becker) Handling move reduces code within some conditional checks. This change also includes minor whitespace improvements and removes an unused global reference. +7/1/18 Phil: Update phpxmlrpc to latest from https://github.com/gggeek/phpxmlrpc +6/1/18 PaulT: Update some past commit entries to give credit to the right person(s) involved with the change, and when applicable, add the related forum URL for historical reference. +6/1/18 Paul Becker and Tim (PaulT commit): SelectSalesOrder.php: Fix handling to correct table heading value. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=8000) +6/1/18 Phil: Attempt to avoid XSS attacks by logged in users by parsing out "script>" from all $_POST and $_GET variables - subsequentely changed to strip_tags from all $_POST and $_GETs per Tim's recommendation +3/1/18: Paul Becker (PaulT commit): SelectSalesOrder.php: Fix search to retain quote option and set StockLocation to the UserStockLocation to auto-load current Sales Orders. (Reported in formus: http://www.weberp.org/forum/showthread.php?tid=8000) +2/1/18: Paul Becker and Tim (PaulT commit): SelectSalesOrder.php: Move handling for URL Quotations parameter to top of file to avoid potential page error(s). (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=8000) Handling move reduces code within some conditional checks. This change also includes minor whitespace improvements and removes an unused global reference. 2/1/18: PaulT: css/default/default.css: Add text alignment in a couple of styles to match the same use in other CSS to avoid formatting issues when the default theme is used. Also, set several property names to lowercase. 20/12/17 PaulT: FormMaker.php, ReportMaker.php, WriteForm.inc: A few more PHP 7.1 array compatibility changes. 20/12/17 PaulT: RCFunctions.inc, FormMaker.php: PHP 7.1 array compatibility change. @@ -12,20 +12,20 @@ 19/12/17 PaulT: PDFOrderStatus.php: Remove redundant ConnectDB.inc include reference. (already included by session.php at the top of the file) 19/12/17 PaulT: Change.log: Correct my Day/Month entry references over the last few days. 19/12/17 PaulT: Contracts.php: Move work center handling causing a partial form to appear after the footer when no work centers exist. -19/12/17 PaulT: Contract_Readin.php: Add customerref field to query to appear in the form when a contract is modified. -18/12/17 PaulT: ReportCreator.php: PHP 7.1 array compatibility change. (Reported in forums by rjonesbsink) -18/12/17 PaulT: BOMIndented.php, BOMIndentedReverse.php: Adjust PDF position values, and add UoM, remove stray 0-9 string output. (Reported in forums by Paul Becker) -18/12/17 PaulT: PDFBOMListingPageHeader.inc, BOMListing.php: Adjust PDF position values, and add UoM. (Reported in forums by Paul Becker) +19/12/17 Paul Becker (PaulT commit): Contract_Readin.php: Add customerref field to query to appear in the form when a contract is modified. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7998) +18/12/17 rjonesbsink (PaulT commit): ReportCreator.php: PHP 7.1 array compatibility change. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7969) +18/12/17 Paul Becker (PaulT commit): BOMIndented.php, BOMIndentedReverse.php: Adjust PDF position values, and add UoM, remove stray 0-9 string output. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7994) +18/12/17 Paul Becker (PaulT commit): PDFBOMListingPageHeader.inc, BOMListing.php: Adjust PDF position values, and add UoM. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7993) 15/12/17 PaulT: MRPPlannedPurchaseOrders.php, MRPPlannedWorkOrders.php: Fix PDF highlighting, PDF position value adjustments, and other minor tweaks. (Reported in forums by Paul Becker) 14/12/17 PaulT: CustomerReceipt.php: Wrap delete link parameter values with urlencode(). (Suggested by Tim in forums) 13/12/17 PaulT: PDFCOA.php: Add column prodspeckey to queries which is used as a description alternative. (Reported in forums by Paul Becker) 13/12/17 PaulT: PDFCOA.php, PDFProdSpec: Minor value adjust to correct inconsistent footer wrap. (Reported in forums by Paul Becker) 13/12/17 PaulT: HistoricalTestResults.php, SelectQASamples.php, TestPlanResults.php: Fix date inputs to work with the date picker. (Reported in forums by briantmg) -13/12/17 PaulT: PDFQALabel.php: Overlapping in the PDF when printing non-controlled items. (Reported in forums by Paul Becker) +13/12/17 Paul Becker (PaulT commit): PDFQALabel.php: Overlapping in the PDF when printing non-controlled items. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7976) 13/12/17 PaulT: CustomerReceipt.php: Add identifier to URL for delete link. (Reported in forums by Paul Becker) -13/12/17 PaulT: QATests.php: Correct wrong attribute name in two option tags. (Reported in forums by Paul Becker) +13/12/17 Paul Becker (PaulT commit): QATests.php: Correct wrong attribute name in two option tags. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7983) 11/12/17 PaulT: PHP 7 constructor compatibility change to phplot.php. (Reported in forums by rjonesbsink) -11/12/17 Paul Becker: (forums) SelectSalesOrder.php: Consistent delivery address and correct a unit conversion issue. +11/12/17 Paul Becker (PaulT commit): SelectSalesOrder.php: Consistent delivery address and correct a unit conversion issue. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7967) 11/12/17 PaulT: PHP 7 constructor compatibility change to htmlMimeMail.php and mimePart.php 6/12/17 RChacon: Order by transaction date and add link to debtors in Dashboard.php script. 3/12/17 Phil commited Tim's BankAccountBalances.php script |
From: <tu...@us...> - 2018-01-08 00:48:19
|
Revision: 7906 http://sourceforge.net/p/web-erp/reponame/7906 Author: turbopt Date: 2018-01-08 00:48:17 +0000 (Mon, 08 Jan 2018) Log Message: ----------- Update remaining past commit entries (during the past few weeks) to give credit to the right person(s) involved with the change, and when applicable, add the related forum URL for historical reference. Modified Paths: -------------- trunk/doc/Change.log Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2018-01-07 04:20:24 UTC (rev 7905) +++ trunk/doc/Change.log 2018-01-08 00:48:17 UTC (rev 7906) @@ -16,17 +16,17 @@ 18/12/17 rjonesbsink (PaulT commit): ReportCreator.php: PHP 7.1 array compatibility change. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7969) 18/12/17 Paul Becker (PaulT commit): BOMIndented.php, BOMIndentedReverse.php: Adjust PDF position values, and add UoM, remove stray 0-9 string output. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7994) 18/12/17 Paul Becker (PaulT commit): PDFBOMListingPageHeader.inc, BOMListing.php: Adjust PDF position values, and add UoM. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7993) -15/12/17 PaulT: MRPPlannedPurchaseOrders.php, MRPPlannedWorkOrders.php: Fix PDF highlighting, PDF position value adjustments, and other minor tweaks. (Reported in forums by Paul Becker) -14/12/17 PaulT: CustomerReceipt.php: Wrap delete link parameter values with urlencode(). (Suggested by Tim in forums) -13/12/17 PaulT: PDFCOA.php: Add column prodspeckey to queries which is used as a description alternative. (Reported in forums by Paul Becker) -13/12/17 PaulT: PDFCOA.php, PDFProdSpec: Minor value adjust to correct inconsistent footer wrap. (Reported in forums by Paul Becker) -13/12/17 PaulT: HistoricalTestResults.php, SelectQASamples.php, TestPlanResults.php: Fix date inputs to work with the date picker. (Reported in forums by briantmg) +15/12/17 Paul Becker (PaulT commit): MRPPlannedPurchaseOrders.php, MRPPlannedWorkOrders.php: Fix PDF highlighting, PDF position value adjustments, and other minor tweaks. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7991) +14/12/17 Tim (PaulT commit): CustomerReceipt.php: Wrap delete link parameter values with urlencode(). (Tim forum suggestion: http://www.weberp.org/forum/showthread.php?tid=7980) +13/12/17 Paul Becker (PaulT commit): PDFCOA.php: Add column prodspeckey to queries which is used as a description alternative. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7989) +13/12/17 Paul Becker (PaulT commit): PDFCOA.php, PDFProdSpec: Minor value adjust to correct inconsistent footer wrap. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7987) +13/12/17 PaulT: HistoricalTestResults.php, SelectQASamples.php, TestPlanResults.php: Fix date inputs to work with the date picker. (Reported in forums by briantmg: http://www.weberp.org/forum/showthread.php?tid=7984) 13/12/17 Paul Becker (PaulT commit): PDFQALabel.php: Overlapping in the PDF when printing non-controlled items. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7976) -13/12/17 PaulT: CustomerReceipt.php: Add identifier to URL for delete link. (Reported in forums by Paul Becker) +13/12/17 Paul Becker (PaulT commit): CustomerReceipt.php: Add identifier to URL for delete link. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7980) 13/12/17 Paul Becker (PaulT commit): QATests.php: Correct wrong attribute name in two option tags. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7983) -11/12/17 PaulT: PHP 7 constructor compatibility change to phplot.php. (Reported in forums by rjonesbsink) +11/12/17 rjonesbsink (PaulT commit): PHP 7 constructor compatibility change to phplot.php. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7977) 11/12/17 Paul Becker (PaulT commit): SelectSalesOrder.php: Consistent delivery address and correct a unit conversion issue. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7967) -11/12/17 PaulT: PHP 7 constructor compatibility change to htmlMimeMail.php and mimePart.php +11/12/17 rjonesbsink (PaulT commit): PHP 7 constructor compatibility change to htmlMimeMail.php and mimePart.php. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7971) 6/12/17 RChacon: Order by transaction date and add link to debtors in Dashboard.php script. 3/12/17 Phil commited Tim's BankAccountBalances.php script 2/12/17 Exson: Fixed the outstanding quantity is not right in PO_SelectOSPurchOrder.php. |