|
From: <tu...@us...> - 2017-12-14 03:57:53
|
Revision: 7884
http://sourceforge.net/p/web-erp/reponame/7884
Author: turbopt
Date: 2017-12-14 03:57:51 +0000 (Thu, 14 Dec 2017)
Log Message:
-----------
PDFCOA.php: Add column prodspeckey to queries which is used as a description alternative. (Reported in forums by Paul Becker)
Modified Paths:
--------------
trunk/PDFCOA.php
trunk/doc/Change.log
Modified: trunk/PDFCOA.php
===================================================================
--- trunk/PDFCOA.php 2017-12-14 00:10:50 UTC (rev 7883)
+++ trunk/PDFCOA.php 2017-12-14 03:57:51 UTC (rev 7884)
@@ -88,6 +88,7 @@
type,
testvalue,
sampledate,
+ prodspeckey,
groupby
FROM qasamples INNER JOIN sampleresults
ON sampleresults.sampleid=qasamples.sampleid
@@ -108,6 +109,7 @@
type,
testvalue,
sampledate,
+ prodspeckey,
groupby
FROM qasamples INNER JOIN sampleresults
ON sampleresults.sampleid=qasamples.sampleid
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2017-12-14 00:10:50 UTC (rev 7883)
+++ trunk/doc/Change.log 2017-12-14 03:57:51 UTC (rev 7884)
@@ -1,5 +1,6 @@
webERP Change Log
+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)
|