buchhaltung-0.0.7: Automates most of your plain text accounting data entry in ledger format.

Safe HaskellNone
LanguageHaskell2010

Buchhaltung.AQBanking

Contents

Synopsis

The Monad Stack and its runner

runAQ :: FullOptions () -> AQM a -> ErrorT IO [a] Source #

Runs an AQBanking Action for all connections of the selected user

Direct access to the executables

runProc :: (FilePath -> [String] -> IO a) -> [String] -> ([FilePath], FilePath) -> AQM a Source #

type AAQM a = [String] -> AQM a Source #

Higher Level of Abstraction

aqbankingListtrans Source #

Arguments

:: Bool

request new transactions

-> AQM Text 

Utils

askExec Source #

Arguments

:: (AQBankingConf -> Maybe FilePath) 
-> FilePath

default

-> String

config path argument

-> AQM ([FilePath], FilePath)

Path and Args

Find out executable path and two args selecting the config file