Tuesday, October 15, 2024
1 change · 17.0
Enhancements to existing features
This update improves how the system matches bills submitted late for GST reporting (GSTR2B). The matching process now uses the specific month of the bill date to find the correct bills, making the matching more accurate and reliable. This ensures businesses can properly reconcile their late bill submissions with their GST returns.
Original PR description
In this PR: - Updated the matching criteria for GSTR2B late bills to use the specific month of the bill date. - Replaced previous date filter on `invoice_date` to limit searches to the start and end of the bill's month. - Ensured accurate retrieval of bills by filtering based on the bill number and company. This change enhances the precision of bill matching in the GSTR2B late bill streamline process.