i done emergency revenue po
This commit is contained in:
parent
848dca647c
commit
6a7d2a80ac
@ -65,6 +65,7 @@ define('REQITEM_DELIVERED', 'ST011');
|
||||
define('REQ_DELETED', 'ST013');
|
||||
define('REQITEM_POCREATED', 'ST022');
|
||||
define('REQITEM_PARTIALLY_PO_CREATED', 'ST023');
|
||||
define('REQITEM_Emergency_PO_CREATED', 'ST024');
|
||||
|
||||
|
||||
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_PACKAGING', '((ExciseDuty/100) * (basicValue + AfterPackaging))');
|
||||
|
||||
|
||||
//Vat
|
||||
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
|
||||
define('CST_ONBASICVALUE', '((CSTValue/100) * basicValue)');
|
||||
@ -172,4 +175,4 @@ define('CALCULATE_TOTAL', 'txtrmc+basicamt');
|
||||
|
||||
|
||||
/* End of file constants.php */
|
||||
/* Location: ./application/config/constants.php */
|
||||
/* Location: ./application/config/constants.php */
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -71,4 +71,4 @@
|
||||
<script src="<?php echo base_url(); ?>assets/js/jQuery-2.1.4.min.js"></script>
|
||||
<script src="<?php echo base_url(); ?>assets/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user