XML for documents are stored in
/usr/local/billmax/documents by date. Choose a file containing
the document type you wish to modify by examining the contents of the file.
-
Copy /usr/local/billmax/cfg/xsltfiles/html/documents.xsl
locally. Make local edits.
-
Run the commands "xsltproc --output xmlfile.html --xinclude
documents.xsl xmlfile" where xmlfile is the
input XML file copied from
/usr/local/billmax/documents.
-
View the resulting HTML document (assuming no errors).
-
When satisfied with HTML, , do one of the following:
- copy edited documents.xsl to
/usr/local/billmax/cfg/xsltfiles/html/documents.xsl.
- implement a new documentclass
- Copy edited documents.xsl to
/usr/local/billmax/cfg/xsltfiles/html/newnamedocuments.xsl.
- Add newname to the BillMax List
documentclass.
- For each Account Profile that will use the new
documentclass entry, set the
Document Class to
newname.
-
Warning: HTML files are stored for performance reasons. When testing a
new XSL file, you must either have pending transactions and be generating trial
documents, or be changing some data like due date in a posted document to see
the results of the new XSL file. Changing the document class will also generate
a new HTML view.
Test HTML generation from interface.