msupply-foundation / open-msupply

Open mSupply represents our most recent advancement in the Logistics Management Information System (LMIS), expanding on more than two decades of development inherited from the well-established legacy of the original mSupply.
https://msupply.foundation/open-msupply/
Other
20 stars 12 forks source link

Clinician merging: clinician_link, clinician_store_join and clinician #2454

Closed Chris-Petty closed 9 months ago

Chris-Petty commented 11 months ago

Is your feature request related to a problem? Please describe πŸ‘€

Open mSupply needs to support clinician merging using a "link" table.

Describe the solution you'd like 🎁

Base: feature/merging

Using changes in the item_link + stock_line PR as a guide:

Additional info

clinician_store_join only has a "row" file, so not much to actually fix up for it directly! Main place it seems to be used is just for getting the clinicians for a particular store, which is in clinician.rs : https://github.com/msupply-foundation/open-msupply/blob/28e5717f1796fa1901f500667433f8eb0741d6f9/server/repository/src/db_diesel/clinician.rs#L168-L171

Describe alternatives you've considered πŸ’­

Moneyworks Jobcode 🧰

OMS:MERGE

Chris-Petty commented 9 months ago

fixed in #2664