i done emergency revenue po

This commit is contained in:
venbatechnologies@gmail.com 2017-06-13 18:00:13 +05:30
parent 848dca647c
commit 6a7d2a80ac
4 changed files with 4487 additions and 1277 deletions

View File

@ -65,6 +65,7 @@ define('REQITEM_DELIVERED', 'ST011');
define('REQ_DELETED', 'ST013'); define('REQ_DELETED', 'ST013');
define('REQITEM_POCREATED', 'ST022'); define('REQITEM_POCREATED', 'ST022');
define('REQITEM_PARTIALLY_PO_CREATED', 'ST023'); define('REQITEM_PARTIALLY_PO_CREATED', 'ST023');
define('REQITEM_Emergency_PO_CREATED', 'ST024');
define('REQUISTSTATUS', '0'); define('REQUISTSTATUS', '0');
@ -125,9 +126,11 @@ define('EXCISE_ONBASIC_DISCOUNT', '((ExciseDuty/100
define('EXCISE_ONBASIC_DISCOUNT_PACKAGING', '((ExciseDuty/100) * ((basicValue-AfterDiscount)+ AfterPackaging))'); define('EXCISE_ONBASIC_DISCOUNT_PACKAGING', '((ExciseDuty/100) * ((basicValue-AfterDiscount)+ AfterPackaging))');
define('EXCISE_ONBASIC_PACKAGING', '((ExciseDuty/100) * (basicValue + AfterPackaging))'); define('EXCISE_ONBASIC_PACKAGING', '((ExciseDuty/100) * (basicValue + AfterPackaging))');
//Vat //Vat
define('VAT_ONBASICVALUE', '((vatValue/100) * basicValue)'); define('VAT_ONBASICVALUE', '((vatValue/100) * basicValue)');
define('VAT_ONEXICSEVALUE', '((vatValue/100) * (basicValue+ExciseDuty))'); //define('VAT_ONEXICSEVALUE', '((vatValue/100) * (basicValue+ExciseDuty))');
define('VAT_ONEXICSEVALUE', '(((basicValue - discountValue) + (packageValue + ExciseDuty)) * (vatValue/100))');
//CST //CST
define('CST_ONBASICVALUE', '((CSTValue/100) * basicValue)'); define('CST_ONBASICVALUE', '((CSTValue/100) * basicValue)');

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff