Finish changes to follow dues policy changes
[bpt/portal.git] / money.sig
index 1abf0fa..d54ba3f 100644 (file)
--- a/money.sig
+++ b/money.sig
@@ -39,4 +39,6 @@ sig
 
     val freezeworthyPledgers : unit -> { id : int, name : string, balance : real } list
     val bootworthyPledgers : unit -> { id : int, name : string, balance : real } list
+
+    val billDues : {descr : string, base : real, date : string} -> unit
 end