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

Safe HaskellNone

Handler.Post

Description

POST helpers.

Synopsis

Documentation

handlePost :: Handler RepHtmlSource

Handle a post from any of the edit forms.

handleAdd :: Handler RepHtmlSource

Handle a post from the transaction add form.

handleEdit :: Handler RepHtmlSource

Handle a post from the journal edit form.

handleImport :: Handler RepHtmlSource

Handle a post from the journal import form.