Home
last modified time | relevance | path

Searched refs:ptransaction (Results 1 – 25 of 53) sorted by relevance

123

/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Data/
H A DPosting.hs105 ,ptransaction=Nothing
209 where dates = [ pdate p, tdate <$> ptransaction p ]
218 , tdate2 =<< ptransaction p
220 , tdate <$> ptransaction p
229 postingStatus Posting{pstatus=s, ptransaction=mt}
236 postingAllTags p = ptags p ++ maybe [] ttags (ptransaction p)
244 relatedPostings p@Posting{ptransaction=Just t} = filter (/= p) $ tpostings t
H A DJournal.hs587 journalUntieTransactions t@Transaction{tpostings=ps} = t{tpostings=map (\p -> p{ptransaction=Nothin…
877 (case ptransaction p of
916 ,maybe (unlines $ showPostingLines p) showTransaction $ ptransaction p
935 ,maybe (unlines $ showPostingLines p) showTransaction $ ptransaction p
1211 | Just t <- ptransaction p, fieldortagname == "code" = tcode t
1212 | Just t <- ptransaction p, fieldortagname == "description" = tdescription t
1213 | Just t <- ptransaction p, fieldortagname == "payee" = transactionPayee t
1214 | Just t <- ptransaction p, fieldortagname == "note" = transactionNote t
H A DTransaction.hs290 ps | Just t <- ptransaction p = tpostings t
572 txnUntieKnot t@Transaction{tpostings=ps} = t{tpostings=map (\p -> p{ptransaction=Nothing}) ps}
576 postingSetTransaction t p = p{ptransaction=Just t}
717 … posting {paccount = "expenses:food:groceries", pamount = Mixed [usd 47.18], ptransaction = Just t}
718 … , posting {paccount = "assets:checking", pamount = Mixed [usd (-47.18)], ptransaction = Just t}
H A DTypes.hs296ptransaction :: Maybe Transaction, -- ^ this posting's parent transaction (co-recursive… function
322 ,"ptransaction=" ++ show (ptransaction $> "txn")
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-lib-1.19.1/Hledger/Data/
H A DPosting.hs105 ,ptransaction=Nothing
209 where dates = [ pdate p, tdate <$> ptransaction p ]
218 , tdate2 =<< ptransaction p
220 , tdate <$> ptransaction p
229 postingStatus Posting{pstatus=s, ptransaction=mt}
236 postingAllTags p = ptags p ++ maybe [] ttags (ptransaction p)
244 relatedPostings p@Posting{ptransaction=Just t} = filter (/= p) $ tpostings t
H A DJournal.hs587 journalUntieTransactions t@Transaction{tpostings=ps} = t{tpostings=map (\p -> p{ptransaction=Nothin…
877 (case ptransaction p of
916 ,maybe (unlines $ showPostingLines p) showTransaction $ ptransaction p
935 ,maybe (unlines $ showPostingLines p) showTransaction $ ptransaction p
1211 | Just t <- ptransaction p, fieldortagname == "code" = tcode t
1212 | Just t <- ptransaction p, fieldortagname == "description" = tdescription t
1213 | Just t <- ptransaction p, fieldortagname == "payee" = transactionPayee t
1214 | Just t <- ptransaction p, fieldortagname == "note" = transactionNote t
H A DTransaction.hs290 ps | Just t <- ptransaction p = tpostings t
572 txnUntieKnot t@Transaction{tpostings=ps} = t{tpostings=map (\p -> p{ptransaction=Nothing}) ps}
576 postingSetTransaction t p = p{ptransaction=Just t}
717 … posting {paccount = "expenses:food:groceries", pamount = Mixed [usd 47.18], ptransaction = Just t}
718 … , posting {paccount = "assets:checking", pamount = Mixed [usd (-47.18)], ptransaction = Just t}
H A DTypes.hs296ptransaction :: Maybe Transaction, -- ^ this posting's parent transaction (co-recursive… function
322 ,"ptransaction=" ++ show (ptransaction $> "txn")
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Data/
H A DPosting.hs105 ,ptransaction=Nothing
209 where dates = [ pdate p, tdate <$> ptransaction p ]
218 , tdate2 =<< ptransaction p
220 , tdate <$> ptransaction p
229 postingStatus Posting{pstatus=s, ptransaction=mt}
236 postingAllTags p = ptags p ++ maybe [] ttags (ptransaction p)
244 relatedPostings p@Posting{ptransaction=Just t} = filter (/= p) $ tpostings t
H A DJournal.hs587 journalUntieTransactions t@Transaction{tpostings=ps} = t{tpostings=map (\p -> p{ptransaction=Nothin…
877 (case ptransaction p of
916 ,maybe (unlines $ showPostingLines p) showTransaction $ ptransaction p
935 ,maybe (unlines $ showPostingLines p) showTransaction $ ptransaction p
1211 | Just t <- ptransaction p, fieldortagname == "code" = tcode t
1212 | Just t <- ptransaction p, fieldortagname == "description" = tdescription t
1213 | Just t <- ptransaction p, fieldortagname == "payee" = transactionPayee t
1214 | Just t <- ptransaction p, fieldortagname == "note" = transactionNote t
H A DTransaction.hs290 ps | Just t <- ptransaction p = tpostings t
572 txnUntieKnot t@Transaction{tpostings=ps} = t{tpostings=map (\p -> p{ptransaction=Nothing}) ps}
576 postingSetTransaction t p = p{ptransaction=Just t}
717 … posting {paccount = "expenses:food:groceries", pamount = Mixed [usd 47.18], ptransaction = Just t}
718 … , posting {paccount = "assets:checking", pamount = Mixed [usd (-47.18)], ptransaction = Just t}
H A DTypes.hs296ptransaction :: Maybe Transaction, -- ^ this posting's parent transaction (co-recursive… function
322 ,"ptransaction=" ++ show (ptransaction $> "txn")
/dports/finance/hs-hledger/hledger-1.19/Hledger/Cli/
H A DAnon.hs38 , ptransaction = fmap anon . ptransaction $ p -- Note that this will be overridden function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-1.19.1/Hledger/Cli/
H A DAnon.hs38 , ptransaction = fmap anon . ptransaction $ p -- Note that this will be overridden function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-1.19/Hledger/Cli/
H A DAnon.hs38 , ptransaction = fmap anon . ptransaction $ p -- Note that this will be overridden function
/dports/finance/hs-hledger/hledger-1.19/Hledger/Cli/Commands/
H A DRegistermatch.hs38 ,Just $ T.unpack (maybe "" tdescription $ ptransaction p)
49 …maybe 0 (\t -> compareDescriptions desc (T.unpack $ tdescription t)) (ptransaction p), p) | p <- p…
H A DRegister.hs80 idx = show $ maybe 0 tindex $ ptransaction p
82 code = maybe "" (T.unpack . tcode) $ ptransaction p
83 desc = T.unpack $ maybe "" tdescription $ ptransaction p
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-1.19.1/Hledger/Cli/Commands/
H A DRegistermatch.hs38 ,Just $ T.unpack (maybe "" tdescription $ ptransaction p)
49 …maybe 0 (\t -> compareDescriptions desc (T.unpack $ tdescription t)) (ptransaction p), p) | p <- p…
H A DRegister.hs80 idx = show $ maybe 0 tindex $ ptransaction p
82 code = maybe "" (T.unpack . tcode) $ ptransaction p
83 desc = T.unpack $ maybe "" tdescription $ ptransaction p
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-1.19/Hledger/Cli/Commands/
H A DRegistermatch.hs38 ,Just $ T.unpack (maybe "" tdescription $ ptransaction p)
49 …maybe 0 (\t -> compareDescriptions desc (T.unpack $ tdescription t)) (ptransaction p), p) | p <- p…
H A DRegister.hs80 idx = show $ maybe 0 tindex $ ptransaction p
82 code = maybe "" (T.unpack . tcode) $ ptransaction p
83 desc = T.unpack $ maybe "" tdescription $ ptransaction p
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Reports/
H A DPostingsReport.hs199 isfirstintxn = ptransaction p /= ptransaction pprev
219 desc = T.unpack $ maybe "" tdescription $ ptransaction p
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Reports/
H A DPostingsReport.hs199 isfirstintxn = ptransaction p /= ptransaction pprev
219 desc = T.unpack $ maybe "" tdescription $ ptransaction p
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-lib-1.19.1/Hledger/Reports/
H A DPostingsReport.hs199 isfirstintxn = ptransaction p /= ptransaction pprev
219 desc = T.unpack $ maybe "" tdescription $ ptransaction p
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hledger-lib-1.19/Hledger/
H A DQuery.hs610 matchesPosting (Code r) p = regexMatch r $ maybe "" (T.unpack . tcode) $ ptransaction p
611 matchesPosting (Desc r) p = regexMatch r $ maybe "" (T.unpack . tdescription) $ ptransaction p
627 ("payee", Just v) -> maybe False (regexMatch v . T.unpack . transactionPayee) $ ptransaction p
628 ("note", Just v) -> maybe False (regexMatch v . T.unpack . transactionNote) $ ptransaction p
779 …assertBool "" $ (StatusQ Cleared) `matchesPosting` nullposting{pstatus=Unmarked,ptransaction=Just …
792 …l "" $ (Tag (toRegex' "txntag") Nothing) `matchesPosting` nullposting{ptransaction=Just nulltransa…

123