Beispiel #1
0
 def __init__(self):
     BankAccountConfig.__init__(self)
     self.delimiter = ';'
     self.quotechar = '"'
     self.dropped_lines = 5
     self.default_source_account = 'Liabilities:Deutsche Bank Master Card'
     self.default_target_account = 'Imbalance-EUR'
Beispiel #2
0
 def __init__(self):
     BankAccountConfig.__init__(self)
     self.delimiter = ';'
     self.quotechar = '"'
     self.dropped_lines = 5
     self.default_source_account = 'Liabilities:Deutsche Bank Master Card'
     self.default_target_account = 'Imbalance-EUR'
Beispiel #3
0
 def __init__(self):
     BankAccountConfig.__init__(self)
     self.delimiter = ','
     self.quotechar = '"'
     self.dropped_lines = 1
     self.default_source_account = 'Assets:Current Assets:Checking Account'
     self.default_target_account = 'Imbalance-GBP'
Beispiel #4
0
 def __init__(self):
     BankAccountConfig.__init__(self)
     self.delimiter = ','
     self.quotechar = '"'
     self.dropped_lines = 1
     self.default_source_account = 'Assets:Current Assets:Checking Account'
     self.default_target_account = 'Imbalance-GBP'
Beispiel #5
0
    def __init__(self):
        BankAccountConfig.__init__(self)

        self.delimiter = ','
        self.quotechar = '"'
        self.dropped_lines = 0
        self.default_source_account = 'Liabilities:CIBC - Aventura'
        self.default_target_account = 'Imbalance-CAD'
Beispiel #6
0
    def __init__(self):
        BankAccountConfig.__init__(self)

        self.encoding = 'windows-1252'
        self.delimiter = ','
        self.quotechar = '"'
        self.dropped_lines = 1
        self.source_account_prefix = 'Assets:Current Assets'
        self.default_target_account = 'Imbalance-EUR'
Beispiel #7
0
    def __init__(self):
        BankAccountConfig.__init__(self)

        # self.encoding = 'windows-1251'
        self.delimiter = ';'
        self.quotechar = '"'
        self.dropped_lines = 1
        self.default_source_account = 'Assets:Current Assets:Checking Account'
        self.default_target_account = 'Imbalance-RUR'
Beispiel #8
0
    def __init__(self):
        BankAccountConfig.__init__(self)

        self.encoding = 'windows-1252'
        self.delimiter = ';'
        self.quotechar = '"'
        self.dropped_lines = 7
        self.default_source_account = 'Assets:Current Assets:Checking Account'
        self.default_target_account = 'Imbalance-EUR'
Beispiel #9
0
    def __init__(self):
        BankAccountConfig.__init__(self)

        self.delimiter = ';'
        self.quotechar = '"'
        self.dropped_lines = 0
        self.default_source_account = 'Assets:Current Assets:Checking Account'
        self.default_target_account = 'Imbalance-SEK'
        self.encoding = 'utf-8-sig'
Beispiel #10
0
    def __init__(self):
        BankAccountConfig.__init__(self)

        self.delimiter = ';'
        self.quotechar = '"'
        self.decimal_separator = ','
        self.thousands_separator ='.'
        self.dropped_lines = 5
        self.default_source_account = 'Assets:Current Assets:Checking Account'
        self.default_target_account = 'Imbalance-EUR'
Beispiel #11
0
    def __init__(self):
        BankAccountConfig.__init__(self)

        self.delimiter = ';'
        self.quotechar = '"'
        self.decimal_separator = ','
        self.thousands_separator ='.'
        self.dropped_lines = 7
        self.default_source_account = 'Attività:Attività correnti:Conto corrente'
        self.default_target_account = 'Sbilancio-EUR'
        self.default_memo = ''
Beispiel #12
0
    def __init__(self):
        BankAccountConfig.__init__(self)

        self.decimal_separator = ','
        self.thousands_separator = '.'