TP-20240927-importfixes #115

Merged
hsh-michaelhoennig merged 33 commits from TP-20240927-importfixes into master 2024-11-21 10:27:36 +01:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit cbb45b4d46 - Show all commits

View File

@ -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
hsh-timotheuspokorra marked this conversation as resolved

-- TODO.impl: amend to debititorNumber and do not filter anymore to '00'

-- TODO.impl: amend to debititorNumber and do not filter anymore to '00'
SELECT p.partnernumber, debitor.defaultprefix SELECT p.partnernumber, debitor.defaultprefix
FROM hs_office.partner p FROM hs_office.partner p

View File

@ -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,