Revision ea08b7df
Von Jan Büren vor etwa 1 Jahr hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
always_record_links_from_order => { type => 'boolean', default => 'false' },
|
||
ap_add_doc => { type => 'boolean', default => 'false', not_null => 1 },
|
||
ap_changeable => { type => 'integer', default => 2, not_null => 1 },
|
||
ap_chart_id => { type => 'integer' },
|
||
ap_chart_id => { type => 'integer', not_null => 1 },
|
||
ap_show_mark_as_paid => { type => 'boolean', default => 'true' },
|
||
ar_add_doc => { type => 'boolean', default => 'false', not_null => 1 },
|
||
ar_changeable => { type => 'integer', default => 2, not_null => 1 },
|
||
ar_chart_id => { type => 'integer' },
|
||
ar_chart_id => { type => 'integer', not_null => 1 },
|
||
ar_paid_accno_id => { type => 'integer' },
|
||
ar_show_mark_as_paid => { type => 'boolean', default => 'true' },
|
||
articlenumber => { type => 'text' },
|
Auch abrufbar als: Unified diff
vorkonfigurierte Sammelkonten sind jetzt ein Pflichtfeld