| {{#formatNumber}}123456.123456789{{/formatNumber}} |
123 456,123457 |
|
| {{#formatNumber}}{{/formatNumber}} |
|
|
| {{#formatNumberOrZero}}123456.123456789{{formatNumberOrZero}} |
123 456,123457 |
|
| {{#formatNumberOrZero}}{{/formatNumberOrZero}} |
0 |
|
| {{#formatCurrency}}123456.123456789{{/formatCurrency}} |
123 456,12 |
|
| {{#formatCurrency}}{{/formatCurrency}} |
|
|
| {{#formatCurrencyOrZero}}123456.123456789{{/formatCurrencyOrZero}} |
123 456,12 |
|
| {{#formatCurrencyOrZero}}{{/formatCurrencyOrZero}} |
0 |
|
| {{#formatCurrencyDecimal}}123456.123456789{{/formatCurrencyDecimal}} |
123 456,12 |
skoro vždy má 2 desetinná čísla |
| {{#formatCurrencyDecimal}}123456{{/formatCurrencyDecimal}} |
123 456,00 |
skoro vždy má 2 desetinná čísla |
| {{#formatCurrencyDecimal}}{{/formatCurrencyDecimal}} |
|
zde nemá 2 desetinná čísla protože číslo chybí |
| {{#formatCurrencyDecimalOrZero}}123456.123456789{{/formatCurrencyDecimalOrZero}} |
123 456,12 |
vždy má 2 desetinná čísla |
| {{#formatCurrencyDecimalOrZero}}123456{{/formatCurrencyDecimalOrZero}} |
123 456,00 |
vždy má 2 desetinná čísla |
| {{#formatCurrencyDecimalOrZero}}{{/formatCurrencyDecimalOrZero}} |
0.00 |
vždy má 2 desetinná čísla |
| {{#queryString}}/api/goods/132{{/queryString}} |
https://nts.factorify.cloud/api/goods/123 |
url podle prostředí/klienta |
| {{#storagePath}}<url přílohy>{{/storagePath}} |
<cesta na disku k souboru> |
(tento bod to chce více rozvést) |
| {{#formatDate}}2023-05-06{{/formatDate}} |
06.05.2023 |
|
| {{#formatMonth}}2023-05-06{{/formatMonth}} |
05/2023 |
|