Shortcut keys

GroupActionShortcutCommentProgram operationsReport selectF12Historical Report selectAlt+F12Display all reports already launched in the current DeMasy session, and entered criteria.Exit mode or screenEscapeExit add or edit mode, if it is pending, or exit...

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: 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...