function saveChatHistory(sessionId, message) { const chatData = JSON.parse(sessionStorage.getItem(sessionId)) || []; chatData.push(message); sessionStorage.setItem(sessionId, JSON.stringify(chatData)); }function loadChatHistory(sessionId) { const chatData = JSON.parse(sessionStorage.getItem(sessionId)) || []; chatData.forEach(message => { // Logic to display message console.log(message); }); }// On page load, load chat history window.onload = function () { const sessionId = sessionStorage.getItem('sessionId') || `session_${Date.now()}`; sessionStorage.setItem('sessionId', sessionId); loadChatHistory(sessionId); };// Save chat history when sending a message function sendMessage(message) { const sessionId = sessionStorage.getItem('sessionId'); saveChatHistory(sessionId, { user: message }); // Send the message to the backend... }

Steps for Preparing Correction Returns

Steps: Request for TDS (Consolidated) file from Traces Download requested TDS (Consolidated) file from Traces Upload TDS(Consolidated) file for correction into the software Make corrections Generate the correction return Submit The correction return to NSDL Types of Corrections in TDS Returns Use TDSMAN one of the leading software for preparing correction returns

Read More

Reasons to reject the correction in challan detail by TDS-CPC

Rejection reasons pertaining to challan details are as follows: Challan detail record on which correction has been filed does not exist in regular / previous statement In a correction statement, verification keys from challan data should match with the corresponding fields in regular statement Verification keys for Non Nil Statement-Last transfer voucher number, Last Bank-Branch…

Read More

FAQ on Online Correction

What is Online Correction? TRACES has provided the functionality of “Online Correction” where deductor can perform correction of TDS return /TCS return online. Following are the various facilities available through online correction: Rectifying challan mismatch cases Addition of new challan to the statement Pay 220/interest/levy Add or Delete Salary Detail Rectifying statement challan information PAN Correction…

Read More