From: Bernd Bleßmann Date: Mon, 6 Jan 2014 14:45:31 +0000 (+0100) Subject: Merge branch 'master' of github.com:kivitendo/kivitendo-erp X-Git-Tag: release-3.1.0beta1~22^2~53^2~2^2~2 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/45f8b16a355e9b61bd8e0af2ba185009af8e9006?hp=34a2b6e126453ce49f5ccf0c7c1d2245a8ff8c42 Merge branch 'master' of github.com:kivitendo/kivitendo-erp --- diff --git a/bin/mozilla/do.pl b/bin/mozilla/do.pl index 3e54c1ed8..b722e2081 100644 --- a/bin/mozilla/do.pl +++ b/bin/mozilla/do.pl @@ -412,7 +412,7 @@ sub update_delivery_order { map { $form->{"${_}_$i"} = $form->{item_list}[0]{$_} } keys %{ $form->{item_list}[0] }; $form->{"marge_price_factor_$i"} = $form->{item_list}->[0]->{price_factor}; - $form->{"sellprice_$i"} = $form->format_amount(\%myconfig, $form->{"sellprice_$i"}); + $form->{"sellprice_$i"} = $form->format_amount(\%myconfig, $form->{"sellprice_$i"} * (1 - $form->{tradediscount})); $form->{"lastcost_$i"} = $form->format_amount(\%myconfig, $form->{"lastcost_$i"}); $form->{"qty_$i"} = $form->format_amount(\%myconfig, $form->{"qty_$i"}); } diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index ddf5796b1..a91f8a4b0 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -362,7 +362,7 @@ sub form_header { max_dunning_level dunning_amount shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact shiptophone shiptofax shiptoemail shiptodepartment_1 shiptodepartment_2 message email subject cc bcc taxaccounts cursor_fokus - convert_from_do_ids convert_from_oe_ids + convert_from_do_ids convert_from_oe_ids show_details ), @custom_hiddens, map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts}]; diff --git a/doc/UPGRADE b/doc/UPGRADE index 29415a1af..f5f2f48cf 100644 --- a/doc/UPGRADE +++ b/doc/UPGRADE @@ -50,6 +50,12 @@ Upgrade auf v3.x.0 - scripts/dbupgrade2_tool.pl - scripts/rose_auto_create_model.pl +* Neue Benutzerrechte + Diese muessen bei vorhandenen Gruppen eventuell nachgepfl;egt werden. Z.B. bei der Gruppe Vollzugriff + + - Stammdaten -> Kunden und Lieferanten erfassen. Alle Lieferanten bearbeiten. Alle Kunden bearbeiten + - Konfiguration -> Verändern der kivitendo-Installationseinstellungen (die meisten Menüpunkte unterhalb von 'System') + Upgrade auf v3.0.0 ================== diff --git a/templates/webpages/ap/form_footer.html b/templates/webpages/ap/form_footer.html index c51813489..336350315 100644 --- a/templates/webpages/ap/form_footer.html +++ b/templates/webpages/ap/form_footer.html @@ -41,7 +41,7 @@ [%- END %] [%- IF id %] - + [% IF INSTANCE_CONF.get_ap_show_mark_as_paid %] [% END %] diff --git a/templates/webpages/do/form_header.html b/templates/webpages/do/form_header.html index 5af79bedc..5454d4d83 100644 --- a/templates/webpages/do/form_header.html +++ b/templates/webpages/do/form_header.html @@ -116,6 +116,7 @@ + [% IF is_customer %][% 'Customer' | $T8 %][% ELSE %][% 'Vendor' | $T8 %][% END %] [%- UNLESS !delivered && SHOW_VC_DROP_DOWN %] diff --git a/templates/webpages/ir/form_header.html b/templates/webpages/ir/form_header.html index f5a7daf0a..66b7c0dbc 100644 --- a/templates/webpages/ir/form_header.html +++ b/templates/webpages/ir/form_header.html @@ -20,7 +20,6 @@ -

[% title %]