Revision 03d3d025
Von Bernd Bleßmann vor fast 11 Jahren hinzugefügt
SL/DB/Invoice.pm | ||
---|---|---|
117 | 117 |
|
118 | 118 |
my %args = ( map({ ( $_ => $source->$_ ) } qw(customer_id taxincluded shippingpoint shipvia notes intnotes salesman_id cusordnumber ordnumber quonumber |
119 | 119 |
department_id cp_id language_id payment_id delivery_customer_id delivery_vendor_id taxzone_id shipto_id |
120 |
globalproject_id transaction_description currency_id)), |
|
120 |
globalproject_id transaction_description currency_id delivery_term_id)),
|
|
121 | 121 |
transdate => DateTime->today_local, |
122 | 122 |
gldate => DateTime->today_local, |
123 | 123 |
duedate => DateTime->today_local->add(days => $terms * 1), |
Auch abrufbar als: Unified diff
Lieferbedingungen analog zu Zahlungsbedingungen eingeführt.
Sie können angelegt werden, beim Benutzer voreingestellt werden
und in allen Ein- und Verkaufsmasken gesetzt werden.