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
Newly registered patients in Tonga have no created_date
To reproduce
Steps to reproduce the behaviour:
Go to dispensing or vaccinations
Create a patient. Sync to desktop
Use record browser to check the created date
Expected behaviour
Should have a date
Proposed Solution
Add createdDate to schema and populate when creating records.
Add to outgoing sync
Do not update the date when syncing out existing records and note that the date isn't received when looking up patients
Version and device info
App version:
Tablet model:
OS version:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Steps to reproduce or otherwise test the changes of this PR:
Create a patient through dispensing & sync. Should have a created date on the server
Create a patient through vaccinations & sync. Should have a created date on the server
Create a patient on desktop in a store other than the current mobile store, adjust the created date to something other than today; look up on tablet via dispensing and sync ( optionally after editing ) Created date on server should not change
Create a patient on desktop in a store other than the current mobile store, adjust the created date to something other than today; look up on tablet via vaccinations and sync ( optionally after editing ) Created date on server should not change
Describe the bug
Newly registered patients in Tonga have no created_date
To reproduce
Steps to reproduce the behaviour:
Expected behaviour
Should have a date
Proposed Solution
Add createdDate to schema and populate when creating records.
Add to outgoing sync
Do not update the date when syncing out existing records and note that the date isn't received when looking up patients
Version and device info
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: