add todo.impl for znuny and kimai view
This commit is contained in:
parent
8f790b0abe
commit
cbb45b4d46
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
-- ============================================================================
|
-- ============================================================================
|
||||||
--changeset timotheus.pokorra:hs-global-integration-kimai endDelimiter:--//
|
--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
|
CREATE OR REPLACE VIEW hs_integration.time_customer AS
|
||||||
SELECT p.partnernumber, debitor.defaultprefix
|
SELECT p.partnernumber, debitor.defaultprefix
|
||||||
FROM hs_office.partner p
|
FROM hs_office.partner p
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
-- ============================================================================
|
-- ============================================================================
|
||||||
--changeset timotheus.pokorra:hs-global-integration-znuny endDelimiter:--//
|
--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
|
CREATE OR REPLACE VIEW hs_integration.ticket_customer_user AS
|
||||||
SELECT
|
SELECT
|
||||||
max(p.partnernumber::text) as number,
|
max(p.partnernumber::text) as number,
|
||||||
|
Loading…
Reference in New Issue
Block a user