buchhaltung

Safe HaskellNone
LanguageHaskell2010

Buchhaltung.Importers

Contents

Synopsis

CSV

AQBanking

Postbank Germany Kontoauszüge (from PDF with pdftotext)

Comdirect Germany

ok :: (IsString b, Eq b, L.StringLike b) => b -> [b] Source #

hbci_sep

description :: (ListLike c item, L.StringLike c, Show a, Eq a) => [a] -> [c] -> c Source #

Descriptions create the description, by concatenation of all cols

description_list :: (Show a, Eq a) => [a] -> [a] -> [b] -> [b] Source #

csv_header

Comdirect Visa Statements

comdirectVisa

Paypal (German)

other stuff

show2 :: [[T.Text]] -> [T.Text] Source #

toAqbankingPure :: (Show a, Eq a) => Char -> [a] -> [a] -> [T.Text -> T.Text] -> ([T.Text] -> Bool) -> T.Text -> T.Text Source #

toAqbanking :: (Show a, Eq a) => Char -> IO T.Text -> [a] -> [a] -> [T.Text -> T.Text] -> ([T.Text] -> Bool) -> IO () Source #

toAqbanking2Pure :: (Show a, Eq a) => Char -> [a] -> [(a, T.Text -> T.Text)] -> ([T.Text] -> Bool) -> T.Text -> T.Text Source #

toAqbanking2

data Date2 Source #

Constructors

D String String String