Open
Description
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:
- 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:
Metadata
Metadata
Assignees
Labels
No labels