report 3-3
This commit is contained in:
parent
eb749878c0
commit
f13e42f34f
1 changed files with 5 additions and 0 deletions
|
|
@ -2473,11 +2473,16 @@ function GetReportTemplate3 (invoice,checkMath)
|
|||
|
||||
|
||||
// SetPdfColor('SomeGreen',doc);
|
||||
|
||||
doc.setFontType("bold");
|
||||
doc.text(tableLeft, x, productKey);
|
||||
|
||||
doc.setFontType("normal");
|
||||
SetPdfColor('Black',doc);
|
||||
doc.text(descriptionLeft, x, notes);
|
||||
|
||||
|
||||
|
||||
doc.text(costX, x, cost);
|
||||
doc.text(qtyX, x, qty);
|
||||
doc.text(totalX, x, lineTotal);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue