Skip to content

Commit 22bf683

Browse files
committed
chore: solution update
1 parent 98d7e5f commit 22bf683

5 files changed

Lines changed: 9 additions & 22 deletions

File tree

solution/fixtures/core/roles-base.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

solution/modules/core.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@
4444
}
4545
],
4646
"initData": [
47-
"../fixtures/core/language.json",
48-
"../fixtures/core/roles-base.json",
49-
"../fixtures/core/rights-system-admin.json"
47+
"../fixtures/core/language.json"
5048
],
5149
"services":["base", "cache"]
5250
}

solution/solutions/HF.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"modules": {
3-
"grievance": "../modules/grievance.json",
4-
"individual": "../modules/individual.json",
5-
"workflow": "../modules/workflow.json"
3+
"grievance": "../modules/grievance.json"
64
},
75
"solutions": [
86
"./formal-sector-bundle.json",

solution/solutions/full.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"solutions": [
3+
"./coreMIS.json",
4+
"./HF.json"
5+
]
6+
}

solution/solutions/healthfinancing-bundle.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"healthFacility": "../modules/healthfacility.json",
99
"invoiceCustomer": "../modules/invoice-customer.json",
1010
"invoiceSupplier": "../modules/invoice-supplier.json",
11+
"paymentPlan":"../modules/payment-plan.json",
1112
"report": "../modules/report.json",
1213
"medical": "../modules/medical.json",
1314
"payer": "../modules/payer.json",

0 commit comments

Comments
 (0)