salesagility / SuiteCRM

SuiteCRM - Open source CRM for the world
https://www.suitecrm.com
GNU Affero General Public License v3.0
4.27k stars 2.03k forks source link

Adding now option and minute sensibility in Datetime fields. #10364

Open SinergiaCRM opened 4 months ago

SinergiaCRM commented 4 months ago

Issue

Proposed enhancement to Datetime fields:

Currently, the options for default values in Datetime fields include "today", "yesterday," etc. However, there is a need to add an additional option "now" to represent the current time. This addition needs a modification to the time interval, as a 1-minute interval is preferred over the default 15-minute interval. Additionally, there should be an option to specify a custom time interval for Datetime fields, different from the default 15-minute interval.

Expected Behavior

Actual Behavior

Context

This enhancement would improve the usability and flexibility of Datetime fields, making it especially useful for scenarios where real-time data or precise time tracking is required.