diff options
author | Joris | 2019-10-14 09:10:33 +0200 |
---|---|---|
committer | Joris | 2019-10-14 09:11:20 +0200 |
commit | 284214d3af39143fdbeca57ffa4864389e7d517a (patch) | |
tree | b514a4a293e836dffa1572f7d16378dd0bbcdb71 /common | |
parent | 04c59f08f100ba6a0658d1f2b357f7d8b1e14218 (diff) |
Show cumulative incomes per user in income page
Diffstat (limited to 'common')
-rw-r--r-- | common/src/Common/Model/Payer.hs | 6 |
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 |