Kontoauszug

This commit is contained in:
2022-02-13 12:30:10 +01:00
parent 1c6fe0dd16
commit 25f6de1c11
4 changed files with 68 additions and 0 deletions

View File

@ -6,6 +6,7 @@ create or replace view account_statement_v as
ae.document_no as document_no,
ae.fiscal_year as fiscal_year,
aec.description as category,
aec.income as income,
ac.description as account
from account_entry_t ae,
account_entry_category_t aec,