latest commit 23-05-2025
This commit is contained in:
parent
6e04ecbdd6
commit
1a2dbf2a05
@ -616,7 +616,7 @@ class Inwardgateregister extends BaseController
|
||||
|
||||
log_message('info','Inside Updation of POLineItem in SaveIgr ');
|
||||
|
||||
$currentPoRecievedQuantity = $this->inwardgateregister_model->getCurrentPOreceivedQty($MaterialCode,$PONo);
|
||||
$currentPoRecievedQuantity = $this->inwardgateregister_model->getCurrentPOreceivedQty($MaterialCode,$PONO);
|
||||
|
||||
|
||||
|
||||
|
||||
@ -3340,6 +3340,8 @@ if (!empty($INRSYMBOL)) {
|
||||
/* This is used add capital po line item */
|
||||
$('.AddCapital').click(function() {
|
||||
|
||||
alert("clicked capital po..!!");
|
||||
|
||||
let CPRate = $('#CPRate').val();
|
||||
|
||||
|
||||
|
||||
@ -3440,6 +3440,8 @@ if (isset($AvlimportBudAmt) && !empty($AvlimportBudAmt)) {
|
||||
|
||||
$('.AddImport').click(function() {
|
||||
|
||||
alert("clicked import po..!!")
|
||||
|
||||
// alert('out');
|
||||
if (validateImport() && ExceedQuantityCheck() && validateExceedLimit() && QtyZerocheck()) {
|
||||
//alert('in');
|
||||
|
||||
@ -3408,6 +3408,11 @@ if (!empty($INRSYMBOL)) {
|
||||
});
|
||||
});
|
||||
$('.AddRevenue').click(function() {
|
||||
|
||||
alert("clicked revenue po..!!");
|
||||
|
||||
$('')
|
||||
|
||||
tinyMCE.triggerSave();
|
||||
if (validateRevenueTax() && ExceedQuantityCheck()) {
|
||||
// console.log(index);
|
||||
|
||||
@ -1925,6 +1925,8 @@ console.log($('#ItemDescription' + userid).val());
|
||||
|
||||
$('.AddService').click(function() {
|
||||
|
||||
alert("clicked service po..!!");
|
||||
|
||||
tinyMCE.triggerSave();
|
||||
if (validateServiceTax()) {
|
||||
var temp = index;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user