Skip to content

Commit

Permalink
Exportdateiname als Belegnummer
Browse files Browse the repository at this point in the history
Referenz bezieht sich auf konkrete externe Beleg- oder Transaktionsnummer
  • Loading branch information
timpritlove committed Nov 26, 2017
1 parent 89d6971 commit 9fb6047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MoneyMonkey.lua
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ function WriteTransactions (account, transactions)
Steuersatz = nil,
Kostenstelle1 = nil,
Kostenstelle2 = nil,
BelegNr = "",
Referenz = string.gsub(io.filename, ".*/", ""),
BelegNr = string.gsub(io.filename, ".*/", ""), -- Dateiname des Exports ist die Belegnummer
Referenz = Umsatz.Referenz,
Waehrung = Umsatz.Waehrung,
Notiz = ""
}
Expand Down

0 comments on commit 9fb6047

Please sign in to comment.