Revision 4ac2976f
Von Bernd Bleßmann vor etwa 12 Jahren hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
54 | 54 |
datev_check_on_ar_transaction => { type => 'boolean', default => 'true' }, |
55 | 55 |
datev_check_on_ap_transaction => { type => 'boolean', default => 'true' }, |
56 | 56 |
datev_check_on_gl_transaction => { type => 'boolean', default => 'true' }, |
57 |
is_changeable => { type => 'integer', default => 2, not_null => 1 }, |
|
58 |
ir_changeable => { type => 'integer', default => 2, not_null => 1 }, |
|
59 |
ar_changeable => { type => 'integer', default => 2, not_null => 1 }, |
|
60 |
ap_changeable => { type => 'integer', default => 2, not_null => 1 }, |
|
61 |
gl_changeable => { type => 'integer', default => 2, not_null => 1 }, |
|
57 | 62 |
], |
58 | 63 |
|
59 | 64 |
primary_key_columns => [ 'id' ], |
Auch abrufbar als: Unified diff
Änderbarkeit und Löschbarkeit von Belegen in Mandantenkonfiguration einstellbar.