Revision 07291915
Von Niclas Zimmermann vor fast 12 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
2809 | 2809 |
FROM acc_trans a |
2810 | 2810 |
LEFT JOIN chart c ON (c.id = a.chart_id) |
2811 | 2811 |
LEFT JOIN project p ON (p.id = a.project_id) |
2812 |
LEFT JOIN tax t ON (t.id= (SELECT tk.tax_id FROM taxkeys tk |
|
2813 |
WHERE (tk.taxkey_id=a.taxkey) AND |
|
2814 |
((CASE WHEN a.chart_id IN (SELECT chart_id FROM taxkeys WHERE taxkey_id = a.taxkey) |
|
2815 |
THEN tk.chart_id = a.chart_id |
|
2816 |
ELSE 1 = 1 |
|
2817 |
END) |
|
2818 |
OR (c.link='%tax%')) AND |
|
2819 |
(startdate <= a.transdate) ORDER BY startdate DESC LIMIT 1)) |
|
2812 |
LEFT JOIN tax t ON (t.id= a.tax_id) |
|
2820 | 2813 |
WHERE a.trans_id = ? |
2821 | 2814 |
AND a.fx_transaction = '0' |
2822 | 2815 |
ORDER BY a.acc_trans_id, a.transdate|; |
Auch abrufbar als: Unified diff
Probleme bei Mwst-Wechsel
Durch einen Mwst-Wechsel kam es bisher zu einigen Problemen, folgende
behebt dieser Commit:
1.Korrektes Öffnen von Dialogbuchung bei inkl Steuern
2.Korrekte Anzeige Steuersatz in
Berichte-Kontenübersicht-...-Konto auswählen
3.Korrektes Öffnen von Kreditorenbuchungen