build(electron): bump electron to 15.3.0

- refactor Common Js imports to ES6
This commit is contained in:
18alantom
2021-11-05 14:31:35 +05:30
parent f0424d0ee4
commit 1a8a23d2a2
120 changed files with 679 additions and 586 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
module.exports = {
export default {
doctype: "PrintFormat",
name: "Standard Invoice Format",
for: "SalesInvoice",
@@ -71,4 +71,4 @@ module.exports = {
{{ frappe.format(doc.terms, 'Text') }}
</div>
`
}
};
+3 -3
View File
@@ -1,7 +1,7 @@
const frappe = require('frappejs');
import frappe from 'frappejs';
const _ = frappe._.bind(frappe);
module.exports = {
export default {
[_("Application of Funds (Assets)")]: {
[_("Current Assets")]: {
[_("Accounts Receivable")]: {
@@ -170,4 +170,4 @@ module.exports = {
},
"rootType": "Equity"
}
}
};