LedgerSettings
public struct LedgerSettingsSettings for SwiftBeanCountSheetSync which were read from the ledger file
- 
                  
                  Commodity symbol for all transactions - The syncronization only supports one commodity DeclarationSwift public let commoditySymbol: String
- 
                  
                  Tag which is appended to all transactions from the sheet DeclarationSwift public let tag: Tag
- 
                  
                  Name of the person of the ledger - used to identify the colunms of the sheet DeclarationSwift public let name: String
- 
                  
                  Account which is used to keep track of the balance between the people DeclarationSwift public let accountName: AccountName
- 
                  
                  tolerance used to detect already existing transactions DeclarationSwift public let dateTolerance: TimeInterval
- 
                  
                  Mapping from sheet categories to the corresponding account names in the ledger DeclarationSwift public let categoryAccountNames: [String : AccountName]
- 
                  
                  Mapping from account names in the ledger to the corresponding categories in the sheet DeclarationSwift public let accountNameCategories: [String : String]
- 
                  init(commoditySymbol:tag: name: accountName: dateTolerance: categoryAccountNames: accountNameCategories: ) Create the ledger settings from the data read from the ledger DeclarationSwift public init( commoditySymbol: String, tag: Tag, name: String, accountName: AccountName, dateTolerance: TimeInterval, categoryAccountNames: [String: AccountName], accountNameCategories: [String: String] )ParameterscommoditySymbolcommodity symbol tagTag which is appended to all transactions from the sheet nameName of the person of the ledger accountNameAccount which is used to keep track of the balance between the people dateTolerancetolerance used to detect already existing transactions categoryAccountNamesMapping from sheet categories to the corresponding account names in the ledger accountNameCategoriesMapping from account names in the ledger to the corresponding categories in the sheet 
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           LedgerSettings Structure Reference
      LedgerSettings Structure Reference