mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-04 07:07:17 -05:00
Fix currency symbol encoding in invoice PDF (#839)
This commit is contained in:
@@ -38,6 +38,7 @@ pre { font-family: Helvetica; font-size: 13px; }
|
||||
#items { width: 100%; border: 1px solid black; }
|
||||
#items th { background: #eee; }
|
||||
#items tr.item-row td { border: 0; vertical-align: top; }
|
||||
#items td { font-family: DejaVu Sans; }
|
||||
#items td.description { width: 300px; }
|
||||
#items td.item-name { width: 175px; }
|
||||
#items td.total-line { text-align: right; border-width: 1px 0 1px 1px; border-style: solid; }
|
||||
|
||||
1
public/dist/invoice_email.css
vendored
1
public/dist/invoice_email.css
vendored
@@ -38,6 +38,7 @@ pre { font-family: Helvetica; font-size: 13px; }
|
||||
#items { width: 100%; border: 1px solid black; }
|
||||
#items th { background: #eee; }
|
||||
#items tr.item-row td { border: 0; vertical-align: top; }
|
||||
#items td { font-family: DejaVu Sans; }
|
||||
#items td.description { width: 300px; }
|
||||
#items td.item-name { width: 175px; }
|
||||
#items td.total-line { text-align: right; border-width: 1px 0 1px 1px; border-style: solid; }
|
||||
|
||||
2
public/dist/opensourcepos.min.js
vendored
2
public/dist/opensourcepos.min.js
vendored
File diff suppressed because one or more lines are too long
39
public/license/composer.LICENSES
Normal file
39
public/license/composer.LICENSES
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "__root__",
|
||||
"version": "dev-feature/composer",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"dependencies": {
|
||||
"codeigniter/framework": {
|
||||
"version": "3.1.0",
|
||||
"license": [
|
||||
"MIT"
|
||||
]
|
||||
},
|
||||
"dompdf/dompdf": {
|
||||
"version": "v0.7.0",
|
||||
"license": [
|
||||
"LGPL-2.1"
|
||||
]
|
||||
},
|
||||
"ins0/google-measurement-php-client": {
|
||||
"version": "v2.1.1",
|
||||
"license": [
|
||||
"BSD-3-Clause"
|
||||
]
|
||||
},
|
||||
"phenx/php-font-lib": {
|
||||
"version": "0.4",
|
||||
"license": [
|
||||
"LGPL-3.0"
|
||||
]
|
||||
},
|
||||
"phenx/php-svg-lib": {
|
||||
"version": "0.1",
|
||||
"license": [
|
||||
"LGPL-3.0"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user