fixed pr issues

This commit is contained in:
David Bomba 2015-11-03 18:54:57 +11:00
parent 38c3f14081
commit ab930a2dbe
5 changed files with 29 additions and 3 deletions

1
.gitignore vendored
View File

@ -18,7 +18,6 @@ Thumbs.db
/.env /.env
/.env.development.php /.env.development.php
/.env.php /.env.php
/composer.lock
/error_log /error_log
/auth.json /auth.json

View File

@ -239,6 +239,13 @@
"termsLabel": { "termsLabel": {
"bold": true, "bold": true,
"margin": [0, 0, 0, 4] "margin": [0, 0, 0, 4]
},
"header": {
"fontSize": "$fontSizeLargest",
"bold": true
},
"subheader": {
"fontSize": "$fontSizeLarger"
} }
}, },
"pageMargins": [0, 80, 0, 40] "pageMargins": [0, 80, 0, 40]

View File

@ -185,7 +185,14 @@
}, },
"termsLabel": { "termsLabel": {
"bold": true "bold": true
} },
"header": {
"fontSize": "$fontSizeLargest",
"bold": true
},
"subheader": {
"fontSize": "$fontSizeLarger"
}
}, },
"pageMargins": [40, 40, 40, 60] "pageMargins": [40, 40, 40, 60]
} }

View File

@ -230,8 +230,14 @@
}, },
"invoiceNumber": { "invoiceNumber": {
"bold": true "bold": true
},
"header": {
"fontSize": "$fontSizeLargest",
"bold": true
},
"subheader": {
"fontSize": "$fontSizeLarger"
} }
}, },
"pageMargins": [40, 80, 40, 50] "pageMargins": [40, 80, 40, 50]
} }

View File

@ -152,6 +152,13 @@
}, },
"balanceDue": { "balanceDue": {
"fillColor": "#e6e6e6" "fillColor": "#e6e6e6"
},
"header": {
"fontSize": "$fontSizeLargest",
"bold": true
},
"subheader": {
"fontSize": "$fontSizeLarger"
} }
}, },
"pageMargins": [40, 40, 40, 60] "pageMargins": [40, 40, 40, 60]