mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
support changing numeral system
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
import type { HiddenAmount } from '@/core/numeral.ts';
|
||||
|
||||
export const DEFAULT_DECIMAL_NUMBER_COUNT: number = 2;
|
||||
export const MAX_SUPPORTED_DECIMAL_NUMBER_COUNT: number = 2;
|
||||
|
||||
export const DISPLAY_HIDDEN_AMOUNT: HiddenAmount = '***';
|
||||
export const INCOMPLETE_AMOUNT_SUFFIX: string = '+';
|
||||
|
||||
Reference in New Issue
Block a user