Rev 37399 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 37404 2026-08-25 22:59:47
- Author: amit
- Log message:
- Serve the canonical state list from inventory.statemaster
Add GET /master-data/states returning each state's name and GST state code.
Clients were each carrying their own hardcoded state list, which drifted from the
master. Anything we store is later resolved back through that master by name, so a
drifted list writes values nothing can resolve - which is how customer addresses
ended up with states like 'Daman & Diu' that the master no longer holds, leaving
those invoices unable to generate. Serving the list means a correction to the
master reaches every client without a release.