Sfoglia il codice sorgente

Flip payee and memo for Sparebank1

karianne
Sindre Stephansen 2 mesi fa
parent
commit
20e2a8969a
Firmato da: sindre <sindre@sindrestephansen.com> ID Chiave GPG: B06FC67D17A46ADE
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      ynab-karianne.py

+ 2
- 2
ynab-karianne.py Vedi File

@@ -49,8 +49,8 @@ def parse_bank_sparebank1(data):
result.append({
'Date': parse_norwegian_date(row.get('Dato', '')),
'Payee': row.get('Til konto', ''),
'Memo': row.get('Beskrivelse', ''),
'Payee': row.get('Beskrivelse', ''),
'Memo': row.get('Til konto', ''),
'Outflow': outflow,
'Inflow': inflow
})


Loading…
Annulla
Salva