2
0
mirror of https://github.com/frappe/books.git synced 2025-01-26 16:48:28 +00:00
books/utils/consts.js

4 lines
129 B
JavaScript
Raw Normal View History

export const DEFAULT_INTERNAL_PRECISION = 11;
2021-12-23 17:08:32 +05:30
export const DEFAULT_DISPLAY_PRECISION = 2;
2021-12-23 18:06:55 +05:30
export const DEFAULT_LOCALE = 'en-IN';