account statement stuff

This commit is contained in:
2022-03-31 21:40:49 +02:00
parent 2be6a6e140
commit 0d4e33505e
5 changed files with 63 additions and 19 deletions

View File

@ -5,7 +5,7 @@ CREATE TABLE account_entry_reference_t (
);
CREATE OR REPLACE VIEW joined_account_entry_t AS
CREATE OR REPLACE VIEW joined_account_entry_v AS
SELECT ae.id as id,
ae.description as description,
ae.account as account,