Revision aa52fad3
Von Jan Büren vor mehr als 1 Jahr hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
111 | 111 |
feature_experimental_assortment => { type => 'boolean', default => 'true', not_null => 1 }, |
112 | 112 |
feature_experimental_order => { type => 'boolean', default => 'true', not_null => 1 }, |
113 | 113 |
feature_ustva => { type => 'boolean', default => 'true', not_null => 1 }, |
114 |
fuzzy_skonto => { type => 'boolean', default => 'true' }, |
|
115 |
fuzzy_skonto_percentage => { type => 'float', default => '0.5', precision => 4, scale => 4 }, |
|
114 | 116 |
fxgain_accno_id => { type => 'integer' }, |
115 | 117 |
fxloss_accno_id => { type => 'integer' }, |
116 | 118 |
gl_add_doc => { type => 'boolean', default => 'false', not_null => 1 }, |
Auch abrufbar als: Unified diff
Unscharfes Skonto verbuchen konfigurierbar in Mandantenkonfig