Revision cff9b88d
Von Moritz Bunkus vor fast 2 Jahren hinzugefügt
SL/DB/MetaSetup/Buchungsgruppe.pm | ||
---|---|---|
12 | 12 |
description => { type => 'text' }, |
13 | 13 |
id => { type => 'integer', not_null => 1, sequence => 'id' }, |
14 | 14 |
inventory_accno_id => { type => 'integer', not_null => 1 }, |
15 |
obsolete => { type => 'boolean', default => 'false', not_null => 1 }, |
|
15 | 16 |
sortkey => { type => 'integer', not_null => 1 }, |
16 | 17 |
); |
17 | 18 |
|
Auch abrufbar als: Unified diff
Buchungsgruppen ungültig setzen können