fix(human_resources): Correct history link generation and add docs

ref: #722 #707 fixes #710
This commit is contained in:
2025-04-15 16:20:12 +09:30
parent 8ecb1fe01a
commit 2e1358da83
2 changed files with 18 additions and 1 deletions

View File

@ -44,7 +44,13 @@ Describe in detail the following:
> - Two words are not to contain a space char, `\s`. It is to be replaced with an underscore `_`
> - As much as practical, keep the tag as close to the model name as possible
- [ ] 📝 New [History model](https://nofusscomputing.com/projects/centurion_erp/development/core/model_history/) created
- [ ] 📝 New [History model](https://nofusscomputing.com/projects/centurion_erp/development/core/model_history/) created
- Sub-Models **_ONLY_**
- [ ] Model class variable `history_app_label` set to correct application label
- [ ] Model class variable `history_model_name` set to correct model label
- [ ] 📓 New [Notes model](https://nofusscomputing.com/projects/centurion_erp/development/core/model_notes/) created
- [ ] 🆕 Model Created