add todo.impl for znuny and kimai view

This commit is contained in:
Timotheus Pokorra 2024-11-18 11:07:38 +01:00 committed by Dev und Test fuer hsadminng
parent 8f790b0abe
commit cbb45b4d46
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
-- ============================================================================
--changeset timotheus.pokorra:hs-global-integration-kimai endDelimiter:--//
-- TODO.impl: also select column debitorNumber and do not filter anymore for '00'
CREATE OR REPLACE VIEW hs_integration.time_customer AS
SELECT p.partnernumber, debitor.defaultprefix
FROM hs_office.partner p

View File

@ -3,6 +3,7 @@
-- ============================================================================
--changeset timotheus.pokorra:hs-global-integration-znuny endDelimiter:--//
-- TODO.impl: also select column debitorNumber and do not filter anymore for '00'
CREATE OR REPLACE VIEW hs_integration.ticket_customer_user AS
SELECT
max(p.partnernumber::text) as number,