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
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
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