canbus

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

Please refer to: DRY-DEMO-DEN-17098-1

Please refer to: DRY-DEMO-DEN-17098-1

Please refer to: DRY-DEMO-DEN-17098-1

Please refer to: DRY-DEMO-DEN-17098-1

Done

Done

please take a look at dry-demo, as well.

please take a look at dry-demo, as well.

RESOLVED

RESOLVED

fix the numbering (should be 4).

fix the numbering (should be 4).

No we do not need this code. I removed it.

No we do not need this code. I removed it.

Could you please search for the 0x6C00 message ID in the Dry-Demo and update that too. If you found it please do the same as we did for the 0x0900 and 0x0B00. Also fix the dialin same as dry-demo.

Could you please search for the 0x6C00 message ID in the Dry-Demo and update that too.
If you found it please do the same as we did for the 0x0900 and 0x0B00.

Also fix the dialin same as dry-demo.

Don't we need to add the new field in its Model?

Don't we need to add the new field in its Model?

UI-DEN-17098_Release 18 Changes
UI-DEN-17098_Release 18 Changes
UI-DEN-17017_Release/Stagingmerge Release 17 [ Application ]
UI-DEN-17017_Release/Stagingmerge Release 17 [ Application ]
RESOLVED

RESOLVED

Updated the code to not show any decimals.

Updated the code to not show any decimals.

Displaying hours as a float can be confusing and not user-friendly. For example, seeing "11.7" requires users to calculate the actual hours and minutes, which adds unnecessary complexity. Please co...

Displaying hours as a float can be confusing and not user-friendly.
For example, seeing "11.7" requires users to calculate the actual hours and minutes, which adds unnecessary complexity.
Please consult with the system team to explore a more intuitive format for representing time, such as separating hours and minutes (e.g., "11h 42m" or 11:42) for better clarity.

RESOLVED

RESOLVED

Done

Done

please use the settings configuration formatting when needed in the following function: void View::VHDUsageInfo::onActionReceive(const HDUsageInfoResponseData &vData) *if there are other places ...

please use the settings configuration formatting when needed in the following function:

void View::VHDUsageInfo::onActionReceive(const HDUsageInfoResponseData &vData)


*if there are other places as we talked please update them with that as well.*
*please define the QSTring variable on top of the function and then used that variable (aka move your private variable in the function scope)*

_serviceDateFormat = _Settings.dateFormat();


and remove the private variable:

    const QString _LastTreatmentDateFormat    = "yyyy/MM/dd";