Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Backend source code:

Backend module

Source code: https://github.com/openimis/openimis-be-core_py

Latest release: https://github.com/openimis/openimis-be-core_py/releases/latest

Pypi library: https://pypi.org/project/openimis-be-core/

Configuration options

Option

Values

Default

  • auto_provisioning_user_group

  • assigned user group when REMOTE_USER user is auto-provisioned

user

  • calendar_package

  • the package from which to mount the calendar

core

  • calendar_module

  • the module mounted as calendar

  • pre-canned alternative: ".calendars.ne_calendar"

  • .calendars.ad_calendar

  • datetime_package

  • the package from which to mount the datetime

core

  • datetime_module

  • the module mounted as datetime

  • pre-canned alternative: ".datetimes.ne_datetime"

  • .datetimes.ad_datetime

  • shortstrfdate

  • short format date when printing to screen, in logs, etc.

  • %d/%m/%Y

  • longstrfdate

  • short format date when printing to screen, in logs, etc.

  • %a %d %B %Y

  • iso_raw_date

  • wherever iso date format is (true=)in 'local' calendar or (false=)gregorian calendar

  • "False", to keep valid iso dates for 30/02/2076 and the like

  • age_of_majority

18

  • async_mutations

  • wherever mutations are (true=) processed via message queuing or (false=) in interactive server process

False

  • currency

  • Country currency

$

  • gql_query_roles_perms

  • required rights to call role, roleRight and modulesPermissions GraphQL Queries

  • ["152101"]

  • gql_mutation_create_roles_perms

  • required rights to call createRole GraphQL Mutation

  • ["122002"]

  • gql_mutation_update_roles_perms

  • required rights to call updateRole GraphQL Mutation

  • ["122003"]

  • gql_mutation_delete_roles_perms

  • required rights to call deleteRole GraphQL Mutation

  • ["152104"]

  • gql_mutation_duplicate_roles_perms

  • required rights to call duplicateRole GraphQL Mutation

  • ["152105"]

Default configuration:

 
  • No labels