Query: Select invalid GLYEBalance

Select [Org].[DBId] as [ResDBId], [Org].[GLAccountId] as [ResGLAccountId], [Org].[CurrencyId] as [ResCurrencyId], [Org].[Type] as [ResType], [Dest].[CyStartBalance] as [ResCyStartBalance], [Org].[CyEndBalance] as [ResCyEndBalance], [Org].[Value] as [ResOptionValue]...

Query: Compare initial balance and Y/E Closing

Select [GLAccountCur].[DBId], [GLAccount].[Number], [GLAccountCur].[GLAccountId], [GLAccountCur].[CurrencyId], [GLAccountCur].[Amount], [ResGLYEBalance].[StartBalance] from ([GLAccountCur] LEFT JOIN (Select [GLYEBalance].[DBId], [GLYEBalance].[GLAccountId],...

Query: Select InvoiceT total different from GLMovement total

Select [ResInvoiceT].[DBId], [ResInvoiceT].[Number], [ResInvoiceT].[Id], [ResInvoiceT].[Type], [ResGLMovement].*, [ResInvoiceT].[Total] from (Select [GLMovement].[DBId], [GLMovement].[GLPeriodId], [GLMovement].[EntryNumber], [GLMovement].[InvoiceTId], Sum(Round(Case...