Intended Audience
...
ELIS :- Enterprise Lab Information System
PACS :- Picture archive and communication system
High level diagram of Possible hospital set up
...
All the repositories are kept under possible health organization in github.
https://github.com/Possiblehealth
Config Repo:-
https://github.com/Possiblehealth/possible-config
https://github.com/Possiblehealth/possible-erp-custom
List of extra ERP reports done for possible (All graphs).
Percentage of Products in min-max level :- Show the percentage of products which are above max level, below min level or between min and max. This should be based out of location BPH Storeroom (hospital’s main stock location)stock out report :- Show the number of stock-outs happened in the hospital (consider all the locations), Consider only formulary drugs
Inventory analysis report :- Running inventory analysis for a particular product.
Sales By Supplier Category :- Show the sales by supplier category, Supplier Categories are defined on batch level.
Purchase By Supplier Category :- Show the purchases by supplier Category.
KPI Data sheet download option for the hospital as well as ERP shop locations in the hospital.
...
Backups are taken right now using a scheduled job triggered by the go-agent running in prod master. This backup is later copied to a folder in pre-prod which is synced to Dropbox. This will change with next deployment, as we are going to go with blue-green style of deployment, the DB backup should move to the shared storage or slave box. You can access the go-server at
http://10.0.0.30:8153 (admin/p@ssword)
Monitoring setup
We use nagios to monitor the production boxes, nagios is installed in pre-prod box, which monitors the master and slave, and can be accessed at https://10.0.0.30/nagios (nagiosadmin/nagiosadmin)
...