In Zen Road project management software, all delete operations are tombstoned. In other words, not directly from the database to delete records, but to do a delete tag.
Then these are the resources to delete tags, which are listed in the Recycle Bin in the background. If someone mistakenly deletes it, it can be restored by an administrator.
In addition to the restore operation, you can also delete the deleted hidden in the upper right corner of the hidden can be viewed.
Zen Road The burndown chart data needs to be updated daily, in several ways:
One, through the update script we provide (recommended)
1.1 First refer to the "Initialization management script" This article to initialize the individual scripts.
1.2 Then switch to the zentao/bin/directory and execute the Computburn.bat or computburn.sh script.
1.3 When the update is successful, you can place it in a scheduled task and update it daily.
Second, manually update through the page
2.1 First in the organization view, permissions are assigned to the appropriate user to update the Burndown chart through Rights management.
2.2 Then visit the Burndown Chart page of the project and a link to "Update Burndown chart" appears, click the link to calculate burndown chart data.
Third, how to update regularly
Many friends ask, how to update it regularly? You can use scheduled tasks under Windows, and you can use crontab to set up under Linux. The specific people find the corresponding documents, no longer repeat.
It is recommended to perform scheduled tasks every day after work, such as 8 o'clock in the evening or 11 o'clock at night.
no.149 Maintenance Zen Road: How to recover deleted resources, update Burndown chart