inventur/js/app.js
TLRZ Seyfferth 49146a8ba6 updates
2018-01-10 17:29:27 +01:00

20 lines
377 B
JavaScript

accounting.settings = {
currency: {
symbol: "€",
format: "%v%s",
decimal: ",",
thousand: ".",
precision: 2
},
number: {
precision : 2, // default precision on numbers is 0
thousand: ".",
decimal : ","
}
}
$(document).ready(function(){
$('.tabs').tabs();
$('.fixed-action-btn').floatingActionButton();
})