IMA-WorldHealth / bhima-1.X

A hospital information system for developing countries.
GNU General Public License v2.0
10 stars 14 forks source link

Missing enterprise data in receipts #831

Closed jniles closed 9 years ago

jniles commented 9 years ago

The majority of our receipts no longer load enterprise information correctly. Here's a screenshot from the distribution to services receipt.

missingenterprisedata

Note that where it said "205" is a hard-coded value, which should have been replaced with real data (see #694).

In many ways, receipts are some of the most important pieces of the application, since the patients must have confidence in them to have confidence in the enterprise. Someone should do a full audit of all receipts to make sure they are loading all the data they need, and add any data that is missing before next install.

As a side note, it would be nice to start using the <address> HTML element for the enterprise location. It makes it much more semantic and pleasing to read (for humans). Not sure it's a priority, but if this requires HTML changes, might as well fix it while you are there.