Fixed amibiguity in few text messages to make translations easier, updated gettext...
[fa-stable.git] / purchasing / includes / po_class.inc
index f9f75aacc027574db79d361e770ba2f2c3201d5c..e891e6494332eefd95d7f3decf28aa0561f7c37c 100644 (file)
@@ -34,10 +34,17 @@ class purch_order
        var $tax_included; // type of prices
        var $terms;
        var $ex_rate;
+       var $cash_account;
+       var $dimension,
+               $dimension2;
 
        var $reference;
        var $tax_overrides = array();           // array of taxes manually inserted during sales invoice entry (direct invoice)
        
+       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 */
@@ -244,4 +251,3 @@ class po_line_details
        }
 }
 
-?>