You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Expired Quote" column in Quotes table unnecessarily shows time (00:00:00)
Issue Description
In the Quotes section of Krayin CRM, the "Expired Quote" column in the quote list displays time (00:00:00) even though the user only inputs a date during quote creation. This extra time value is irrelevant and adds unnecessary visual noise.
The system should either:
Strip the time portion from the display, or
Preconditions
Framework Version: Krayin CRM v2.1
Commit ID:
Steps to reproduce
Go to Quotes section in Admin Panel
Click Create Quote
Enter an Expired Quote date (note: no time is required/asked)
Save the quote and return to the quotes listing
Observe the "Expired Quote" column showing 00:00:00
Expected result
Only the date (e.g. 2025-04-25) should be shown in the "Expired Quote" column
The time (00:00:00) should be removed from the UI display unless the user explicitly sets a time
Actual result
Quotes table shows YYYY-MM-DD 00:00:00 format for Expired Quote, which is misleading and unnecessary.
Users don’t set a time
Time value defaults to midnight and confuses the purpose
Creates unnecessary clutter in the quotes listing UI
Screenshot:
The text was updated successfully, but these errors were encountered:
Bug report
Title
"Expired Quote" column in Quotes table unnecessarily shows time (00:00:00)
Issue Description
In the Quotes section of Krayin CRM, the "Expired Quote" column in the quote list displays time (
00:00:00
) even though the user only inputs a date during quote creation. This extra time value is irrelevant and adds unnecessary visual noise.The system should either:
Preconditions
Steps to reproduce
00:00:00
Expected result
2025-04-25
) should be shown in the "Expired Quote" column00:00:00
) should be removed from the UI display unless the user explicitly sets a timeActual result
Screenshot:
The text was updated successfully, but these errors were encountered: