penny-lib-0.2.0.0: Extensible double-entry accounting system - library

Safe HaskellSafe-Infered

Penny.Cabin.Posts.Fields

Description

Fields that can appear in the Posts report.

Documentation

data T a Source

Constructors

T 

Fields

globalTransaction :: a
 
revGlobalTransaction :: a
 
globalPosting :: a
 
revGlobalPosting :: a
 
fileTransaction :: a
 
revFileTransaction :: a
 
filePosting :: a
 
revFilePosting :: a
 
filtered :: a
 
revFiltered :: a
 
sorted :: a
 
revSorted :: a
 
visible :: a
 
revVisible :: a
 
lineNum :: a

The line number from the posting's metadata

date :: a
 
flag :: a
 
number :: a
 
payee :: a
 
account :: a
 
postingDrCr :: a
 
postingCmdty :: a
 
postingQty :: a
 
totalDrCr :: a
 
totalCmdty :: a
 
totalQty :: a
 
tags :: a
 
memo :: a
 
filename :: a
 

Instances

Functor T 
Applicative T 
Foldable T 
Eq a => Eq (T a) 
Show a => Show (T a)