Added one Post option to Post options in Quick Entry Lines (amount without decrease...
[fa-stable.git] / includes / types.inc
index 68696cd6e74e11d5eb823219d94d271752efb370..8162736e29544aa4338b8124fedb2bafcaf5fc8a 100644 (file)
@@ -302,8 +302,9 @@ class wo_types
 
 $quick_actions = array(
        '=' => _('Remainder'), // post current base amount to GL account
-       '-' => _('Amount, reduce base'), // post amount to GL account and reduce base
-       '+' => _('Amount, increase base'), // post amount to GL account and increase base
+       'a' => _('Amount'), // post amount to GL account
+       'a+' => _('Amount, increase base'), // post amount to GL account and increase base
+       'a-' => _('Amount, reduce base'), // post amount to GL account and reduce base
        '%' => _('% amount of base'),   // store acc*amount% to GL account
        '%+' => _('% amount of base, increase base'),   // ditto & increase base amount
        '%-' => _('% amount of base, reduce base'),     // ditto & reduce base amount