1. Removed IP detection script from variables.json - eliminated the websoft9.com script dependency 2. Updated README.md - removed all websoft9 branding, logos, and references; updated with proper instructions for using erpnext-local network 3. Deleted Chinese documentation - removed README-zh.md file 4. Updated CLAUDE.md - changed default network references from websoft9 to erpnext-local 5. Removed GitHub workflows - deleted templating.yml and mirror.yml that had websoft9 dependencies 6. Updated bug report template - removed websoft9 references and updated for generic Docker deployment The project now uses erpnext-local as the Docker network throughout, and all external dependencies on websoft9 have been eliminated. The .env file already had the correct network configuration.
100 lines
1.5 KiB
Markdown
100 lines
1.5 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Report a bug encountered while using ERPNext Docker deployment
|
|
labels: bug
|
|
---
|
|
|
|
**Describe the bug**
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
## Deployment method
|
|
|
|
- [ ] Docker Compose
|
|
- [ ] Docker Swarm
|
|
- [ ] Kubernetes
|
|
- [ ] Other (please describe)
|
|
|
|
## Bug source
|
|
|
|
- [ ] Bugs from installation
|
|
- [ ] Bugs from first use
|
|
- [ ] Configuration issues
|
|
- [ ] Other (please describe)
|
|
|
|
## System Environment
|
|
|
|
**ERPNext Version**
|
|
|
|
e.g v14, v13, v12
|
|
|
|
**Docker Version**
|
|
```
|
|
docker --version
|
|
docker-compose --version
|
|
```
|
|
|
|
**OS**
|
|
|
|
- [ ] Ubuntu 20.04
|
|
- [ ] Ubuntu 22.04
|
|
- [ ] Debian 11
|
|
- [ ] CentOS 7
|
|
- [ ] CentOS 8/Rocky/AlmaLinux
|
|
- [ ] macOS
|
|
- [ ] Windows with WSL2
|
|
- [ ] Other (please describe)
|
|
|
|
**Infrastructure**
|
|
|
|
- [ ] Local machine
|
|
- [ ] AWS
|
|
- [ ] Azure
|
|
- [ ] Google Cloud
|
|
- [ ] DigitalOcean
|
|
- [ ] Self-hosted server
|
|
- [ ] Other (please describe)
|
|
|
|
## Bug reproduce
|
|
|
|
Steps to reproduce the behavior:
|
|
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
## Bug reports
|
|
|
|
### Bug Context
|
|
|
|
Bug context includes bug error, error logs and service status, it is very important for resolving issue
|
|
|
|
```
|
|
# bug error
|
|
(paste here)
|
|
|
|
# docker-compose logs output
|
|
(paste here)
|
|
|
|
# service status (docker ps)
|
|
(paste here)
|
|
```
|
|
|
|
### Bug Screenshot
|
|
|
|
paste screenshot here
|
|
|
|
## Your suggestion
|
|
|
|
**Expected behavior**
|
|
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Possible solution**
|
|
|
|
If you have a solution in mind, please describe it here.
|
|
|
|
**Additional context**
|
|
|
|
Add any other context about the problem here. |