* bump version * fix translation ids * added css classes to modify form with custom css * improve export pdf file names * respect financial year in new report * added new InvoiceCalculator: price * upgrade packages and node-sass to v7 * title pattern for customer, project and activity via API * support negative money without currency * fix sub-locale in print export template * fix overbooking validation for monthly budget * fix copying entities with different set of custom-fields compared to the current configuration
46 lines
863 B
JSON
46 lines
863 B
JSON
{
|
|
"entrypoints": {
|
|
"app": {
|
|
"js": [
|
|
"build/runtime.b8e7bb04.js",
|
|
"build/app.94572a11.js"
|
|
],
|
|
"css": [
|
|
"build/app.3bc2b4d9.css"
|
|
]
|
|
},
|
|
"invoice": {
|
|
"js": [
|
|
"build/runtime.b8e7bb04.js",
|
|
"build/invoice.19f36eca.js"
|
|
],
|
|
"css": [
|
|
"build/invoice.ff32661a.css"
|
|
]
|
|
},
|
|
"invoice-pdf": {
|
|
"js": [
|
|
"build/runtime.b8e7bb04.js",
|
|
"build/invoice-pdf.0ce1f3ce.js"
|
|
],
|
|
"css": [
|
|
"build/invoice-pdf.9a7468ef.css"
|
|
]
|
|
},
|
|
"chart": {
|
|
"js": [
|
|
"build/runtime.b8e7bb04.js",
|
|
"build/chart.e845e930.js"
|
|
]
|
|
},
|
|
"calendar": {
|
|
"js": [
|
|
"build/runtime.b8e7bb04.js",
|
|
"build/calendar.52d75f80.js"
|
|
],
|
|
"css": [
|
|
"build/calendar.25e7e872.css"
|
|
]
|
|
}
|
|
}
|
|
} |