mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
report 3-3
This commit is contained in:
parent
eb749878c0
commit
f13e42f34f
@ -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…
x
Reference in New Issue
Block a user