refactor: refs #6948 Bank to Accouting #2128

Merged
guillermo merged 4 commits from 6948-bank into dev 2024-03-07 06:19:50 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f601c12468 - Show all commits

View File

@ -253,7 +253,7 @@ BEGIN
LIMIT 10000000000000000000 LIMIT 10000000000000000000
) sub GROUP BY ASIEN ) sub GROUP BY ASIEN
)sub2 ON sub2.ASIEN = x.ASIEN )sub2 ON sub2.ASIEN = x.ASIEN
LEFT JOIN ( SELECT DISTINCT(account),cu.code LEFT JOIN ( SELECT DISTINCT(a.account),cu.code
guillermo marked this conversation as resolved Outdated

Alias del campo a.account

Alias del campo a.account
FROM vn.accounting a FROM vn.accounting a
JOIN vn.currency cu ON cu.id = a.currencyFk JOIN vn.currency cu ON cu.id = a.currencyFk
WHERE cu.code <> 'EUR' -- no se informa cuando la divisa en EUR WHERE cu.code <> 'EUR' -- no se informa cuando la divisa en EUR