parseFloat('0') is falsy in JS so `|| 0.18` silently discarded the user's
explicit 0% selection. Replaced with an explicit empty-string guard.
Adds e2e spec gst-rate.spec.ts covering all five GST rates (0/5/12/18/28%).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
38 lines
No EOL
1.1 KiB
JSON
38 lines
No EOL
1.1 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"WebFetch(domain:developer.gst.gov.in)",
|
|
"Bash(curl -s \"https://static.gst.gov.in/uiassets/js/services/forouter1.8.js\")",
|
|
"Bash(curl)",
|
|
"Bash(pnpm dev *)",
|
|
"WebFetch(domain:localhost)",
|
|
"Bash(pnpm type-check *)",
|
|
"Bash(pnpm lint *)",
|
|
"Bash(npx tsc *)",
|
|
"Bash(netstat -tlnp)",
|
|
"Bash(npx prisma migrate status)",
|
|
"Bash(npx prisma *)",
|
|
"Bash(netstat -ano)",
|
|
"Bash(findstr \":3000 :3003 :5432\")",
|
|
"Bash(findstr \"LISTENING\")",
|
|
"Bash(sed 's/ D //')",
|
|
"Bash(sed 's/?? //')",
|
|
"WebFetch(domain:web.archive.org)",
|
|
"WebFetch(domain:www.pexels.com)",
|
|
"Bash(npm run *)",
|
|
"Bash(npm install *)",
|
|
"Bash(node *)",
|
|
"Bash(taskkill *)",
|
|
"Bash(pg_isready *)",
|
|
"PowerShell(netstat *)",
|
|
"PowerShell(Get-Process *)",
|
|
"PowerShell(Stop-Process *)",
|
|
"PowerShell(Get-ChildItem *)",
|
|
"PowerShell(Test-NetConnection *)",
|
|
"PowerShell(Invoke-WebRequest *)",
|
|
"PowerShell(npm *)",
|
|
"PowerShell(pnpm *)",
|
|
"PowerShell(node *)"
|
|
]
|
|
}
|
|
} |