Bug #2751
Partner Module - TDS Percentage
Description
Partner Module - TDS Percentage
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