Skip to content

Commit

Permalink
fix options
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislaineguerin committed Feb 25, 2022
1 parent 8060148 commit 16196a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions design/specs/money-data-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ Mathesar's custom money data type will allow users to set any currency and custo

#### Currency Format Options

- Select Symbol: Users can set the symbol that will be displayed along with the number.
- Symbol position: Users can select the position for the currency symbol. The options are start or end.
- Select Currency Symbol: Users can set the symbol that will be displayed along with the number.
- Symbol Location: Users can select the position for the currency symbol. The options are 'Beginning' or 'End'.
- Decimal Symbol: Options are '.' or ','
- Digit Grouping: Options are '123456789','123,456,789','123456,789' or '12,34,56,789'
- Digit Grouping Symbol: Options are 'none','thin space','.' or ','
- Decimal Symbol: Options are '.' or ','
2 changes: 1 addition & 1 deletion design/specs/number-data-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ A user can set the number of groups or the size for each group. If the parameter
We want to make sure users of all levels can understand and use the appropriate data types. Because the distinction between database types is sometimes not evident to beginner levels, we want to map them to more familiar categorizations. The design ensures that information will be available but prioritizes the user-friendly types in terms of visibility.

### Number type alignment
Number types should be aligned to the right for easier reading of numbers with decimals.
Number types should be aligned to the right for easier reading of numbers with decimals.

0 comments on commit 16196a4

Please sign in to comment.