hledger-web-0.24.1: A web interface for the hledger accounting tool.

Safe HaskellNone
LanguageHaskell98

Handler.Post

Description

POST helpers.

Synopsis

Documentation

handlePost :: Handler Html Source

Handle a post from any of the edit forms.

handleAdd :: Handler Html Source

Handle a post from the transaction add form.

handleEdit :: Handler Html Source

Handle a post from the journal edit form.

handleImport :: Handler Html Source

Handle a post from the journal import form.