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... }

TDSMAN updated with FVU ver. 5.8 & FVU ver. 2.154

TDSMAN has been updated for the following newly released File Validation Utilities: FVU ver. 5.8 – For statement pertaining to FY 2010-11 onwards FVU ver. 2.154 – For statement up to FY 2009-10 To update TDSMAN – Click on: Utilities – Update Software Click here to view the key features of FVU version 5.8 & FVU 2.154

Read More

Key Features – File Validation Utility (FVU) version 5.8 & 2.154

File Validation Utility (FVU) version 5.8 A new column for “Deduction under Section 16 (ia)” is added under Annexure II (i.e. Salary details) for Form 24Q-Q4 : The above referred deduction is applicable for Regular and Correction statements for Form 24Q-Q4. Deduction under Section 16 (ia) will be applicable for statements pertaining to F.Y. 2018-19…

Read More

Important Guidelines for payment towards liability on account of Tax Deducted / Collected at Source

Given below are some relevant guidelines related to payment of TDS/ TCS liability: A. Central Government Account (Receipts and Payments) Rules, 1983: Date of Receipt for Cheques or Drafts: The Central Government Account (Receipts and Payments) Rules, 1983 contain, inter alia, regulate public moneys received by or on behalf of the Government of India. As…

Read More

Different matching statuses in Form 16 / Form 16A

Following are different matching statuses in Form 16 / Form 16A: U – Unmatched (Deductor has not deposited taxes or has furnished incorrect particulars of tax payment. Final credit will be reflected only when payment detail in bank matches with details of deposit in TDS/TCS statement) P – Provisional (Provisional tax credit is effected only…

Read More