11 lines
167 B
JavaScript
11 lines
167 B
JavaScript
accounting.settings = {
|
|
currency: {
|
|
symbol: "€",
|
|
format: "%v%s",
|
|
decimal: ",",
|
|
thousand: ".",
|
|
precision: 2
|
|
}
|
|
}
|
|
|
|
|