Resource Features :

- Adding/removing and edit productivity data is now easier (+ cleaner UI)
- Pressing calculate schedule work on a parent resource will default to calculating its nested resources schedule work.
- Show derived Schedule Work for a parent resource
- Improve apperance of Resource Tree Structure
This commit is contained in:
Sigma Dimensions (Yass)
2023-08-24 13:43:25 +01:00
parent 8f6932de64
commit fc7459c07f
12 changed files with 137 additions and 66 deletions
@@ -98,7 +98,7 @@ def readable_ifc_duration(string):
final_string += f"{months} m " if months else ""
final_string += f"{weeks} w " if weeks else ""
final_string += f"{days} d " if days else ""
final_string += f"{hours} h " if hours else ""
final_string += f"{round(float(hours),2)} h " if hours else ""
final_string += f"{minutes} m " if minutes else ""
final_string += f"{seconds} s " if seconds else ""