Revision c97e6606
Von Kivitendo Admin vor 12 Monaten hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
197 | 197 |
sepa_set_duedate_as_default_exec_date => { type => 'boolean', default => 'false' }, |
198 | 198 |
sepa_set_skonto_date_as_default_exec_date => { type => 'boolean', default => 'false' }, |
199 | 199 |
sepa_set_skonto_date_buffer_in_days => { type => 'integer', default => '0' }, |
200 |
sepa_transfer_chart_id => { type => 'integer' }, |
|
200 | 201 |
servicenumber => { type => 'text' }, |
201 | 202 |
shipped_qty_require_stock_out => { type => 'boolean', default => 'false', not_null => 1 }, |
202 | 203 |
show_bestbefore => { type => 'boolean', default => 'false' }, |
... | ... | |
298 | 299 |
key_columns => { requirement_spec_section_order_part_id => 'id' }, |
299 | 300 |
}, |
300 | 301 |
|
302 |
sepa_transfer_chart => { |
|
303 |
class => 'SL::DB::Chart', |
|
304 |
key_columns => { sepa_transfer_chart_id => 'id' }, |
|
305 |
}, |
|
306 |
|
|
301 | 307 |
stocktaking_bin => { |
302 | 308 |
class => 'SL::DB::Bin', |
303 | 309 |
key_columns => { stocktaking_bin_id => 'id' }, |
Auch abrufbar als: Unified diff
Neues Feature SEPA-Geldtransitkonto
Für die Verbuchung von SEPA-Zahlläufen über ein Geldtransitkonto.
Siehe changelog.