medic / cht-release-testing

Used to track release testing on medic projects
2 stars 0 forks source link

Test Link SMS reports to patient associated with the sender phone number #74

Open ngaruko opened 4 years ago

ngaruko commented 4 years ago

Refer to https://github.com/medic/cht-core/issues/6286

meghna-khemka commented 3 years ago

Hi @dianabarsan / @ngaruko

I tried tested above ticket by creating a form with no fields and sending SMS .Its should have created a new Report under contact who had that sent Phone number but it didn't.9Although report is getting generated but not getting displayed under Contact)

image

Report image

person image

dianabarsan commented 3 years ago

You need a patient_id field to connect the report to the patient OR use self_report transition. Without either of those, it's expected not to work.

dianabarsan commented 3 years ago

Please have a look at the documentation: https://github.com/medic/medic-docs/pull/213/files

There was a link in the original issue as well: https://github.com/medic/cht-core/issues/6286#issuecomment-621818874

meghna-khemka commented 3 years ago

Tested and issue working fine image