Revision 36761255
Von Jan Büren vor mehr als 1 Jahr hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
# no taxincluded for reverse charge
|
||
my ($used_tax_id) = split(/--/, $form->{"taxchart_$i"});
|
||
my $tax = SL::DB::Manager::Tax->find_by(id => $used_tax_id);
|
||
if ($tax->reverse_charge_chart_id && $form->{taxincluded}) {
|
||
$form->error($locale->text('Cannot Post AP transaction with tax included!'));
|
||
# mark entry
|
||
if ($tax->reverse_charge_chart_id) {
|
||
$form->error($locale->text('Cannot Post AP transaction with tax included!')) if $form->{taxincluded};
|
||
$form->{"reverse_charge_$i"} = 1;
|
||
}
|
||
|
||
if ($form->parse_amount(\%myconfig, $form->{"amount_$i"})) {
|
Auch abrufbar als: Unified diff
reverse Charge Steuerschlüssel 94, keine Steuerbuchung in acc_trans
... dennoch Steuerschlüssel für den DATEV-Export korrekt setzen