Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/98
Table Type: Company
Table Name: General Ledger Setup
Database Table Name: CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972
Due to how Dynamics BC tables and columns are named, square brackets need to be wrapped around the table name and column names. Below are example queries showing how General Ledger Setup can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Primary Key]
,[Allow Posting From]
,[Allow Posting To]
,[Register Time]
,[Allow Deferral Posting From]
,[Allow Deferral Posting To]
,[VAT Reporting Date]
,[VAT Reporting Date Usage]
,[Pmt_ Disc_ Excl_ VAT]
,[Unrealized VAT]
,[Adjust for Payment Disc_]
,[Post with Job Queue]
,[Job Queue Category Code]
,[Job Queue Priority for Post]
,[Post & Print with Job Queue]
,[Job Q_ Prio_ for Post & Print]
,[Notify On Success]
,[Mark Cr_ Memos as Corrections]
,[Local Address Format]
,[Inv_ Rounding Precision (LCY)]
,[Inv_ Rounding Type (LCY)]
,[Local Cont_ Addr_ Format]
,[Report Output Type]
,[Bank Account Nos_]
,[Summarize G_L Entries]
,[Amount Decimal Places]
,[Unit-Amount Decimal Places]
,[Additional Reporting Currency]
,[VAT Tolerance _]
,[EMU Currency]
,[LCY Code]
,[VAT Exchange Rate Adjustment]
,[Amount Rounding Precision]
,[Unit-Amount Rounding Precision]
,[Appln_ Rounding Precision]
,[Global Dimension 1 Code]
,[Global Dimension 2 Code]
,[Shortcut Dimension 1 Code]
,[Shortcut Dimension 2 Code]
,[Shortcut Dimension 3 Code]
,[Shortcut Dimension 4 Code]
,[Shortcut Dimension 5 Code]
,[Shortcut Dimension 6 Code]
,[Shortcut Dimension 7 Code]
,[Shortcut Dimension 8 Code]
,[Max_ VAT Difference Allowed]
,[VAT Rounding Type]
,[Pmt_ Disc_ Tolerance Posting]
,[Payment Discount Grace Period]
,[Payment Tolerance _]
,[Max_ Payment Tolerance Amount]
,[Adapt Main Menu to Permissions]
,[Allow G_L Acc_ Deletion Before]
,[Check G_L Account Usage]
,[Payment Tolerance Posting]
,[Pmt_ Disc_ Tolerance Warning]
,[Payment Tolerance Warning]
,[Last IC Transaction No_]
,[Bill-to_Sell-to VAT Calc_]
,[Block Deletion of G_L Accounts]
,[Acc_ Sched_ for Balance Sheet]
,[Acc_ Sched_ for Income Stmt_]
,[Acc_ Sched_ for Cash Flow Stmt]
,[Acc_ Sched_ for Retained Earn_]
,[Fin_ Rep_ for Balance Sheet]
,[Fin_ Rep_ for Income Stmt_]
,[Fin_ Rep_ for Cash Flow Stmt]
,[Fin_ Rep_ for Retained Earn_]
,[Tax Invoice Renaming Threshold]
,[Req_Country_Reg_ Code in Addr_]
,[Print VAT specification in LCY]
,[Prepayment Unrealized VAT]
,[Use Legacy G_L Entry Locking]
,[Payroll Trans_ Import Format]
,[VAT Reg_ No_ Validation URL]
,[Local Currency Symbol]
,[Local Currency Description]
,[Show Amounts]
,[Posting Preview Type]
,[SEPA Non-Euro Export]
,[SEPA Export w_o Bank Acc_ Data]
,[Journal Templ_ Name Mandatory]
,[Hide Payment Method Code]
,[Enable Data Check]
,[Apply Jnl_ Template Name]
,[Apply Jnl_ Batch Name]
,[Job WIP Jnl_ Template Name]
,[Job WIP Jnl_ Batch Name]
,[Adjust ARC Jnl_ Template Name]
,[Adjust ARC Jnl_ Batch Name]
,[Bank Acc_ Recon_ Template Name]
,[Bank Acc_ Recon_ Batch Name]
,[Control VAT Period]
,[Allow Query From Consolid_]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup]
LEFT JOIN
[CRONUS UK Ltd_$Job Queue Category$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Queue Category]
ON
[General Ledger Setup].[Job Queue Category Code] = [Job Queue Category].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[General Ledger Setup].[Additional Reporting Currency] = [Currency].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[General Ledger Setup].[Global Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[General Ledger Setup].[Global Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[General Ledger Setup].[Shortcut Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[General Ledger Setup].[Shortcut Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[General Ledger Setup].[Shortcut Dimension 3 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[General Ledger Setup].[Shortcut Dimension 4 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[General Ledger Setup].[Shortcut Dimension 5 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[General Ledger Setup].[Shortcut Dimension 6 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[General Ledger Setup].[Shortcut Dimension 7 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[General Ledger Setup].[Shortcut Dimension 8 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[General Ledger Setup].[USD Currency Code] = [Currency].[Code]
LEFT JOIN
[User] AS [User]
ON
[General Ledger Setup].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[General Ledger Setup].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in General Ledger Setup table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Primary Key | Primary Key | Normal | Code | 10 | Primary Key | nvarchar(20) |
2 | Allow Posting From | Allow Posting From | Normal | Date | 4 | Allow Posting From | datetime |
3 | Allow Posting To | Allow Posting To | Normal | Date | 4 | Allow Posting To | datetime |
4 | Register Time | Register Time | Normal | Boolean | 4 | Register Time | tinyint |
5 | Allow Deferral Posting From | Allow Deferral Posting From | Normal | Date | 4 | Allow Deferral Posting From | datetime |
6 | Allow Deferral Posting To | Allow Deferral Posting To | Normal | Date | 4 | Allow Deferral Posting To | datetime |
7 | VAT Reporting Date | Default Tax Date | Normal | Option | 4 | VAT Reporting Date | int |
Available options are:
| |||||||
8 | VAT Reporting Date Usage | Tax Date Usage | Normal | Option | 4 | VAT Reporting Date Usage | int |
Available options are:
| |||||||
28 | Pmt. Disc. Excl. VAT | Pmt. Disc. Excl. Tax | Normal | Boolean | 4 | Pmt_ Disc_ Excl_ VAT | tinyint |
41 | Date Filter | Date Filter | FlowFilter | Date | 4 | ||
42 | Global Dimension 1 Filter | Global Dimension 1 Filter | FlowFilter | Code | 20 | ||
43 | Global Dimension 2 Filter | Global Dimension 2 Filter | FlowFilter | Code | 20 | ||
44 | Cust. Balances Due | Cust. Balances Due | FlowField | Decimal | 12 | ||
45 | Vendor Balances Due | Vendor Balances Due | FlowField | Decimal | 12 | ||
48 | Unrealized VAT | Unrealized Tax | Normal | Boolean | 4 | Unrealized VAT | tinyint |
49 | Adjust for Payment Disc. | Adjust for Payment Disc. | Normal | Boolean | 4 | Adjust for Payment Disc_ | tinyint |
50 | Post with Job Queue | Post with Job Queue | Normal | Boolean | 4 | Post with Job Queue | tinyint |
51 | Job Queue Category Code | Job Queue Category Code | Normal | Code | 10 | Job Queue Category Code | nvarchar(20) |
Key to join to the Job Queue Category table.Show/hide example querySELECT [General Ledger Setup].[Job Queue Category Code] ,[Job Queue Category].[Code] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Job Queue Category$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Queue Category] ON [General Ledger Setup].[Job Queue Category Code] = [Job Queue Category].[Code] | |||||||
52 | Job Queue Priority for Post | Job Queue Priority for Post | Normal | Integer | 4 | Job Queue Priority for Post | int |
53 | Post & Print with Job Queue | Post & Print with Job Queue | Normal | Boolean | 4 | Post & Print with Job Queue | tinyint |
54 | Job Q. Prio. for Post & Print | Job Q. Prio. for Post & Print | Normal | Integer | 4 | Job Q_ Prio_ for Post & Print | int |
55 | Notify On Success | Notify On Success | Normal | Boolean | 4 | Notify On Success | tinyint |
56 | Mark Cr. Memos as Corrections | Mark Cr. Memos as Corrections | Normal | Boolean | 4 | Mark Cr_ Memos as Corrections | tinyint |
57 | Local Address Format | Local Address Format | Normal | Option | 4 | Local Address Format | int |
Available options are:
| |||||||
58 | Inv. Rounding Precision (LCY) | Inv. Rounding Precision ($) | Normal | Decimal | 12 | Inv_ Rounding Precision (LCY) | decimal(38,38) |
59 | Inv. Rounding Type (LCY) | Inv. Rounding Type ($) | Normal | Option | 4 | Inv_ Rounding Type (LCY) | int |
Available options are:
| |||||||
60 | Local Cont. Addr. Format | Local Cont. Addr. Format | Normal | Option | 4 | Local Cont_ Addr_ Format | int |
Available options are:
| |||||||
61 | Report Output Type | Report Output Type | Normal | Option | 4 | Report Output Type | int |
Available options are:
| |||||||
63 | Bank Account Nos. | Bank Account Nos. | Normal | Code | 20 | Bank Account Nos_ | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [General Ledger Setup].[Bank Account Nos_] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [General Ledger Setup].[Bank Account Nos_] = [No. Series].[Code] | |||||||
65 | Summarize G/L Entries | Summarize G/L Entries | Normal | Boolean | 4 | Summarize G_L Entries | tinyint |
66 | Amount Decimal Places | Amount Decimal Places | Normal | Text | 5 | Amount Decimal Places | nvarchar(10) |
67 | Unit-Amount Decimal Places | Unit-Amount Decimal Places | Normal | Text | 5 | Unit-Amount Decimal Places | nvarchar(10) |
68 | Additional Reporting Currency | Additional Reporting Currency | Normal | Code | 10 | Additional Reporting Currency | nvarchar(20) |
Key to join to the Currency table.Show/hide example querySELECT [General Ledger Setup].[Additional Reporting Currency] ,[Currency].[Code] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency] ON [General Ledger Setup].[Additional Reporting Currency] = [Currency].[Code] | |||||||
69 | VAT Tolerance % | Tax Tolerance % | Normal | Decimal | 12 | VAT Tolerance _ | decimal(38,38) |
70 | EMU Currency | EMU Currency | Normal | Boolean | 4 | EMU Currency | tinyint |
71 | LCY Code | LCY Code | Normal | Code | 10 | LCY Code | nvarchar(20) |
72 | VAT Exchange Rate Adjustment | Tax Exchange Rate Adjustment | Normal | Option | 4 | VAT Exchange Rate Adjustment | int |
Available options are:
| |||||||
73 | Amount Rounding Precision | Amount Rounding Precision | Normal | Decimal | 12 | Amount Rounding Precision | decimal(38,38) |
74 | Unit-Amount Rounding Precision | Unit-Amount Rounding Precision | Normal | Decimal | 12 | Unit-Amount Rounding Precision | decimal(38,38) |
75 | Appln. Rounding Precision | Appln. Rounding Precision | Normal | Decimal | 12 | Appln_ Rounding Precision | decimal(38,38) |
79 | Global Dimension 1 Code | Global Dimension 1 Code | Normal | Code | 20 | Global Dimension 1 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [General Ledger Setup].[Global Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [General Ledger Setup].[Global Dimension 1 Code] = [Dimension].[Code] | |||||||
80 | Global Dimension 2 Code | Global Dimension 2 Code | Normal | Code | 20 | Global Dimension 2 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [General Ledger Setup].[Global Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [General Ledger Setup].[Global Dimension 2 Code] = [Dimension].[Code] | |||||||
81 | Shortcut Dimension 1 Code | Shortcut Dimension 1 Code | Normal | Code | 20 | Shortcut Dimension 1 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [General Ledger Setup].[Shortcut Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [General Ledger Setup].[Shortcut Dimension 1 Code] = [Dimension].[Code] | |||||||
82 | Shortcut Dimension 2 Code | Shortcut Dimension 2 Code | Normal | Code | 20 | Shortcut Dimension 2 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [General Ledger Setup].[Shortcut Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [General Ledger Setup].[Shortcut Dimension 2 Code] = [Dimension].[Code] | |||||||
83 | Shortcut Dimension 3 Code | Shortcut Dimension 3 Code | Normal | Code | 20 | Shortcut Dimension 3 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [General Ledger Setup].[Shortcut Dimension 3 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [General Ledger Setup].[Shortcut Dimension 3 Code] = [Dimension].[Code] | |||||||
84 | Shortcut Dimension 4 Code | Shortcut Dimension 4 Code | Normal | Code | 20 | Shortcut Dimension 4 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [General Ledger Setup].[Shortcut Dimension 4 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [General Ledger Setup].[Shortcut Dimension 4 Code] = [Dimension].[Code] | |||||||
85 | Shortcut Dimension 5 Code | Shortcut Dimension 5 Code | Normal | Code | 20 | Shortcut Dimension 5 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [General Ledger Setup].[Shortcut Dimension 5 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [General Ledger Setup].[Shortcut Dimension 5 Code] = [Dimension].[Code] | |||||||
86 | Shortcut Dimension 6 Code | Shortcut Dimension 6 Code | Normal | Code | 20 | Shortcut Dimension 6 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [General Ledger Setup].[Shortcut Dimension 6 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [General Ledger Setup].[Shortcut Dimension 6 Code] = [Dimension].[Code] | |||||||
87 | Shortcut Dimension 7 Code | Shortcut Dimension 7 Code | Normal | Code | 20 | Shortcut Dimension 7 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [General Ledger Setup].[Shortcut Dimension 7 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [General Ledger Setup].[Shortcut Dimension 7 Code] = [Dimension].[Code] | |||||||
88 | Shortcut Dimension 8 Code | Shortcut Dimension 8 Code | Normal | Code | 20 | Shortcut Dimension 8 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [General Ledger Setup].[Shortcut Dimension 8 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [General Ledger Setup].[Shortcut Dimension 8 Code] = [Dimension].[Code] | |||||||
89 | Max. VAT Difference Allowed | Max. Tax Difference Allowed | Normal | Decimal | 12 | Max_ VAT Difference Allowed | decimal(38,38) |
90 | VAT Rounding Type | Tax Rounding Type | Normal | Option | 4 | VAT Rounding Type | int |
Available options are:
| |||||||
92 | Pmt. Disc. Tolerance Posting | Pmt. Disc. Tolerance Posting | Normal | Option | 4 | Pmt_ Disc_ Tolerance Posting | int |
Available options are:
| |||||||
93 | Payment Discount Grace Period | Payment Discount Grace Period | Normal | DateFormula | 32 | Payment Discount Grace Period | varchar(32) |
94 | Payment Tolerance % | Payment Tolerance % | Normal | Decimal | 12 | Payment Tolerance _ | decimal(38,38) |
95 | Max. Payment Tolerance Amount | Max. Payment Tolerance Amount | Normal | Decimal | 12 | Max_ Payment Tolerance Amount | decimal(38,38) |
96 | Adapt Main Menu to Permissions | Adapt Main Menu to Permissions | Normal | Boolean | 4 | Adapt Main Menu to Permissions | tinyint |
97 | Allow G/L Acc. Deletion Before | Check G/L Acc. Deletion After | Normal | Date | 4 | Allow G_L Acc_ Deletion Before | datetime |
98 | Check G/L Account Usage | Check G/L Account Usage | Normal | Boolean | 4 | Check G_L Account Usage | tinyint |
99 | Payment Tolerance Posting | Payment Tolerance Posting | Normal | Option | 4 | Payment Tolerance Posting | int |
Available options are:
| |||||||
100 | Pmt. Disc. Tolerance Warning | Pmt. Disc. Tolerance Warning | Normal | Boolean | 4 | Pmt_ Disc_ Tolerance Warning | tinyint |
101 | Payment Tolerance Warning | Payment Tolerance Warning | Normal | Boolean | 4 | Payment Tolerance Warning | tinyint |
102 | Last IC Transaction No. | Last IC Transaction No. | Normal | Integer | 4 | Last IC Transaction No_ | int |
103 | Bill-to/Sell-to VAT Calc. | Bill-to/Sell-to VAT Calc. | Normal | Option | 4 | Bill-to_Sell-to VAT Calc_ | int |
104 | Block Deletion of G/L Accounts | Block Deletion of G/L Accounts | Normal | Boolean | 4 | Block Deletion of G_L Accounts | tinyint |
110 | Acc. Sched. for Balance Sheet | Account Schedule for Balance Sheet | Normal | Code | 10 | Acc_ Sched_ for Balance Sheet | nvarchar(20) |
Key to join to the Acc. Schedule Name table.Show/hide example querySELECT [General Ledger Setup].[Acc_ Sched_ for Balance Sheet] ,[Acc. Schedule Name].[Name] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Acc_ Schedule Name$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Acc. Schedule Name] ON [General Ledger Setup].[Acc_ Sched_ for Balance Sheet] = [Acc. Schedule Name].[Name] | |||||||
111 | Acc. Sched. for Income Stmt. | Account Schedule for Income Stmt. | Normal | Code | 10 | Acc_ Sched_ for Income Stmt_ | nvarchar(20) |
Key to join to the Acc. Schedule Name table.Show/hide example querySELECT [General Ledger Setup].[Acc_ Sched_ for Income Stmt_] ,[Acc. Schedule Name].[Name] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Acc_ Schedule Name$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Acc. Schedule Name] ON [General Ledger Setup].[Acc_ Sched_ for Income Stmt_] = [Acc. Schedule Name].[Name] | |||||||
112 | Acc. Sched. for Cash Flow Stmt | Account Schedule for Cash Flow Stmt | Normal | Code | 10 | Acc_ Sched_ for Cash Flow Stmt | nvarchar(20) |
Key to join to the Acc. Schedule Name table.Show/hide example querySELECT [General Ledger Setup].[Acc_ Sched_ for Cash Flow Stmt] ,[Acc. Schedule Name].[Name] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Acc_ Schedule Name$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Acc. Schedule Name] ON [General Ledger Setup].[Acc_ Sched_ for Cash Flow Stmt] = [Acc. Schedule Name].[Name] | |||||||
113 | Acc. Sched. for Retained Earn. | Account Schedule for Retained Earn. | Normal | Code | 10 | Acc_ Sched_ for Retained Earn_ | nvarchar(20) |
Key to join to the Acc. Schedule Name table.Show/hide example querySELECT [General Ledger Setup].[Acc_ Sched_ for Retained Earn_] ,[Acc. Schedule Name].[Name] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Acc_ Schedule Name$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Acc. Schedule Name] ON [General Ledger Setup].[Acc_ Sched_ for Retained Earn_] = [Acc. Schedule Name].[Name] | |||||||
114 | Fin. Rep. for Balance Sheet | Financial Report for Balance Sheet | Normal | Code | 10 | Fin_ Rep_ for Balance Sheet | nvarchar(20) |
115 | Fin. Rep. for Income Stmt. | Financial Report for Income Stmt. | Normal | Code | 10 | Fin_ Rep_ for Income Stmt_ | nvarchar(20) |
116 | Fin. Rep. for Cash Flow Stmt | Financial Report for Cash Flow Stmt | Normal | Code | 10 | Fin_ Rep_ for Cash Flow Stmt | nvarchar(20) |
117 | Fin. Rep. for Retained Earn. | Financial Report for Retained Earn. | Normal | Code | 10 | Fin_ Rep_ for Retained Earn_ | nvarchar(20) |
120 | Tax Invoice Renaming Threshold | Tax Invoice Renaming Threshold | Normal | Decimal | 12 | Tax Invoice Renaming Threshold | decimal(38,38) |
130 | Req.Country/Reg. Code in Addr. | Require Country/Region Code in Address | Normal | Boolean | 4 | Req_Country_Reg_ Code in Addr_ | tinyint |
150 | Print VAT specification in LCY | Print tax specification in $ | Normal | Boolean | 4 | Print VAT specification in LCY | tinyint |
151 | Prepayment Unrealized VAT | Prepayment Unrealized Tax | Normal | Boolean | 4 | Prepayment Unrealized VAT | tinyint |
152 | Use Legacy G/L Entry Locking | Use Legacy G/L Entry Locking | Normal | Boolean | 4 | Use Legacy G_L Entry Locking | tinyint |
160 | Payroll Trans. Import Format | Payroll Trans. Import Format | Normal | Code | 20 | Payroll Trans_ Import Format | nvarchar(40) |
161 | VAT Reg. No. Validation URL | VAT Reg. No. Validation URL | Normal | Text | 250 | VAT Reg_ No_ Validation URL | nvarchar(500) |
162 | Local Currency Symbol | Local Currency Symbol | Normal | Text | 10 | Local Currency Symbol | nvarchar(20) |
163 | Local Currency Description | Local Currency Description | Normal | Text | 60 | Local Currency Description | nvarchar(120) |
164 | Show Amounts | Show Amounts | Normal | Option | 4 | Show Amounts | int |
Available options are:
| |||||||
169 | Posting Preview Type | Posting Preview Type | Normal | Option | 4 | Posting Preview Type | int |
Available options are:
| |||||||
170 | SEPA Non-Euro Export | SEPA Non-Euro Export | Normal | Boolean | 4 | SEPA Non-Euro Export | tinyint |
171 | SEPA Export w/o Bank Acc. Data | SEPA Export w/o Bank Acc. Data | Normal | Boolean | 4 | SEPA Export w_o Bank Acc_ Data | tinyint |
175 | Journal Templ. Name Mandatory | Journal Templ. Name Mandatory | Normal | Boolean | 4 | Journal Templ_ Name Mandatory | tinyint |
176 | Hide Payment Method Code | Hide Payment Method Code | Normal | Boolean | 4 | Hide Payment Method Code | tinyint |
177 | Enable Data Check | Enable Data Check | Normal | Boolean | 4 | Enable Data Check | tinyint |
180 | Apply Jnl. Template Name | Apply Jnl. Template Name | Normal | Code | 10 | Apply Jnl_ Template Name | nvarchar(20) |
Key to join to the Gen. Journal Template table.Show/hide example querySELECT [General Ledger Setup].[Apply Jnl_ Template Name] ,[Gen. Journal Template].[Name] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Gen_ Journal Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Journal Template] ON [General Ledger Setup].[Apply Jnl_ Template Name] = [Gen. Journal Template].[Name] | |||||||
181 | Apply Jnl. Batch Name | Apply Jnl. Batch Name | Normal | Code | 10 | Apply Jnl_ Batch Name | nvarchar(20) |
182 | Job WIP Jnl. Template Name | Job WIP Jnl. Template Name | Normal | Code | 10 | Job WIP Jnl_ Template Name | nvarchar(20) |
Key to join to the Gen. Journal Template table.Show/hide example querySELECT [General Ledger Setup].[Job WIP Jnl_ Template Name] ,[Gen. Journal Template].[Name] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Gen_ Journal Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Journal Template] ON [General Ledger Setup].[Job WIP Jnl_ Template Name] = [Gen. Journal Template].[Name] | |||||||
183 | Job WIP Jnl. Batch Name | Job WIP Jnl. Batch Name | Normal | Code | 10 | Job WIP Jnl_ Batch Name | nvarchar(20) |
184 | Adjust ARC Jnl. Template Name | Adjust Add. Rep. Currency Jnl. Template Name | Normal | Code | 10 | Adjust ARC Jnl_ Template Name | nvarchar(20) |
Key to join to the Gen. Journal Template table.Show/hide example querySELECT [General Ledger Setup].[Adjust ARC Jnl_ Template Name] ,[Gen. Journal Template].[Name] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Gen_ Journal Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Journal Template] ON [General Ledger Setup].[Adjust ARC Jnl_ Template Name] = [Gen. Journal Template].[Name] | |||||||
185 | Adjust ARC Jnl. Batch Name | Adjust Add. Rep. Currency Jnl. Batch Name | Normal | Code | 10 | Adjust ARC Jnl_ Batch Name | nvarchar(20) |
186 | Bank Acc. Recon. Template Name | Bank Acc. Recon. Template Name | Normal | Code | 10 | Bank Acc_ Recon_ Template Name | nvarchar(20) |
Key to join to the Gen. Journal Template table.Show/hide example querySELECT [General Ledger Setup].[Bank Acc_ Recon_ Template Name] ,[Gen. Journal Template].[Name] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Gen_ Journal Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Journal Template] ON [General Ledger Setup].[Bank Acc_ Recon_ Template Name] = [Gen. Journal Template].[Name] | |||||||
187 | Bank Acc. Recon. Batch Name | Bank Acc. Recon. Batch Name | Normal | Code | 10 | Bank Acc_ Recon_ Batch Name | nvarchar(20) |
188 | Control VAT Period | Control Tax Period | Normal | Option | 4 | Control VAT Period | int |
Available options are:
| |||||||
189 | Allow Query From Consolid. | Enable company as subsidiary | Normal | Boolean | 4 | Allow Query From Consolid_ | tinyint |
10001 | VAT in Use | VAT in Use | Normal | Boolean | 4 | ||
10002 | Bank Rec. Adj. Doc. Nos. | Bank Rec. Adj. Doc. Nos. | Normal | Code | 20 | ||
Key to join to the No. Series table.Show/hide example querySELECT [General Ledger Setup].[] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [General Ledger Setup].[] = [No. Series].[Code] | |||||||
10003 | Deposit Nos. | Deposit Nos. | Normal | Code | 20 | ||
Key to join to the No. Series table.Show/hide example querySELECT [General Ledger Setup].[] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [General Ledger Setup].[] = [No. Series].[Code] | |||||||
10004 | SAT Certificate Thumbprint | SAT Certificate Thumbprint | Normal | Text | 250 | ||
10005 | Send PDF Report | Send PDF Report | Normal | Boolean | 4 | ||
10006 | Hash Algorithm | Hash Algorithm | Normal | Option | 4 | ||
10007 | PAC Code | PAC Code | Normal | Code | 10 | ||
10008 | PAC Environment | PAC Environment | Normal | Option | 4 | ||
10009 | CFDI Enabled | Enabled | Normal | Boolean | 4 | ||
10010 | Sim. Signature | Sim. Signature | Normal | Boolean | 4 | ||
10011 | Sim. Send | Sim. Send | Normal | Boolean | 4 | ||
10012 | Sim. Request Stamp | Sim. Request Stamp | Normal | Boolean | 4 | ||
10120 | Bank Recon. with Auto. Match | Bank Recon. with Auto. Match | Normal | Boolean | 4 | ||
10121 | SAT Certificate | SAT Certificate | Normal | Code | 20 | ||
10122 | Disable CFDI Payment Details | Disable CFDI Payment Details | Normal | Boolean | 4 | ||
10123 | USD Currency Code | USD Currency Code | Normal | Code | 10 | ||
Key to join to the Currency table.Show/hide example querySELECT [General Ledger Setup].[] ,[Currency].[Code] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency] ON [General Ledger Setup].[] = [Currency].[Code] | |||||||
10124 | Cancel on Time Expiration | Cancel on Time Expiration | Normal | Boolean | 4 | ||
2000000000 | $systemId | System ID | Normal | GUID | 16 | $systemId | uniqueidentifier |
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | $systemCreatedAt | datetime |
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | $systemCreatedBy | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [General Ledger Setup].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$General Ledger Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [General Ledger Setup] LEFT JOIN [User] AS [User] ON [General Ledger Setup].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |