Readonly
currencydefault currency
Readonly
datadefault data language (identical to ApplicationSettings.dataLanguage
)
Readonly
exchangedefault currency exchange rates (map from currency code to exchange rate)
Readonly
partydefault party in charge
Readonly
projectdefault project validity (identical to ApplicationSettings.projectValidity
)
Readonly
referencedefault reference currency for the exchange rates
Readonly
taxdefault rates for the default taxScheme
Readonly
taxdefault tax scheme id
Applies the current defaults to the given session.
If pSettingsToApply
is undefined, all settings will be applied otherwise only the settings part of the array.
Optional
pSettingsToApply: DefaultSessionSetting[]Sets new default party in charge.
Optional
pTransient: booleanIf true the address will not be stored permanently and will be reset on next application start. (default: false)
Sets new default tax scheme and default rates.
Generated using TypeDoc
Default settings for eaiws sessions. Can be used to assign default settings to new sessions.