fixed pr issues
This commit is contained in:
parent
38c3f14081
commit
ab930a2dbe
5 changed files with 29 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -18,7 +18,6 @@ Thumbs.db
|
|||
/.env
|
||||
/.env.development.php
|
||||
/.env.php
|
||||
/composer.lock
|
||||
|
||||
/error_log
|
||||
/auth.json
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -185,7 +185,14 @@
|
|||
},
|
||||
"termsLabel": {
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
"fontSize": "$fontSizeLargest",
|
||||
"bold": true
|
||||
},
|
||||
"subheader": {
|
||||
"fontSize": "$fontSizeLarger"
|
||||
}
|
||||
},
|
||||
"pageMargins": [40, 40, 40, 60]
|
||||
}
|
||||
|
|
@ -230,8 +230,14 @@
|
|||
},
|
||||
"invoiceNumber": {
|
||||
"bold": true
|
||||
},
|
||||
"header": {
|
||||
"fontSize": "$fontSizeLargest",
|
||||
"bold": true
|
||||
},
|
||||
"subheader": {
|
||||
"fontSize": "$fontSizeLarger"
|
||||
}
|
||||
|
||||
},
|
||||
"pageMargins": [40, 80, 40, 50]
|
||||
}
|
||||
|
|
@ -152,6 +152,13 @@
|
|||
},
|
||||
"balanceDue": {
|
||||
"fillColor": "#e6e6e6"
|
||||
},
|
||||
"header": {
|
||||
"fontSize": "$fontSizeLargest",
|
||||
"bold": true
|
||||
},
|
||||
"subheader": {
|
||||
"fontSize": "$fontSizeLarger"
|
||||
}
|
||||
},
|
||||
"pageMargins": [40, 40, 40, 60]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue