X-Git-Url: https://git.hcoop.net/hcoop/portal.git/blobdiff_plain/1b566e48ec4228ebf60088e7040b9d92a8c1fb01..1486ed1b6f35f6a1d0da2c1cc201cbf317a00931:/money.sig diff --git a/money.sig b/money.sig index 087666d..4195a87 100644 --- a/money.sig +++ b/money.sig @@ -36,4 +36,9 @@ sig val delinquentPledgers : unit -> { id : int, name : string, shares : int, balance : real } list val resetPledges : int list -> unit + + val freezeworthyPledgers : unit -> { id : int, name : string, balance : real, joinedThisMonth : bool } list + val bootworthyPledgers : unit -> { id : int, name : string, balance : real, joinedThisMonth : bool } list + + val billDues : {descr : string, base : real, date : string} -> unit end