Actions
Bug #104
openClient ID Displays MongoDB ObjectId Instead of 6-Digit ID (App)
Status:
New
Priority:
Normal
Assignee:
-
Description
The Client Intake Form displays a long MongoDB ObjectId (e.g., 69f070970f66...) as the Client ID at the top of the screen. This is not user-friendly and does not match the expected format of a simple 6-digit client ID.
Environment:
Platform: Android (Web)
Browser: Chrome
Device: Mobile
Steps to Reproduce:
- Open the Client Intake Form.
- Complete the Client Registration
- Observe the top section where Client ID is displayed.
- Notice that the ID shown is a long alphanumeric MongoDB ObjectId.
Expected Behavior:
A 6-digit numeric Client ID (e.g., 123456) should be displayed.
Actual Behavior:
A long MongoDB ObjectId (e.g., 69f070970f66...) is displayed instead.
Files
Actions