diff --git a/distro/configuration/concepts/billingconcepts.csv b/distro/configuration/concepts/billingconcepts.csv new file mode 100644 index 000000000..f7b91f265 --- /dev/null +++ b/distro/configuration/concepts/billingconcepts.csv @@ -0,0 +1,4 @@ +Uuid,Void/Retire,Same as mappings,Fully specified name:en,Fully specified name:fr,Fully specified name:es,Short name:en,Short name:fr,Short name:es,Description:en,Description:fr,Description:es,Data class,Data type,Members,_version:1,_order:500 +3f6f6c92-8d5c-4a9e-bb1c-d3e00e4f8b71,,,Orthopedic Services,,,OPS,,,,,,Misc,Text,,, +550e8400-e29b-41d4-a716-446655440000,,,Nutrition Services,,,NTS,,,,,,Misc,Text,,, +0dfe7d9f-1dc9-4e68-b4cb-d19e1a006c54,,,Service Types,,,,,,,,,ConvSet,N/A,Antenatal Services;Orthopedic Services;Nutrition Services,, \ No newline at end of file diff --git a/frontend/config-core_demo.json b/frontend/config-core_demo.json index f97a2389f..cd6f2cb78 100644 --- a/frontend/config-core_demo.json +++ b/frontend/config-core_demo.json @@ -35,5 +35,11 @@ }, "@openmrs/esm-styleguide": { "Brand color #1": "#005d5d" + }, + "@openmrs/esm-billing-app": { + "serviceTypes": { + "billableService": "0dfe7d9f-1dc9-4e68-b4cb-d19e1a006c54" + }, + "defaultCurrency": "USD" } }