Negative value in Quote and Invoice

Hi,
I found on vtiger forum that you know how to insert negative value in charge, tax or article for quote or invoice module.
Can you help me ?
Thanks

Comments

  • Hi Gael,
    Yes you can do it. You need to remove "rule-positive" so that it can accept negative. Also for Tax , i see it only accept % , so you can adjust Tax calculation include\utils/EditViewUtils.php -

    function getAssociatedProducts($module, $focus, $seid = '', $refModuleName = false)
    {
    }

    Thanks
    Vivek
  • Hi Vivek and thank you for your reply, but where and how i can remove "rule-positive" please ?
  • UP PLEASE, PLEASE, PLEASE...
Sign In or Register to comment.