Arcady Zherdev

Results 8 comments of Arcady Zherdev

Not sure why we have two columns. Maybe we tried to mimic MS Project UI ..they use a column w/ combobox `Manual/Auto`. I agree `ManuallyScheduledColumn` could be enough.

Looks working fine in v6.0.3. Waiting for the customer test case to reproduce the issue.

@minasm Try setting your project [skipNonWorkingTimeInDurationWhenSchedulingManually](https://bryntum.com/products/gantt/docs/api/Gantt/model/ProjectModel#field-skipNonWorkingTimeInDurationWhenSchedulingManually) to `true`. It's default value has been changed to `false` in v6.0 resulting manual task completely ignoring calendars. Please check and let us know...

The reason of the issue is too strict intervals that ignore DST change for that timezone. ```js "recurrentStartDate" : "on Fri at 0:00", ``` The rule doesn't match Friday 26...

Hello @pwmather We have no plans starting this soon I'm afraid. So far as a workaround you could just make a fake root level task representing the project. The only...

P.S. you can also hire us for implementing this if you need the feature urgent. If you're up to please ping sales at bryntum.com for a quote.

A sneak peek on the UI changes introduced by the feature. Assignment field ![Image](https://github.com/user-attachments/assets/ede41450-b35d-43bf-a5c7-21720d08e9a3) "Resources" tab in the task editor ![Image](https://github.com/user-attachments/assets/554b13eb-4df4-445b-ba6c-aa4644185b33) Resource utilization view ![Image](https://github.com/user-attachments/assets/2a0a5be1-b83c-47e2-9d68-d11c0f239cc7)

@pwmather Work and material-type resources have rate tables and each rate table keeps rates. Technically there is a new `rateTables` field on the `ResourceModel` which is a `StoreDataField`. ![Image](https://github.com/user-attachments/assets/fdb2ca09-9e6f-43b5-acd8-db27a9b8d7c3) A...