15.25.2 (2026-01-23)
Bug Fixes
- add duplicate check to quick entry (22c7249)
- add duplicate GSTIN and PAN message checks in party and address (d701eeb)
- add permission check before fetching party contact details (5c6bb3f)
- add permission check for party_type in get_party_for_gstin (21df063)
- add permission check for supplier in subcontracting (5737422)
- add permission checks and sanitize search inputs in subcontracting whitelisted functions (e439e32)
- add search sanitization and use get_list in BOE invoice fetch (ea17eed)
- do not update or validate gst details for non-gst transactions (0195b19)
- don't check duplicate party for address; refactor with common utils (66445de)
- enhance duplicate PAN and GSTIN checks with detailed alerts (1e4303d)
- handle missing E Invoice Settings in post-install patch (fe0a75c)
- make party parameter optional in duplicate GSTIN/PAN checks (952bd20)
- no need for API name in returns (1efe5ea)
- permission check before updating taxes from hsn code (29efc60)
- permission check in
enable_setup_wizard_complete(c894a17) - remove decorator and add comment (18a5ada)
- remove decorator from get_stock_entry_references (811c955)
- remove permission check for "GST HSN Code" in update_taxes_in_item_master (306955f)
- return if no value (cce5cff)
- set API_NAME for TaxpayerAuthenticate class (93fdab1)
- translated messages (468e9ff)
- update permission check from "GST Return Log" to "GSTR-1" in get_filing_preference_from_log (cfac9c0)
- use dot notation for _dict (c3ceaa9)
- use get_list
get_reconciliation_status_for_invoice_list(bda0be9) - validate doc parameter to prevent injection (f01a4d6)