1392 |
1392 |
|
1393 |
1393 |
$ml = ($ref->{category} =~ /(A|C|E)/) ? -1 : 1;
|
1394 |
1394 |
|
1395 |
|
$debit = $form->format_amount(\%myconfig, $ref->{debit}, 2, " ");
|
1396 |
|
$credit = $form->format_amount(\%myconfig, $ref->{credit}, 2, " ");
|
|
1395 |
$debit = ($ref->{debit} != 0) ? $form->format_amount(\%myconfig, $ref->{debit}, 2, " ") : " ";
|
|
1396 |
$credit = ($ref->{credit} != 0) ? $form->format_amount(\%myconfig, $ref->{credit}, 2, " ") : " ";
|
1397 |
1397 |
$begbalance =
|
1398 |
1398 |
$form->format_amount(\%myconfig, $ref->{balance} * $ml, 2, " ");
|
1399 |
1399 |
$endbalance =
|
... | ... | |
1672 |
1672 |
$i++;
|
1673 |
1673 |
|
1674 |
1674 |
if ($subtotal) {
|
1675 |
|
$c0subtotal =
|
1676 |
|
$form->format_amount(\%myconfig, $c0subtotal, 2, " ");
|
1677 |
|
$c30subtotal =
|
1678 |
|
$form->format_amount(\%myconfig, $c30subtotal, 2, " ");
|
1679 |
|
$c60subtotal =
|
1680 |
|
$form->format_amount(\%myconfig, $c60subtotal, 2, " ");
|
1681 |
|
$c90subtotal =
|
1682 |
|
$form->format_amount(\%myconfig, $c90subtotal, 2, " ");
|
|
1675 |
$c0subtotal = ($c0subtotal != 0) ?
|
|
1676 |
$form->format_amount(\%myconfig, $c0subtotal, 2, " ") : "";
|
|
1677 |
$c30subtotal = ($c30subtotal != 0) ?
|
|
1678 |
$form->format_amount(\%myconfig, $c30subtotal, 2, " ") : "";
|
|
1679 |
$c60subtotal = ($c60subtotal != 0) ?
|
|
1680 |
$form->format_amount(\%myconfig, $c60subtotal, 2, " ") : "";
|
|
1681 |
$c90subtotal = ($c90subtotal != 0) ?
|
|
1682 |
$form->format_amount(\%myconfig, $c90subtotal, 2, " ") : "";
|
1683 |
1683 |
}
|
1684 |
1684 |
|
1685 |
1685 |
$column_data{ct} = qq|<th> </th>|;
|
... | ... | |
1735 |
1735 |
$c60total += $ref->{c60};
|
1736 |
1736 |
$c90total += $ref->{c90};
|
1737 |
1737 |
|
1738 |
|
$ref->{c0} = $form->format_amount(\%myconfig, $ref->{c0}, 2, " ");
|
1739 |
|
$ref->{c30} = $form->format_amount(\%myconfig, $ref->{c30}, 2, " ");
|
1740 |
|
$ref->{c60} = $form->format_amount(\%myconfig, $ref->{c60}, 2, " ");
|
1741 |
|
$ref->{c90} = $form->format_amount(\%myconfig, $ref->{c90}, 2, " ");
|
|
1738 |
$ref->{c0} = ($ref->{c0} != 0) ? $form->format_amount(\%myconfig, $ref->{c0}, 2, " ") : "";
|
|
1739 |
$ref->{c30} = ($ref->{c30} != 0) ? $form->format_amount(\%myconfig, $ref->{c30}, 2, " ") : "";
|
|
1740 |
$ref->{c60} = ($ref->{c60} != 0) ? $form->format_amount(\%myconfig, $ref->{c60}, 2, " ") : "";
|
|
1741 |
$ref->{c90} = ($ref->{c90} != 0) ? $form->format_amount(\%myconfig, $ref->{c90}, 2, " ") : "";
|
1742 |
1742 |
|
1743 |
1743 |
$href =
|
1744 |
1744 |
qq|$ref->{module}.pl?path=$form->{path}&action=edit&id=$ref->{id}&login=$form->{login}&password=$form->{password}&callback=|
|
Formatierungen in der Kontenliste, Summensaldenliste und AR und AP Aging geaendert, wenn
Nullwerte