X-Git-Url: http://git.hcoop.net/hcoop/portal.git/blobdiff_plain/e84aceccd570655fbd36593ca20302456e1b501a..0e737d9f261c698b705f5f388650ecb1d88f6749:/money.sig diff --git a/money.sig b/money.sig index 81414a9..4195a87 100644 --- a/money.sig +++ b/money.sig @@ -31,4 +31,14 @@ sig val addHostingCharges : hosting -> unit val equalizeBalances : unit -> unit + + val costBase : real -> real + + 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