CurrencyName
Definition
- Namespace
- Resto.Front.PrintTemplates.RmsEntityWrappers
- Available since
- 3.5
The main currency's name in the form the phrase "ALL SUMS IN …" needs, upper-cased.
string ICafeSetup.CurrencyName
- Value type
string- Nullability
- Not null
- Access
- Read only
- Declared in
- Resto.Front.PrintTemplates.RmsEntityWrappers.ICafeSetup
- Model purpose
- Outlet settings
Detailed description
This is a word in the grammatical form exactly one phrase needs — "ALL SUMS IN …": for the rouble «РУБЛЯХ», for the dollar «ДОЛЛАРАХ», for the euro «ЕВРО». There is no setting for it: the till takes the form from a built-in currency directory by the currency code, and it follows the terminal language. With a code the directory does not know, the property returns an empty string.
It is the wrong property for labelling a sum; ShortCurrencyName is that one.
The whole directory is in the currency reference: every currency code and the form the property returns.