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 ');
|
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 */
|
/* This is used add capital po line item */
|
||||||
$('.AddCapital').click(function() {
|
$('.AddCapital').click(function() {
|
||||||
|
|
||||||
|
alert("clicked capital po..!!");
|
||||||
|
|
||||||
let CPRate = $('#CPRate').val();
|
let CPRate = $('#CPRate').val();
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -3440,6 +3440,8 @@ if (isset($AvlimportBudAmt) && !empty($AvlimportBudAmt)) {
|
|||||||
|
|
||||||
$('.AddImport').click(function() {
|
$('.AddImport').click(function() {
|
||||||
|
|
||||||
|
alert("clicked import po..!!")
|
||||||
|
|
||||||
// alert('out');
|
// alert('out');
|
||||||
if (validateImport() && ExceedQuantityCheck() && validateExceedLimit() && QtyZerocheck()) {
|
if (validateImport() && ExceedQuantityCheck() && validateExceedLimit() && QtyZerocheck()) {
|
||||||
//alert('in');
|
//alert('in');
|
||||||
|
|||||||
@ -3408,6 +3408,11 @@ if (!empty($INRSYMBOL)) {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
$('.AddRevenue').click(function() {
|
$('.AddRevenue').click(function() {
|
||||||
|
|
||||||
|
alert("clicked revenue po..!!");
|
||||||
|
|
||||||
|
$('')
|
||||||
|
|
||||||
tinyMCE.triggerSave();
|
tinyMCE.triggerSave();
|
||||||
if (validateRevenueTax() && ExceedQuantityCheck()) {
|
if (validateRevenueTax() && ExceedQuantityCheck()) {
|
||||||
// console.log(index);
|
// console.log(index);
|
||||||
|
|||||||
@ -1925,6 +1925,8 @@ console.log($('#ItemDescription' + userid).val());
|
|||||||
|
|
||||||
$('.AddService').click(function() {
|
$('.AddService').click(function() {
|
||||||
|
|
||||||
|
alert("clicked service po..!!");
|
||||||
|
|
||||||
tinyMCE.triggerSave();
|
tinyMCE.triggerSave();
|
||||||
if (validateServiceTax()) {
|
if (validateServiceTax()) {
|
||||||
var temp = index;
|
var temp = index;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user