Project

General

Profile

Bug #2751

Partner Module - TDS Percentage

Added by Piyush Vijay about 2 months ago. Updated about 1 month ago.

Status:
New
Priority:
Normal
Start date:
06/19/2026
Due date:
% Done:

0%

Estimated time:
Spent time:

Description

Partner Module - TDS Percentage

#1

Updated by Shreya Agarwal about 1 month ago

I implemented a TDS Percent field in the Partner Edit/Create form within the Business Details section. The field accepts values between 0-100% with real-time validation to prevent invalid entries. I added a styled Info icon tooltip that displays "Tax Deducted at Source percentage (0-100%)" on hover, matching the project's primary branding color. The field was positioned in a 3-column layout alongside CIN/Registration Number and GST Number for better UI consistency. I implemented client-side validation to ensure values are between 0-100 before API submission, and updated both CreatePartnerRequest and UpdatePartnerRequest interfaces to support the new field. . All three fields (CIN, GST, TDS) now display in a single row with 3 equal columns. The field is now fully functional and properly integrated with the backend API. also learned how database migration scripts work to add permissions across multiple tenant schemas in a PostgreSQL database. and try to understand project structure for more understanding

Also available in: Atom PDF