From ab930a2dbe0372bafd75545075091ab96d8087f1 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 3 Nov 2015 18:54:57 +1100 Subject: [PATCH] fixed pr issues --- .gitignore | 1 - storage/templates/bold.js | 7 +++++++ storage/templates/clean.js | 9 ++++++++- storage/templates/modern.js | 8 +++++++- storage/templates/plain.js | 7 +++++++ 5 files changed, 29 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cf43e103bb18..62b2fec899b7 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,6 @@ Thumbs.db /.env /.env.development.php /.env.php -/composer.lock /error_log /auth.json diff --git a/storage/templates/bold.js b/storage/templates/bold.js index 361b0f5c1a58..a036f90c1639 100644 --- a/storage/templates/bold.js +++ b/storage/templates/bold.js @@ -239,6 +239,13 @@ "termsLabel": { "bold": true, "margin": [0, 0, 0, 4] + }, + "header": { + "fontSize": "$fontSizeLargest", + "bold": true + }, + "subheader": { + "fontSize": "$fontSizeLarger" } }, "pageMargins": [0, 80, 0, 40] diff --git a/storage/templates/clean.js b/storage/templates/clean.js index 6ebd34f40ade..595a256fe2a3 100644 --- a/storage/templates/clean.js +++ b/storage/templates/clean.js @@ -185,7 +185,14 @@ }, "termsLabel": { "bold": true - } + }, + "header": { + "fontSize": "$fontSizeLargest", + "bold": true + }, + "subheader": { + "fontSize": "$fontSizeLarger" + } }, "pageMargins": [40, 40, 40, 60] } \ No newline at end of file diff --git a/storage/templates/modern.js b/storage/templates/modern.js index 74e37bf4ac1e..7ca76715e3f2 100644 --- a/storage/templates/modern.js +++ b/storage/templates/modern.js @@ -230,8 +230,14 @@ }, "invoiceNumber": { "bold": true + }, + "header": { + "fontSize": "$fontSizeLargest", + "bold": true + }, + "subheader": { + "fontSize": "$fontSizeLarger" } - }, "pageMargins": [40, 80, 40, 50] } \ No newline at end of file diff --git a/storage/templates/plain.js b/storage/templates/plain.js index 49a51571ca35..fa034ff51270 100644 --- a/storage/templates/plain.js +++ b/storage/templates/plain.js @@ -152,6 +152,13 @@ }, "balanceDue": { "fillColor": "#e6e6e6" + }, + "header": { + "fontSize": "$fontSizeLargest", + "bold": true + }, + "subheader": { + "fontSize": "$fontSizeLarger" } }, "pageMargins": [40, 40, 40, 60]