[Status: Launched ๐] Order of custom fields in the folder/project/task view
When viewing details of folder/project/task custom fields are displayed ordering them alphabetically. Such an order most of the times is not logical. For example fields starting with "%" will be displayed before any field starting with a normal letter.
For example the fields "Planned Cost", "Actual Cost", "%Cost Allocated", "Planned Man-Effort", "Actual Man-Effort", "%of Man-Effort Spent" will be displayed in the order:
%Cost Allocated
%of Man-Effort Spent
Actual Cost
Actual Man-Effort
Planned Cost
Planned Man-Effort
ย
It would more logical to be displayed in this order:
Planned Cost
Actual Cost
%Cost Allocated
Planned Man-Effort
Actual Man-Effort
%of Man-Effort Spent
or in this order:ย
Planned Cost
Planned Man-Effort
Actual Cost
Actual Man-Effort
%Cost Allocated
%of Man-Effort Spent
ย
Please implement a feature to arrange custom fields manually and inherit it to the hierarchy below.