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

Safe HaskellSafe-Infered

Penny.Cabin.Posts.Spacers

Description

Spacer fields in the report. They don't contain any data; they just provide whitespace. Each spacer immediately follows the named field.

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
 

Instances

Eq a => Eq (T a) 
Show a => Show (T a) 

t_globalPosting :: a -> T a -> T aSource

t_fileTransaction :: a -> T a -> T aSource

t_filePosting :: a -> T a -> T aSource

t_revFilePosting :: a -> T a -> T aSource

t_filtered :: a -> T a -> T aSource

t_revFiltered :: a -> T a -> T aSource

t_sorted :: a -> T a -> T aSource

t_revSorted :: a -> T a -> T aSource

t_visible :: a -> T a -> T aSource

t_revVisible :: a -> T a -> T aSource

t_lineNum :: a -> T a -> T aSource

t_date :: a -> T a -> T aSource

t_flag :: a -> T a -> T aSource

t_number :: a -> T a -> T aSource

t_payee :: a -> T a -> T aSource

t_account :: a -> T a -> T aSource

t_postingDrCr :: a -> T a -> T aSource

t_postingCmdty :: a -> T a -> T aSource

t_postingQty :: a -> T a -> T aSource

t_totalDrCr :: a -> T a -> T aSource

t_totalCmdty :: a -> T a -> T aSource