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
Copy file name to clipboardExpand all lines: README.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,11 @@ The below diagram demonstrates the the ledger behavior of programme create, auth
178
178
- Use `DB_PASSWORD` env variable to change PostgresSQL database password
179
179
- Configure system root account email by updating environment variable `ROOT EMAIL`. If the email service is enabled, on the first docker start, this email address will receive a new email with the root user password.
180
180
- By default frontend does not show map images on dashboard and programme view. To enable them please update `REACT_APP_MAP_TYPE` env variable to `Mapbox` and add new env variable `REACT_APP_MAPBOXGL_ACCESS_TOKEN` with [MapBox public access token](https://docs.mapbox.com/help/tutorials/get-started-tokens-api/) in web container.
181
+
- Add user data
182
+
- Update [organisations.csv](./organisations.csv) file to add organisations.
183
+
- Update [users.csv](./users.csv) file to add users.
184
+
- When updating files keep the header and replace existing dummy data with your data.
185
+
- These users and companys add to the system each docker restart.
181
186
- Run `docker-compose up -d --build`. This will build and start containers for following services,
182
187
- PostgresDB container
183
188
- National service
@@ -187,7 +192,7 @@ The below diagram demonstrates the the ledger behavior of programme create, auth
187
192
- Web frontend on http://localhost:3030/
188
193
- API Endpoints,
189
194
-http://localhost:3000/national#/
190
-
-http://localhost:3100/stats#/
195
+
-http://localhost:3100/stats#/
191
196
192
197
<aname="local"></a>
193
198
## Run Services Locally
@@ -293,8 +298,8 @@ Serial Number generation implemented in a separate node module. [Please refer th
293
298
| Credit Issuance Serial Number | | |
294
299
| Current Status | | Set default : Pending |
295
300
| Applicant Type | | Set default : Programme Developer |
296
-
| Sector (_sector_) | Yes | Sector |
297
-
| Sectoral Scope (_sectoralScope_) | Yes | Set default : 1 if ITMO term does not exist |
Copy file name to clipboardExpand all lines: backend/services/src/i18n/en/programme.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,10 +67,12 @@
67
67
"issuedCreditCantExceedEstCredit": "Programme issued credit amount can not exceed estimated credit amount",
68
68
"transferReqRejectSuccess": "The transfer request has been rejected successfully",
69
69
"transferReqCancelSuccess": "The international transfer retire request has been cancelled successfully",
70
+
"transferCancelSuccess": "The transfer request has been cancelled successfully",
70
71
"certifierCanOnlyCertifiy": "Programme certification can perform only by certifier",
71
72
"govOrProgrammeOwnerOnlyCreditRetirement": "Credit retirement can initiate only the government or programme owner",
72
73
"issuedCreditCannotExceedEstCredit": "Programme issue credit amount can not exceed estimated credit amount",
73
74
"organisationDeactivated": "This action is unauthorised due to the deactivation of your organisation. You will now be logged out of the system. Log in again to access the system with view-only permissions.",
74
75
"unAuth": "This action is unauthorised",
75
-
"companyIsNotTheOwnerOfProg": "Company {} is not an owner company of the programme"
76
+
"companyIsNotTheOwnerOfProg": "Company {} is not an owner company of the programme",
77
+
"internalErrorCreditFreezing": "Internal error on credit freezing"
0 commit comments