Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top
top

Search Optifacts User Documentation

Live Search
spaceKeyOPPUB
placeholderEnter search keyword(s) here


Table of Contents (on this page)

outline
Table of Contents
trueindent15px20px
stylenonebullet

Introduction

This document provides instructions for defining Custom XML Statement Footers, including limited formatting, to be output in the XML statement files. Note: This requires that the lab uses XML statements are used.

Procedure

Defining XML Statement Footers

From the Optifacts main menu:

Type Select Option 3 – Editor Utilities and press enterEnter.

Type Select Option 6 – Configuration Editor and press enterEnter.

Type Select Option 24 - XML Statement Options Menu and press enterEnter.

Type Select Option 2 – Edit XML Statement Footer and press enterEnter.

The Configuration Editor displays.Image Removed

Image Added

  • Type A Press “A” to add a new record.
  • Enter all the information as applicable pressing enter Enter past each field.
  • Press Escape to save the data.
  • Type E Press “E” to exit.

The Document Type can be:

  • F “F” for “Faktura”/”Statements”
  • G “G” for General Delivery Notes
  • C “C” for Credits
  • A “A” for all documents printed out of 1 - 2 - 2.  For labs that only print monthly statements, A A” is the best choice

We allow up to 5 lines of custom footer Custom Footer text. Each line also has three flags to indicate if the line should be bold, italic, or underlined. It is possible for the line to The line can have all three formats.

Assigning XML Statement Footers

After adding a footer record:

  • Press ‘D’ “D” for detail.

The Detail screen displays.Image Removed

Image Added

  • Type ‘A’ Press “A” to add a detail Detail record to specify the requirements for outputting this footer information.

In the example below, the account 1012 will receive receives this information on all of their statements.

  • Enter only one line of criteria per record.
  • Define Account segments Segments and subSub-segments are defined in menu 3-1-15 Edit Segment Assignments.
  • Sales groups, buying groups, chain groups, and business types are defined in menu 3-1-13 Configure Stmt/Faktura on a per-account basis.
Image Removed

Image Added

Printing XML Statement Footers

The lab must be using XML statements must

be used in order

for these tags to be output and printed. Then, the statement_default.

fo 

fo (or equivalent) must be enhanced to identify and print the following tags.

For each footer Optifacts finds that match the assignment criteria, we will output in the /statement/

trailer

traller section of the XML file the following tags and attributes (from example above):

        <footer>

            <footer_line bold="TRUE" text="This line should be bold." />

            <footer_line italic="TRUE" text="This line should be italic." />

            <footer_line underline="TRUE" text="This line should be underlined." />

            <footer_line text="This line is normal." />

            <footer_line bold="TRUE" italic="TRUE" underline="TRUE" text="This line has all three." />

        </footer>  

The statement_default.

fo 

fo (or equivalent) that is used to print XML statements will need to be updated in order to output this information.



To view and download these instructions as a PDF file, click on the following document image.

View file
nameXML Statement Footers.pdf
height250