mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
fixed pr issues
This commit is contained in:
parent
38c3f14081
commit
ab930a2dbe
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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]
|
||||||
|
@ -185,6 +185,13 @@
|
|||||||
},
|
},
|
||||||
"termsLabel": {
|
"termsLabel": {
|
||||||
"bold": true
|
"bold": true
|
||||||
|
},
|
||||||
|
"header": {
|
||||||
|
"fontSize": "$fontSizeLargest",
|
||||||
|
"bold": true
|
||||||
|
},
|
||||||
|
"subheader": {
|
||||||
|
"fontSize": "$fontSizeLarger"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pageMargins": [40, 40, 40, 60]
|
"pageMargins": [40, 40, 40, 60]
|
||||||
|
@ -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]
|
||||||
}
|
}
|
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user