Hidden Template Fields

Several templates located in /usr/local/billmax/templates have hidden HTML fields that correspond to database fields. These fields may be exposed by the end customer to store additional data. In general the fields are named "misc##" where ## corresponds to "01", "02", etc.

To determine which templates have hidden fields execute the following command grep misc /usr/local/billmax/uatemplates/*.tmp. Fields of the form "<input type="hidden" name="misc01" value="##Fmisc01#"/>" are linked with either integer or character fields in the database. Fields of the form "##Fmisc11#" are linked with either a time or a date field in the database.