aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJoris2019-10-14 09:10:33 +0200
committerJoris2019-10-14 09:11:20 +0200
commit284214d3af39143fdbeca57ffa4864389e7d517a (patch)
treeb514a4a293e836dffa1572f7d16378dd0bbcdb71 /common
parent04c59f08f100ba6a0658d1f2b357f7d8b1e14218 (diff)
downloadbudget-284214d3af39143fdbeca57ffa4864389e7d517a.tar.gz
budget-284214d3af39143fdbeca57ffa4864389e7d517a.tar.bz2
budget-284214d3af39143fdbeca57ffa4864389e7d517a.zip
Show cumulative incomes per user in income page
Diffstat (limited to 'common')
-rw-r--r--common/src/Common/Model/Payer.hs6
1 files changed, 4 insertions, 2 deletions
diff --git a/common/src/Common/Model/Payer.hs b/common/src/Common/Model/Payer.hs
index d09dbf6..40228d5 100644
--- a/common/src/Common/Model/Payer.hs
+++ b/common/src/Common/Model/Payer.hs
@@ -1,6 +1,8 @@
module Common.Model.Payer
- ( getExceedingPayers
- , ExceedingPayer(..)
+ ( ExceedingPayer(..)
+ , getExceedingPayers
+ , useIncomesFrom
+ , cumulativeIncomesSince
) where
import qualified Data.List as List