Quintiq file version 2.0 
 | 
#parent: #root 
 | 
KnowledgeTable AccountTypes 
 | 
{ 
 | 
  #keys: '6[127710.1.670952295][127710.1.670952289][0.0.0][127710.1.670952291][0.0.0][127710.1.670952293]' 
 | 
  Description: 
 | 
  [* 
 | 
    Define the types of the accounts.  
 | 
    These names are not allowed as they will be pre-defined in the application as the default accounts: 
 | 
    Assets, Cost of sales, Margin, Preference, Sales 
 | 
  *] 
 | 
  TableRuleExcludedRange ExcludedDefaultAccoutType 
 | 
  { 
 | 
    TargetColumn: Name 
 | 
    TableRuleInterval 
 | 
    { 
 | 
      LeftValue: 'Preference' 
 | 
      RightValue: 'Preference' 
 | 
      ValueType: String 
 | 
    } 
 | 
    TableRuleInterval 
 | 
    { 
 | 
      LeftValue: 'Margin' 
 | 
      RightValue: 'Margin' 
 | 
      ValueType: String 
 | 
    } 
 | 
    TableRuleInterval 
 | 
    { 
 | 
      LeftValue: 'Cost of sales' 
 | 
      RightValue: 'Cost of sales' 
 | 
      ValueType: String 
 | 
    } 
 | 
    TableRuleInterval 
 | 
    { 
 | 
      LeftValue: 'Assets' 
 | 
      RightValue: 'Assets' 
 | 
      ValueType: String 
 | 
    } 
 | 
    TableRuleInterval 
 | 
    { 
 | 
      LeftValue: 'Sales' 
 | 
      RightValue: 'Sales' 
 | 
      ValueType: String 
 | 
    } 
 | 
  } 
 | 
  TableRuleUnique UniqueByName 
 | 
  { 
 | 
    ColumnList: Name 
 | 
  } 
 | 
  ColumnDefinitions: 
 | 
  [ 
 | 
    Column Name 
 | 
    { 
 | 
      ColumnWeight: 1 
 | 
      ISODefaultValue: '*' 
 | 
      Type: String 
 | 
    } 
 | 
  ] 
 | 
} 
 |