Query: Check accounts in options

Select * from [Options] where convert(varchar, [Options].[DBId]) + ‘-‘ + [Options].[Variable] + ‘-‘ + [Options].[OrgTable] + ‘-‘ + [Options].[OrgTable] + ‘-‘ + convert(varchar, [Options].[FieldId]) in (Select...

Currency rate

Currency rate: RecordType;DBId;StartDate;EndDate;OrgCurrency;DestCurrency;Value;BuyValue;SellValue;InputValue;Invert;RoundPos Nr Name Type Description 1 RecordType Long Type of object to import. 51 is for currency rates 2 DBId Long Database Id in DeMaSy. It is...

Query: Accounts being used after account end date

Select [GLAccount].[DBId], [GLAccount].[Number] + ‘, ‘ + [GLAccount].[Name], count([GLMovement].[EntryNumber]) from [GLMovement] INNER JOIN [GLAccount] On ([GLMovement].[GLAccountId] = [GLAccount].[Id] and [GLMovement].[DBId] = [GLAccount].[DBId]) where...

Reports Language

To set the global default report language go to: Application / Options / Database Options. Select the Reports Language in the Reports folder, as shown below. This is a global value for all the users for the specified database. However each user will be able to set a...

FTP Login

For security reasons access to our ftp site has been modified :  1) The login to download updates for DeMaSy has been changed into a read-only login. 2) A new login has been created to upload files to a separated space. Please contact our helpdesk, to receive the user...