leo-benz / budgetbudget-native

An implementation of BudgetBudget using the native Apple technology stack
GNU General Public License v3.0
11 stars 1 forks source link

Use correct date for transaction fetch #35

Closed leo-benz closed 1 year ago

leo-benz commented 1 year ago

Use the date configured by the user in the settings.

// TODO: Replace with start date defined in budget settings
let transactionsXML = executeAppleScript("exportTransactions", handler: "exportTransactions", parameters: [account.name, "2022-01-01"]).stringValue!