Query: Select GLAccGLCaption with missing ClientType

Select * from [GLAccGLCaption] LEFT JOIN [ClientType] ON ([GLAccGLCaption].[TableId] = [ClientType].[Id] and [GLAccGLCaption].[DBId] = [ClientType].[DBId]) where [GLAccGLCaption].[TableName] = ‘ClientType’ and [ClientType].[Id] Is Null Select * from...

Supplier invoice XML

SUPPLIER INVOICE (header) Name Type Mandatory Description <Record Type =”24″> Long Y Type of object to import. 24 is for supplier invoice <DBId></DBId> Long Y Database ID in DeMaSy <Number></Number> Char(50) Y Number of the...

Query: Verify GLYEBalance

Select [GLMovement].[DBId] as [ResDBId], [GLMovement].[GLPeriodId] as [ResGLPeriodId], [GLMovement].[GLAccountId] as [ResGLAccountId], [GLMovement].[CurrencyId] as [ResCurrencyId], Round(Sum(Case When [GLMovement].[CD] = ‘D’ Then [GLMovement].[Amount] Else...