Amritanshu
8bc7d66123
Fix: Also prevent creation of customer with blank phone number when adding a guest book. Feature: Show the old bill of a customer in guest book Fix: In reprint, allow changing of customer Chore: Updated dependencies
17 lines
457 B
JSON
17 lines
457 B
JSON
{
|
|
"python.defaultInterpreterPath": "/home/tanshu/.cache/pypoetry/virtualenvs/barker-3ndhMgBR-py3.10/bin/python",
|
|
"files.exclude": {
|
|
"**/__pycache__": true,
|
|
"**/.mypy_cache": true,
|
|
".idea": true,
|
|
"**/node_modules": true,
|
|
},
|
|
"search.exclude": {
|
|
"**/__pycache__": true,
|
|
"**/.mypy_cache": true,
|
|
".idea": true,
|
|
"**/node_modules": true,
|
|
"**/package-lock.json": true,
|
|
}
|
|
}
|