Revision 5bc87ade
Von Moritz Bunkus vor fast 10 Jahren hinzugefügt
SL/DB/MetaSetup/PaymentTerm.pm | ||
---|---|---|
__PACKAGE__->meta->table('payment_terms');
|
||
|
||
__PACKAGE__->meta->columns(
|
||
auto_calculation => { type => 'boolean', not_null => 1 },
|
||
description => { type => 'text' },
|
||
description_long => { type => 'text' },
|
||
id => { type => 'integer', not_null => 1, sequence => 'id' },
|
Auch abrufbar als: Unified diff
Zahlungsbedingungen: Flag »Fälligkeitsdatum automatisch berechnen«