Revision 6348a23d
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
79 | 79 |
dunning_ar_amount_fee => { type => 'integer' }, |
80 | 80 |
dunning_ar_amount_interest => { type => 'integer' }, |
81 | 81 |
dunning_creator => { type => 'enum', check_in => [ 'current_employee', 'invoice_employee' ], db_type => 'dunning_creator', default => 'current_employee' }, |
82 |
dunning_original_invoice_creation_mode => { type => 'enum', check_in => [ 'create_new', 'use_last_created_or_create_new' ], db_type => 'invoice_creation_mode', default => 'create_new' }, |
|
82 | 83 |
duns => { type => 'text' }, |
83 | 84 |
email_attachment_part_files_checked => { type => 'boolean', default => 'true' }, |
84 | 85 |
email_attachment_record_files_checked => { type => 'boolean', default => 'true' }, |
Auch abrufbar als: Unified diff
Dunning: Ursprungs-Rechnungsbeleg konfigurierbar (neu oder bestehender)