Class ServerFormat

The class is conditionally abstract in: php, php/client, php/server

Transport class for server formatting settings. This is used by both UIs to format numbers, dates, money, etc. The XML version of it is stored in the template directory, distributed between main and language dependent directory.

Enums

enum MoneyPos

Position of the money sign in relation to number and currency symbol

SymbolValueDocu
NoSign0no sign is shown, regardless of what symbol is set
SignBeforeNum1the sign is shown before the numeric value
SignAfterNum2the sign is shown after the numeric value
SignBeforeSym3the sign is shown before the currency symbol
SignAfterSym4the sign is shown after the currency symbol
SignParen5parentheses are drawn around the numeric value

Properties