Lieferbedingungen analog zu Zahlungsbedingungen eingeführt.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 27 May 2013 09:48:09 +0000 (11:48 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 6 Dec 2013 11:54:02 +0000 (12:54 +0100)
commit03d3d025ea4c8bea085fc7cdf1fe7be0b513eb63
treecb38de897d4ff13b0655a25c827ff9183ce42a9c
parent228dfbdc7b671f8c8ac8254ae7cda2e3675351ae
Lieferbedingungen analog zu Zahlungsbedingungen eingeführt.

Sie können angelegt werden, beim Benutzer voreingestellt werden
und in allen Ein- und Verkaufsmasken gesetzt werden.
42 files changed:
SL/CT.pm
SL/Common.pm
SL/Controller/CsvImport/Base.pm
SL/Controller/CsvImport/CustomerVendor.pm
SL/Controller/CsvImport/Order.pm
SL/Controller/CustomerVendor.pm
SL/Controller/DeliveryTerm.pm [new file with mode: 0644]
SL/DB/DeliveryTerm.pm [new file with mode: 0644]
SL/DB/Helper/ALL.pm
SL/DB/Helper/FlattenToForm.pm
SL/DB/Invoice.pm
SL/DB/Manager/DeliveryTerm.pm [new file with mode: 0644]
SL/DB/MetaSetup/Customer.pm
SL/DB/MetaSetup/DeliveryOrder.pm
SL/DB/MetaSetup/DeliveryTerm.pm [new file with mode: 0644]
SL/DB/MetaSetup/Invoice.pm
SL/DB/MetaSetup/Order.pm
SL/DB/MetaSetup/PurchaseInvoice.pm
SL/DB/MetaSetup/Vendor.pm
SL/DO.pm
SL/IR.pm
SL/IS.pm
SL/OE.pm
bin/mozilla/ct.pl
bin/mozilla/do.pl
bin/mozilla/io.pl
bin/mozilla/ir.pl
bin/mozilla/is.pl
bin/mozilla/oe.pl
locale/de/all
locale/en/all
menus/erp.ini
sql/Pg-upgrade2/delivery_terms.sql [new file with mode: 0644]
templates/webpages/common/show_vc_details.html
templates/webpages/ct/form_header.html
templates/webpages/customer_vendor/tabs/billing.html
templates/webpages/delivery_term/form.html [new file with mode: 0755]
templates/webpages/delivery_term/list.html [new file with mode: 0644]
templates/webpages/do/form_footer.html
templates/webpages/ir/form_footer.html
templates/webpages/is/form_footer.html
templates/webpages/oe/form_footer.html