* fix edit timesheet link * fix drag & drop creates record for wrong user * fix search with multiple bindings * hide user switcher in calendar if there is only one user to choose * make quick entry responsive for mobile-only users * mark invoices as exported by default * fix serialization deprecation warning * fix duration calculation for fixed rate entries * updated composer packages * fix checkbox for horizontal forms * support pdfContext for PDF invoice templates
46 lines
863 B
JSON
46 lines
863 B
JSON
{
|
|
"entrypoints": {
|
|
"app": {
|
|
"js": [
|
|
"build/runtime.b8e7bb04.js",
|
|
"build/app.0cc41cd4.js"
|
|
],
|
|
"css": [
|
|
"build/app.4cf06f88.css"
|
|
]
|
|
},
|
|
"invoice": {
|
|
"js": [
|
|
"build/runtime.b8e7bb04.js",
|
|
"build/invoice.19f36eca.js"
|
|
],
|
|
"css": [
|
|
"build/invoice.ccdecd42.css"
|
|
]
|
|
},
|
|
"invoice-pdf": {
|
|
"js": [
|
|
"build/runtime.b8e7bb04.js",
|
|
"build/invoice-pdf.0ce1f3ce.js"
|
|
],
|
|
"css": [
|
|
"build/invoice-pdf.e73a6dda.css"
|
|
]
|
|
},
|
|
"chart": {
|
|
"js": [
|
|
"build/runtime.b8e7bb04.js",
|
|
"build/chart.e845e930.js"
|
|
]
|
|
},
|
|
"calendar": {
|
|
"js": [
|
|
"build/runtime.b8e7bb04.js",
|
|
"build/calendar.ba553253.js"
|
|
],
|
|
"css": [
|
|
"build/calendar.25e7e872.css"
|
|
]
|
|
}
|
|
}
|
|
} |