0000593,0001093: Prepayments made against orders implemented.
[fa-stable.git] / purchasing / includes / po_class.inc
index c9ec00df2f32362d5ca993b480c1e699026266f4..4eb5c0b74a7873c6a4a8d876f17306be3295211a 100644 (file)
@@ -38,6 +38,10 @@ class purch_order
        
        var $reference;
        
+       var $prep_amount = 0; // prepayment required
+       var $alloc; // sum of payments allocated
+       var $prepayments = array();
+
        function purch_order()
        {
                /*Constructor function initialises a new purchase order object */