2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00
books/fyo/utils/consts.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
568 B
TypeScript
Raw Normal View History

export const DEFAULT_INTERNAL_PRECISION = 11;
2021-12-23 11:38:32 +00:00
export const DEFAULT_DISPLAY_PRECISION = 2;
export const DEFAULT_DATE_FORMAT = 'MMM d, y';
2021-12-23 12:36:55 +00:00
export const DEFAULT_LOCALE = 'en-IN';
export const DEFAULT_COUNTRY_CODE = 'in';
2022-04-18 08:01:41 +00:00
export const DEFAULT_CURRENCY = 'INR';
2022-03-08 06:44:05 +00:00
export const DEFAULT_LANGUAGE = 'English';
export const DEFAULT_SERIES_START = 1001;
2023-01-07 10:25:36 +00:00
export const DEFAULT_USER = 'Admin';
export const RTL_LAGNUAGES = [
"Arabic",
"Aramaic",
"Azeri",
"Dhivehi",
"Maldivian",
"Hebrew",
"Kurdish",
"Sorani",
"Persian",
"Farsi",
"Urdu"
];