OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: section.autolabel.max.depth


Hi guys
I converted my docbook using XSL and some properties to create my PDF.

My docbook has some tree like sections:

<section>
..
	<section>
		...
		<section>
		...
		</section>
	</section>
	<section>
		...
		<section>
		...
		</section>
	</section>
</section>
<section>
..
	<section>
		...
	</section>
</section>



The sections should rendered to PDF like this:
1. section one
1.1 section one dot one
1.1.1 section one dot one dot one

1.2 section one dot two
1.2.1 section one dot two dot one

2. section two
2.1 section two dot one


This can be done by the properties:
section.autolabel
section.label.includes.component.label



but badly, this generates:
1. section one
1.1 section one dot one
section one dot one dot one

1.2 section one dot two
section one dot two dot one

2. section two
2.1 section two dot one

You see, it only goes down one node... to tell the XSL to go down more
steps, a property exists:
section.autolabel.max.depth

(When section numbering is turned on by the section.autolabel parameter,
then this parameter controls the depth of section nesting that is
numbered. Sections nested to a level deeper than this value will not be
numbered.)

But this does not work.

Any ideas?
Attached you find the generated FO, I don't know XSL this good, maybe
you find an answer in there?

Thanks,
Remo
This message may contain legally privileged or confidential information and is therefore addressed to the named persons only. The recipient should inform the sender and delete this message, if he/she is not named as addressee.
The sender disclaims any and all liability for the integrity and punctuality of this message. The sender has activated an automatic virus scanning, but does not guarantee the virus free transmission of this message.
<?xml version="1.0" encoding="utf-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"; font-family="Helvetica,Symbol,ZapfDingbats" font-size="10pt" text-align="justify" line-height="normal" font-selection-strategy="character-by-character" line-height-shift-adjustment="disregard-shifts" language="en">
    <fo:layout-master-set>
        <fo:simple-page-master master-name="blank" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body display-align="center" margin-bottom="0.5in" margin-top="0.5in"/>
            <fo:region-before region-name="xsl-region-before-blank" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-blank" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="titlepage-first" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
            <fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="titlepage-odd" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
            <fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="titlepage-even" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
            <fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="lot-first" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
            <fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="lot-odd" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
            <fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="lot-even" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
            <fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="front-first" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
            <fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="front-odd" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
            <fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="front-even" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
            <fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="body-first" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
            <fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="body-odd" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
            <fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="body-even" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
            <fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="back-first" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
            <fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="back-odd" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
            <fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="back-even" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
            <fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="index-first" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="2"/>
            <fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="index-odd" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="2"/>
            <fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="index-even" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="2"/>
            <fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="blank-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
            <fo:region-before region-name="xsl-region-before-blank" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-blank" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="titlepage-first-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
            <fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="titlepage-odd-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
            <fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="titlepage-even-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
            <fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="lot-first-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
            <fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="lot-odd-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
            <fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="lot-even-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
            <fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="front-first-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
            <fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="front-odd-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
            <fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="front-even-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
            <fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="body-first-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
            <fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="body-odd-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
            <fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="body-even-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
            <fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="back-first-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
            <fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="back-odd-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
            <fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="back-even-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
            <fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="index-first-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="2" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
            <fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="index-odd-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in" margin-right="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="2" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
            <fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:simple-page-master master-name="index-even-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-right="1in" margin-left="1in">
            <fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="2" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
            <fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
            <fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
        </fo:simple-page-master>
        <fo:page-sequence-master master-name="titlepage">
            <fo:repeatable-page-master-alternatives>
                <fo:conditional-page-master-reference master-reference="blank" blank-or-not-blank="blank"/>
                <fo:conditional-page-master-reference master-reference="titlepage-first" page-position="first"/>
                <fo:conditional-page-master-reference master-reference="titlepage-odd" odd-or-even="odd"/>
                <fo:conditional-page-master-reference odd-or-even="even" master-reference="titlepage-odd"/>
            </fo:repeatable-page-master-alternatives>
        </fo:page-sequence-master>
        <fo:page-sequence-master master-name="lot">
            <fo:repeatable-page-master-alternatives>
                <fo:conditional-page-master-reference master-reference="blank" blank-or-not-blank="blank"/>
                <fo:conditional-page-master-reference master-reference="lot-first" page-position="first"/>
                <fo:conditional-page-master-reference master-reference="lot-odd" odd-or-even="odd"/>
                <fo:conditional-page-master-reference odd-or-even="even" master-reference="lot-odd"/>
            </fo:repeatable-page-master-alternatives>
        </fo:page-sequence-master>
        <fo:page-sequence-master master-name="front">
            <fo:repeatable-page-master-alternatives>
                <fo:conditional-page-master-reference master-reference="blank" blank-or-not-blank="blank"/>
                <fo:conditional-page-master-reference master-reference="front-first" page-position="first"/>
                <fo:conditional-page-master-reference master-reference="front-odd" odd-or-even="odd"/>
                <fo:conditional-page-master-reference odd-or-even="even" master-reference="front-odd"/>
            </fo:repeatable-page-master-alternatives>
        </fo:page-sequence-master>
        <fo:page-sequence-master master-name="body">
            <fo:repeatable-page-master-alternatives>
                <fo:conditional-page-master-reference master-reference="blank" blank-or-not-blank="blank"/>
                <fo:conditional-page-master-reference master-reference="body-first" page-position="first"/>
                <fo:conditional-page-master-reference master-reference="body-odd" odd-or-even="odd"/>
                <fo:conditional-page-master-reference odd-or-even="even" master-reference="body-odd"/>
            </fo:repeatable-page-master-alternatives>
        </fo:page-sequence-master>
        <fo:page-sequence-master master-name="back">
            <fo:repeatable-page-master-alternatives>
                <fo:conditional-page-master-reference master-reference="blank" blank-or-not-blank="blank"/>
                <fo:conditional-page-master-reference master-reference="back-first" page-position="first"/>
                <fo:conditional-page-master-reference master-reference="back-odd" odd-or-even="odd"/>
                <fo:conditional-page-master-reference odd-or-even="even" master-reference="back-odd"/>
            </fo:repeatable-page-master-alternatives>
        </fo:page-sequence-master>
        <fo:page-sequence-master master-name="index">
            <fo:repeatable-page-master-alternatives>
                <fo:conditional-page-master-reference master-reference="blank" blank-or-not-blank="blank"/>
                <fo:conditional-page-master-reference master-reference="index-first" page-position="first"/>
                <fo:conditional-page-master-reference master-reference="index-odd" odd-or-even="odd"/>
                <fo:conditional-page-master-reference odd-or-even="even" master-reference="index-odd"/>
            </fo:repeatable-page-master-alternatives>
        </fo:page-sequence-master>
        <fo:page-sequence-master master-name="titlepage-draft">
            <fo:repeatable-page-master-alternatives>
                <fo:conditional-page-master-reference master-reference="blank-draft" blank-or-not-blank="blank"/>
                <fo:conditional-page-master-reference master-reference="titlepage-first-draft" page-position="first"/>
                <fo:conditional-page-master-reference master-reference="titlepage-odd-draft" odd-or-even="odd"/>
                <fo:conditional-page-master-reference odd-or-even="even" master-reference="titlepage-odd-draft"/>
            </fo:repeatable-page-master-alternatives>
        </fo:page-sequence-master>
        <fo:page-sequence-master master-name="lot-draft">
            <fo:repeatable-page-master-alternatives>
                <fo:conditional-page-master-reference master-reference="blank-draft" blank-or-not-blank="blank"/>
                <fo:conditional-page-master-reference master-reference="lot-first-draft" page-position="first"/>
                <fo:conditional-page-master-reference master-reference="lot-odd-draft" odd-or-even="odd"/>
                <fo:conditional-page-master-reference odd-or-even="even" master-reference="lot-odd-draft"/>
            </fo:repeatable-page-master-alternatives>
        </fo:page-sequence-master>
        <fo:page-sequence-master master-name="front-draft">
            <fo:repeatable-page-master-alternatives>
                <fo:conditional-page-master-reference master-reference="blank-draft" blank-or-not-blank="blank"/>
                <fo:conditional-page-master-reference master-reference="front-first-draft" page-position="first"/>
                <fo:conditional-page-master-reference master-reference="front-odd-draft" odd-or-even="odd"/>
                <fo:conditional-page-master-reference odd-or-even="even" master-reference="front-odd-draft"/>
            </fo:repeatable-page-master-alternatives>
        </fo:page-sequence-master>
        <fo:page-sequence-master master-name="body-draft">
            <fo:repeatable-page-master-alternatives>
                <fo:conditional-page-master-reference master-reference="blank-draft" blank-or-not-blank="blank"/>
                <fo:conditional-page-master-reference master-reference="body-first-draft" page-position="first"/>
                <fo:conditional-page-master-reference master-reference="body-odd-draft" odd-or-even="odd"/>
                <fo:conditional-page-master-reference odd-or-even="even" master-reference="body-odd-draft"/>
            </fo:repeatable-page-master-alternatives>
        </fo:page-sequence-master>
        <fo:page-sequence-master master-name="back-draft">
            <fo:repeatable-page-master-alternatives>
                <fo:conditional-page-master-reference master-reference="blank-draft" blank-or-not-blank="blank"/>
                <fo:conditional-page-master-reference master-reference="back-first-draft" page-position="first"/>
                <fo:conditional-page-master-reference master-reference="back-odd-draft" odd-or-even="odd"/>
                <fo:conditional-page-master-reference odd-or-even="even" master-reference="back-odd-draft"/>
            </fo:repeatable-page-master-alternatives>
        </fo:page-sequence-master>
        <fo:page-sequence-master master-name="index-draft">
            <fo:repeatable-page-master-alternatives>
                <fo:conditional-page-master-reference master-reference="blank-draft" blank-or-not-blank="blank"/>
                <fo:conditional-page-master-reference master-reference="index-first-draft" page-position="first"/>
                <fo:conditional-page-master-reference master-reference="index-odd-draft" odd-or-even="odd"/>
                <fo:conditional-page-master-reference odd-or-even="even" master-reference="index-odd-draft"/>
            </fo:repeatable-page-master-alternatives>
        </fo:page-sequence-master>
    </fo:layout-master-set>
    <fox:outline xmlns:fox="http://xml.apache.org/fop/extensions"; internal-destination="d0e1">
        <fox:label>SPOC7</fox:label>
    </fox:outline>
    <fox:outline xmlns:fox="http://xml.apache.org/fop/extensions"; internal-destination="toc...d0e1">
        <fox:label>Table of Contents</fox:label>
    </fox:outline>
    <fox:outline xmlns:fox="http://xml.apache.org/fop/extensions"; internal-destination="d0e17">
        <fox:label>Chapter 1. Introduction</fox:label>
    </fox:outline>
    <fox:destination xmlns:fox="http://xml.apache.org/fop/extensions"; internal-destination="d0e17"/>
    <fox:outline xmlns:fox="http://xml.apache.org/fop/extensions"; internal-destination="d0e58">
        <fox:label>Chapter 2. The enterprise user interface</fox:label>
        <fox:outline internal-destination="d0e63">
            <fox:label>2.1. Overview and Navigation</fox:label>
        </fox:outline>
        <fox:destination internal-destination="d0e63"/>
        <fox:outline internal-destination="d0e73">
            <fox:label>2.2. The WarehouseManager User Interface</fox:label>
            <fox:outline internal-destination="d0e78">
                <fox:label>1. The Products Screen</fox:label>
            </fox:outline>
            <fox:destination internal-destination="d0e78"/>
            <fox:outline internal-destination="d0e115">
                <fox:label>2. The Locations Screen</fox:label>
            </fox:outline>
            <fox:destination internal-destination="d0e115"/>
            <fox:outline internal-destination="d0e158">
                <fox:label>3. The Locations Detail Screen</fox:label>
            </fox:outline>
            <fox:destination internal-destination="d0e158"/>
            <fox:outline internal-destination="d0e213">
                <fox:label>4. The Customer Orders Screen</fox:label>
            </fox:outline>
            <fox:destination internal-destination="d0e213"/>
        </fox:outline>
        <fox:destination internal-destination="d0e73"/>
        <fox:outline internal-destination="d0e280">
            <fox:label>2.3. The Cockpit User Interface</fox:label>
            <fox:outline internal-destination="d0e285">
                <fox:label>1. The Cockpit Overview</fox:label>
            </fox:outline>
            <fox:destination internal-destination="d0e285"/>
            <fox:outline internal-destination="d0e296">
                <fox:label>2. The KPI Browser</fox:label>
            </fox:outline>
            <fox:destination internal-destination="d0e296"/>
        </fox:outline>
        <fox:destination internal-destination="d0e280"/>
    </fox:outline>
    <fox:destination xmlns:fox="http://xml.apache.org/fop/extensions"; internal-destination="d0e58"/>
    <fox:destination xmlns:fox="http://xml.apache.org/fop/extensions"; internal-destination="d0e1"/>
    <fo:page-sequence xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions"; hyphenate="true" master-reference="titlepage" language="en" format="1" initial-page-number="1" force-page-count="no-force" hyphenation-character="-" hyphenation-push-character-count="2" hyphenation-remain-character-count="2">
        <fo:static-content flow-name="xsl-region-before-first">
            <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc"/>
        </fo:static-content>
        <fo:static-content flow-name="xsl-region-before-odd">
            <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                <fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
                    <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                    <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                    <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                    <fo:table-body>
                        <fo:table-row block-progression-dimension.minimum="14pt">
                            <fo:table-cell text-align="left" display-align="before">
                                <fo:block>
                                    <fo:block/>
                                </fo:block>
                            </fo:table-cell>
                            <fo:table-cell text-align="center" display-align="before">
                                <fo:block>
                                    <fo:block/>
                                </fo:block>
                            </fo:table-cell>
                            <fo:table-cell text-align="right" display-align="before">
                                <fo:block>
                                    <fo:block/>
                                </fo:block>
                            </fo:table-cell>
                        </fo:table-row>
                    </fo:table-body>
                </fo:table>
            </fo:block>
        </fo:static-content>
        <fo:static-content flow-name="xsl-region-before-even">
            <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                <fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
                    <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                    <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                    <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                    <fo:table-body>
                        <fo:table-row block-progression-dimension.minimum="14pt">
                            <fo:table-cell text-align="left" display-align="before">
                                <fo:block>
                                    <fo:block/>
                                </fo:block>
                            </fo:table-cell>
                            <fo:table-cell text-align="center" display-align="before">
                                <fo:block>
                                    <fo:block/>
                                </fo:block>
                            </fo:table-cell>
                            <fo:table-cell text-align="right" display-align="before">
                                <fo:block>
                                    <fo:block/>
                                </fo:block>
                            </fo:table-cell>
                        </fo:table-row>
                    </fo:table-body>
                </fo:table>
            </fo:block>
        </fo:static-content>
        <fo:static-content flow-name="xsl-region-before-blank">
            <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                <fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
                    <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                    <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                    <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                    <fo:table-body>
                        <fo:table-row block-progression-dimension.minimum="14pt">
                            <fo:table-cell text-align="left" display-align="before">
                                <fo:block>
                                    <fo:block/>
                                </fo:block>
                            </fo:table-cell>
                            <fo:table-cell text-align="center" display-align="before">
                                <fo:block>
                                    <fo:block/>
                                </fo:block>
                            </fo:table-cell>
                            <fo:table-cell text-align="right" display-align="before">
                                <fo:block>
                                    <fo:block/>
                                </fo:block>
                            </fo:table-cell>
                        </fo:table-row>
                    </fo:table-body>
                </fo:table>
            </fo:block>
        </fo:static-content>
        <fo:static-content flow-name="xsl-footnote-separator">
            <fo:block>
                <fo:leader color="black" leader-pattern="rule" leader-length="1in"/>
            </fo:block>
        </fo:static-content>
        <fo:static-content flow-name="xsl-region-after-first">
            <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc"/>
        </fo:static-content>
        <fo:static-content flow-name="xsl-region-after-odd">
            <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                <fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
                    <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                    <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                    <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                    <fo:table-body>
                        <fo:table-row block-progression-dimension.minimum="14pt">
                            <fo:table-cell text-align="left" display-align="after">
                                <fo:block>
                                    <fo:block/>
                                </fo:block>
                            </fo:table-cell>
                            <fo:table-cell text-align="center" display-align="after">
                                <fo:block>
                                    <fo:block/>
                                </fo:block>
                            </fo:table-cell>
                            <fo:table-cell text-align="right" display-align="after">
                                <fo:block>
                                    <fo:block/>
                                </fo:block>
                            </fo:table-cell>
                        </fo:table-row>
                    </fo:table-body>
                </fo:table>
            </fo:block>
        </fo:static-content>
        <fo:static-content flow-name="xsl-region-after-even">
            <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                <fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
                    <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                    <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                    <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                    <fo:table-body>
                        <fo:table-row block-progression-dimension.minimum="14pt">
                            <fo:table-cell text-align="left" display-align="after">
                                <fo:block>
                                    <fo:block/>
                                </fo:block>
                            </fo:table-cell>
                            <fo:table-cell text-align="center" display-align="after">
                                <fo:block>
                                    <fo:block/>
                                </fo:block>
                            </fo:table-cell>
                            <fo:table-cell text-align="right" display-align="after">
                                <fo:block>
                                    <fo:block/>
                                </fo:block>
                            </fo:table-cell>
                        </fo:table-row>
                    </fo:table-body>
                </fo:table>
            </fo:block>
        </fo:static-content>
        <fo:static-content flow-name="xsl-region-after-blank">
            <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                <fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
                    <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                    <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                    <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                    <fo:table-body>
                        <fo:table-row block-progression-dimension.minimum="14pt">
                            <fo:table-cell text-align="left" display-align="after">
                                <fo:block>
                                    <fo:block/>
                                </fo:block>
                            </fo:table-cell>
                            <fo:table-cell text-align="center" display-align="after">
                                <fo:block>
                                    <fo:block/>
                                </fo:block>
                            </fo:table-cell>
                            <fo:table-cell text-align="right" display-align="after">
                                <fo:block>
                                    <fo:block/>
                                </fo:block>
                            </fo:table-cell>
                        </fo:table-row>
                    </fo:table-body>
                </fo:table>
            </fo:block>
        </fo:static-content>
        <fo:flow flow-name="xsl-region-body">
            <fo:block id="d0e1">
                <fo:block>
                    <fo:block>
                        <fo:block font-family="Helvetica,Symbol,ZapfDingbats" font-weight="bold" font-size="24.8832pt" text-align="center" space-before="18.6624pt">
                            <fo:block keep-with-next.within-column="always" hyphenate="false">SPOC7</fo:block>
                        </fo:block>
                        <fo:block font-family="Helvetica,Symbol,ZapfDingbats" font-weight="bold" font-size="20.736pt" text-align="center" space-before="15.552pt">Prototype Description</fo:block>
                    </fo:block>
                    <!-- <fo:block>
                       <fo:block break-after="page"/>
                        <fo:block font-size="14.4pt" font-weight="bold" font-family="Helvetica,Symbol,ZapfDingbats">
                            <fo:block>SPOC7: Prototype Description</fo:block>
                        </fo:block>
                    </fo:block>
                    <fo:block break-after="page"/>--></fo:block>
                </fo:block>
            </fo:flow>
        </fo:page-sequence>
        <fo:page-sequence xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions"; hyphenate="true" master-reference="front" language="en" format="i" initial-page-number="1" force-page-count="no-force" hyphenation-character="-" hyphenation-push-character-count="2" hyphenation-remain-character-count="2">
            <fo:static-content flow-name="xsl-region-before-first">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-before-odd">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="before">
                                    <fo:block>
                                        <fo:block>Who should read this documentation</fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-before-even">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="before">
                                    <fo:block>
                                        <fo:block>Who should read this documentation</fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-before-blank">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-footnote-separator">
                <fo:block>
                    <fo:leader color="black" leader-pattern="rule" leader-length="1in"/>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-after-first">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="after">
                                    <fo:block>
                                        <fo:block>
                                            <fo:page-number/>
                                        </fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-after-odd">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="after">
                                    <fo:block>
                                        <fo:block>
                                            <fo:page-number/>
                                        </fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-after-even">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="after">
                                    <fo:block>
                                        <fo:block>
                                            <fo:page-number/>
                                        </fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-after-blank">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="after">
                                    <fo:block>
                                        <fo:block>
                                            <fo:page-number/>
                                        </fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:flow flow-name="xsl-region-body">
                <fo:block id="d0e12">
                    <fo:block>
                        <fo:block>
                            <fo:block margin-left="-4pc" font-size="24.8832pt" font-family="Helvetica,Symbol,ZapfDingbats" font-weight="bold">
                                <fo:block keep-with-next.within-column="always" space-before.optimum="10pt" space-before.minimum="10pt * 0.8" space-before.maximum="10pt * 1.2" hyphenate="false" text-align="left" start-indent="-4pc" hyphenation-character="-" hyphenation-push-character-count="2" hyphenation-remain-character-count="2">Who should read this documentation</fo:block>
                            </fo:block>
                        </fo:block>
                    </fo:block>
                </fo:block>
                <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Anyone who'd like to play around with the SPOC7 Prototype</fo:block>
            </fo:flow>
        </fo:page-sequence>
        <fo:page-sequence xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions"; hyphenate="true" master-reference="lot" language="en" format="i" initial-page-number="auto" force-page-count="no-force" hyphenation-character="-" hyphenation-push-character-count="2" hyphenation-remain-character-count="2">
            <fo:static-content flow-name="xsl-region-before-first">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-before-odd">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="before">
                                    <fo:block>
                                        <fo:block>SPOC7</fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-before-even">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="before">
                                    <fo:block>
                                        <fo:block>SPOC7</fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-before-blank">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-footnote-separator">
                <fo:block>
                    <fo:leader color="black" leader-pattern="rule" leader-length="1in"/>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-after-first">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="after">
                                    <fo:block>
                                        <fo:block>
                                            <fo:page-number/>
                                        </fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-after-odd">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="after">
                                    <fo:block>
                                        <fo:block>
                                            <fo:page-number/>
                                        </fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-after-even">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="after">
                                    <fo:block>
                                        <fo:block>
                                            <fo:page-number/>
                                        </fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-after-blank">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="after">
                                    <fo:block>
                                        <fo:block>
                                            <fo:page-number/>
                                        </fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:flow flow-name="xsl-region-body">
                <fo:block space-before.minimum="0.5em" space-before.optimum="1em" space-before.maximum="2em" space-after.minimum="0.5em" space-after.optimum="1em" space-after.maximum="2em" id="toc...d0e1">
                    <fo:block>
                        <fo:block>
                            <fo:block space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em" space-after="0.5em" margin-left="-4pc" start-indent="0pt" font-size="17.28pt" font-weight="bold" font-family="Helvetica,Symbol,ZapfDingbats">Table of Contents</fo:block>
                        </fo:block>
                    </fo:block>
                    <fo:block text-align-last="justify" text-align="start" end-indent="24pt" last-line-end-indent="-24pt">
                        <fo:inline keep-with-next.within-line="always">
                            <fo:basic-link internal-destination="d0e17">1. Introduction</fo:basic-link>
                        </fo:inline>
                        <fo:inline keep-together.within-line="always">
                            <fo:leader leader-pattern="dots" leader-pattern-width="3pt" leader-alignment="reference-area" keep-with-next.within-line="always"/>
                            <fo:basic-link internal-destination="d0e17">
                                <fo:page-number-citation ref-id="d0e17"/>
                            </fo:basic-link>
                        </fo:inline>
                    </fo:block>
                    <fo:block text-align-last="justify" text-align="start" end-indent="24pt" last-line-end-indent="-24pt">
                        <fo:inline keep-with-next.within-line="always">
                            <fo:basic-link internal-destination="d0e58">2. The enterprise user interface</fo:basic-link>
                        </fo:inline>
                        <fo:inline keep-together.within-line="always">
                            <fo:leader leader-pattern="dots" leader-pattern-width="3pt" leader-alignment="reference-area" keep-with-next.within-line="always"/>
                            <fo:basic-link internal-destination="d0e58">
                                <fo:page-number-citation ref-id="d0e58"/>
                            </fo:basic-link>
                        </fo:inline>
                    </fo:block>
                    <fo:block id="toc.d0e1.d0e58" margin-left="24pt">
                        <fo:block text-align-last="justify" text-align="start" end-indent="24pt" last-line-end-indent="-24pt">
                            <fo:inline keep-with-next.within-line="always">
                                <fo:basic-link internal-destination="d0e63">2.1. Overview and Navigation</fo:basic-link>
                            </fo:inline>
                            <fo:inline keep-together.within-line="always">
                                <fo:leader leader-pattern="dots" leader-pattern-width="3pt" leader-alignment="reference-area" keep-with-next.within-line="always"/>
                                <fo:basic-link internal-destination="d0e63">
                                    <fo:page-number-citation ref-id="d0e63"/>
                                </fo:basic-link>
                            </fo:inline>
                        </fo:block>
                        <fo:block text-align-last="justify" text-align="start" end-indent="24pt" last-line-end-indent="-24pt">
                            <fo:inline keep-with-next.within-line="always">
                                <fo:basic-link internal-destination="d0e73">2.2. The WarehouseManager User Interface</fo:basic-link>
                            </fo:inline>
                            <fo:inline keep-together.within-line="always">
                                <fo:leader leader-pattern="dots" leader-pattern-width="3pt" leader-alignment="reference-area" keep-with-next.within-line="always"/>
                                <fo:basic-link internal-destination="d0e73">
                                    <fo:page-number-citation ref-id="d0e73"/>
                                </fo:basic-link>
                            </fo:inline>
                        </fo:block>
                        <fo:block text-align-last="justify" text-align="start" end-indent="24pt" last-line-end-indent="-24pt">
                            <fo:inline keep-with-next.within-line="always">
                                <fo:basic-link internal-destination="d0e280">2.3. The Cockpit User Interface</fo:basic-link>
                            </fo:inline>
                            <fo:inline keep-together.within-line="always">
                                <fo:leader leader-pattern="dots" leader-pattern-width="3pt" leader-alignment="reference-area" keep-with-next.within-line="always"/>
                                <fo:basic-link internal-destination="d0e280">
                                    <fo:page-number-citation ref-id="d0e280"/>
                                </fo:basic-link>
                            </fo:inline>
                        </fo:block>
                    </fo:block>
                </fo:block>
            </fo:flow>
        </fo:page-sequence>
        <fo:page-sequence xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions"; hyphenate="true" master-reference="body" language="en" format="1" initial-page-number="1" force-page-count="no-force" hyphenation-character="-" hyphenation-push-character-count="2" hyphenation-remain-character-count="2">
            <fo:static-content flow-name="xsl-region-before-first">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-before-odd">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="before">
                                    <fo:block>
                                        <fo:block>Introduction</fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-before-even">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="before">
                                    <fo:block>
                                        <fo:block>Introduction</fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-before-blank">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-footnote-separator">
                <fo:block>
                    <fo:leader color="black" leader-pattern="rule" leader-length="1in"/>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-after-first">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="after">
                                    <fo:block>
                                        <fo:block>
                                            <fo:page-number/>
                                        </fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-after-odd">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="after">
                                    <fo:block>
                                        <fo:block>
                                            <fo:page-number/>
                                        </fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-after-even">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="after">
                                    <fo:block>
                                        <fo:block>
                                            <fo:page-number/>
                                        </fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-after-blank">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="after">
                                    <fo:block>
                                        <fo:block>
                                            <fo:page-number/>
                                        </fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:flow flow-name="xsl-region-body">
                <fo:block id="d0e17">
                    <fo:block font-family="Helvetica,Symbol,ZapfDingbats">
                        <fo:block margin-left="-4pc">
                            <fo:block font-size="24.8832pt" font-weight="bold">
                                <fo:block keep-with-next.within-column="always" space-before.optimum="10pt" space-before.minimum="10pt * 0.8" space-before.maximum="10pt * 1.2" hyphenate="false" text-align="left" start-indent="-4pc" hyphenation-character="-" hyphenation-push-character-count="2" hyphenation-remain-character-count="2">Chapter 1. Introduction</fo:block>
                            </fo:block>
                        </fo:block>
                    </fo:block>
                </fo:block>
                <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This document guides you through the new user interfaces of the SPOC7 prototype. You can try out all the different functions that we implemented for research reasons.</fo:block>
                <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
                    <fo:inline font-weight="bold" keep-with-next.within-line="always" padding-end="1em">Availability. </fo:inline>
				The SPOC7 prototype is available on the spoc7 server which is available in the Swisslog intranet. The SPOC7 prototype can as well be installed into a WHP VMware image (version 1.5). Since the SPOC7 is a prototype only, we will not give any
				support nor do we guarantee a SPOC7 without bugs.
			</fo:block>
                <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
                    <fo:inline font-weight="bold" keep-with-next.within-line="always" padding-end="1em">There are different user interfaces available. </fo:inline>
                    <fo:list-block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" space-after.optimum="1em" space-after.minimum="0.8em" space-after.maximum="1.2em" provisional-label-separation="0.2em" provisional-distance-between-starts="1.0em" id="d0e32">
                        <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e33">
                            <fo:list-item-label end-indent="label-end()">
                                <fo:block>•</fo:block>
                            </fo:list-item-label>
                            <fo:list-item-body start-indent="body-start()">
                                <fo:block>
                                    <fo:block>
                                        <fo:basic-link external-destination="http://spoc7:8080/SPOC7/";>http://spoc7:8080/SPOC7/</fo:basic-link>
							provides the enterprise user interface that merges former AutomationVisualiser and WarehouseManager clients.
						</fo:block>
                                </fo:block>
                            </fo:list-item-body>
                        </fo:list-item>
                        <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e39">
                            <fo:list-item-label end-indent="label-end()">
                                <fo:block>•</fo:block>
                            </fo:list-item-label>
                            <fo:list-item-body start-indent="body-start()">
                                <fo:block>
                                    <fo:block>
                                        <fo:basic-link external-destination="http://spoc7:8080/SPOC7/jsf/touchscreen/welcome.faces";>http://spoc7:8080/SPOC7/jsf/touchscreen/welcome.faces</fo:basic-link>
							links to a touch screen user interface.
						</fo:block>
                                </fo:block>
                            </fo:list-item-body>
                        </fo:list-item>
                        <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e45">
                            <fo:list-item-label end-indent="label-end()">
                                <fo:block>•</fo:block>
                            </fo:list-item-label>
                            <fo:list-item-body start-indent="body-start()">
                                <fo:block>
                                    <fo:block>
                                        <fo:basic-link external-destination="http://spoc7:8080/SPOC7/jsf/rf/welcome.faces";>http://spoc7:8080/SPOC7/jsf/rf/welcome.faces</fo:basic-link>
							links to the graphical handheld UI.
						</fo:block>
                                </fo:block>
                            </fo:list-item-body>
                        </fo:list-item>
                        <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e51">
                            <fo:list-item-label end-indent="label-end()">
                                <fo:block>•</fo:block>
                            </fo:list-item-label>
                            <fo:list-item-body start-indent="body-start()">
                                <fo:block>
                                    <fo:block>telnet spoc7 6666 links to a character user interface.</fo:block>
                                </fo:block>
                            </fo:list-item-body>
                        </fo:list-item>
                    </fo:list-block>
                </fo:block>
                <fo:block space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em" margin-left="0.25in" margin-right="0.25in" id="d0e55">
                    <fo:block font-size="14pt" font-weight="bold" hyphenate="false" keep-with-next.within-column="always">Note</fo:block>
                    <fo:block>
                        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">If you are not able to connect to the server “spoc7”, please try this IP address: http://172.20.25.66:8080/SPOC7 This happens, if your local DNS-Server does not know the spoc7 domain name.</fo:block>
                    </fo:block>
                </fo:block>
            </fo:flow>
        </fo:page-sequence>
        <fo:page-sequence xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions"; hyphenate="true" master-reference="body" language="en" format="1" initial-page-number="auto" force-page-count="no-force" hyphenation-character="-" hyphenation-push-character-count="2" hyphenation-remain-character-count="2">
            <fo:static-content flow-name="xsl-region-before-first">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-before-odd">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="before">
                                    <fo:block>
                                        <fo:block>The enterprise user interface</fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-before-even">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="before">
                                    <fo:block>
                                        <fo:block>The enterprise user interface</fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-before-blank">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="before">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-footnote-separator">
                <fo:block>
                    <fo:leader color="black" leader-pattern="rule" leader-length="1in"/>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-after-first">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="after">
                                    <fo:block>
                                        <fo:block>
                                            <fo:page-number/>
                                        </fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-after-odd">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="after">
                                    <fo:block>
                                        <fo:block>
                                            <fo:page-number/>
                                        </fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-after-even">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="after">
                                    <fo:block>
                                        <fo:block>
                                            <fo:page-number/>
                                        </fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:static-content flow-name="xsl-region-after-blank">
                <fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
                    <fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
                        <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
                        <fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
                        <fo:table-body>
                            <fo:table-row block-progression-dimension.minimum="14pt">
                                <fo:table-cell text-align="left" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="center" display-align="after">
                                    <fo:block>
                                        <fo:block>
                                            <fo:page-number/>
                                        </fo:block>
                                    </fo:block>
                                </fo:table-cell>
                                <fo:table-cell text-align="right" display-align="after">
                                    <fo:block>
                                        <fo:block/>
                                    </fo:block>
                                </fo:table-cell>
                            </fo:table-row>
                        </fo:table-body>
                    </fo:table>
                </fo:block>
            </fo:static-content>
            <fo:flow flow-name="xsl-region-body">
                <fo:block id="d0e58">
                    <fo:block font-family="Helvetica,Symbol,ZapfDingbats">
                        <fo:block margin-left="-4pc">
                            <fo:block font-size="24.8832pt" font-weight="bold">
                                <fo:block keep-with-next.within-column="always" space-before.optimum="10pt" space-before.minimum="10pt * 0.8" space-before.maximum="10pt * 1.2" hyphenate="false" text-align="left" start-indent="-4pc" hyphenation-character="-" hyphenation-push-character-count="2" hyphenation-remain-character-count="2">Chapter 2. The enterprise user interface</fo:block>
                            </fo:block>
                        </fo:block>
                    </fo:block>
                </fo:block>
                <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
			The core of spoc7 user interface(UI) is called “enterprise user interface”. It provides access to all of our products, like WarehouseManager, Cockpit, AutomationVisualizer etc. This UI is optimized for a resolution of 1280x1024. SPOC7 will run
			best in full screen mode, so please remove all history or bookmark panels from your browser and press F11 to activate the full screen mode of your browser.
		</fo:block>
                <fo:block id="d0e63">
                    <fo:block>
                        <fo:block>
                            <fo:block keep-together.within-column="always" margin-left="-4pc" font-family="Helvetica,Symbol,ZapfDingbats">
                                <fo:block keep-with-next.within-column="always">
                                    <fo:block font-family="Helvetica" font-weight="bold" keep-with-next.within-column="always" space-before.minimum="0.8em" space-before.optimum="1.0em" space-before.maximum="1.2em" text-align="left" start-indent="-4pc">
                                        <fo:marker marker-class-name="section.head.marker">Overview and Navigation</fo:marker>
                                        <fo:block font-size="20.735999999999997pt">2.1. Overview and Navigation</fo:block>
                                    </fo:block>
                                </fo:block>
                            </fo:block>
                        </fo:block>
                    </fo:block>
                    <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
				First of all, you have to log in to the application. Use user “demo” with password “welcome”. The following screen will appear:
				<fo:block space-before.minimum="0.5em" space-before.optimum="1em" space-before.maximum="2em" space-after.minimum="0.5em" space-after.optimum="1em" space-after.maximum="2em" id="d0e68"><fo:block id="d0e69"><fo:external-graphic src="file:///c:/Daten/spoc7/doc/09-misc/B76-091/overview.jpg" width="auto" height="auto" content-width="auto" content-height="auto" content-type="content-type:image/jpeg"/>
                            </fo:block>
                        </fo:block>
				This home page just shows a RSS feed of the New York Times. Why is there a RSS feed? You are able to switch the applications of Swisslog by pressing the corresponding tab at the top, called “WM”, “Cockpit” etc. Learn more about those
				applications by reading the following parts of the chapter “The enterprise user interface”.
			</fo:block>
                </fo:block>
                <fo:block id="d0e73">
                    <fo:block>
                        <fo:block>
                            <fo:block keep-together.within-column="always" margin-left="-4pc" font-family="Helvetica,Symbol,ZapfDingbats">
                                <fo:block keep-with-next.within-column="always">
                                    <fo:block font-family="Helvetica" font-weight="bold" keep-with-next.within-column="always" space-before.minimum="0.8em" space-before.optimum="1.0em" space-before.maximum="1.2em" text-align="left" start-indent="-4pc">
                                        <fo:marker marker-class-name="section.head.marker">The WarehouseManager User Interface</fo:marker>
                                        <fo:block font-size="20.735999999999997pt">2.2. The WarehouseManager User Interface</fo:block>
                                    </fo:block>
                                </fo:block>
                            </fo:block>
                        </fo:block>
                    </fo:block>
                    <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
				There are three core screens of the old WarehouseManager UI fully migrated to SPOC7.
				<fo:block id="d0e78"><fo:block><fo:block><fo:block keep-together.within-column="always" margin-left="-4pc" font-family="Helvetica,Symbol,ZapfDingbats"><fo:block keep-with-next.within-column="always"><fo:block font-family="Helvetica" font-weight="bold" keep-with-next.within-column="always" space-before.minimum="0.8em" space-before.optimum="1.0em" space-before.maximum="1.2em" text-align="left" start-indent="-4pc"><fo:block font-size="14.399999999999999pt">1. The Products Screen</fo:block>
                                            </fo:block>
                                        </fo:block>
                                    </fo:block>
                                </fo:block>
                            </fo:block>
                            <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
						See the screen in WM-&gt;Operations-&gt;Inventory-&gt;Products:
						<fo:block space-before.minimum="0.5em" space-before.optimum="1em" space-before.maximum="2em" space-after.minimum="0.5em" space-after.optimum="1em" space-after.maximum="2em" id="d0e83"><fo:block id="d0e84"><fo:external-graphic src="file:///c:/Daten/spoc7/doc/09-misc/B76-091/products.jpg" width="auto" height="auto" content-width="auto" content-height="auto" content-type="content-type:image/jpeg"/>
                                    </fo:block>
                                </fo:block>
                                <fo:list-block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" space-after.optimum="1em" space-after.minimum="0.8em" space-after.maximum="1.2em" provisional-label-separation="0.2em" provisional-distance-between-starts="1.2em" id="d0e88">
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e89">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>1.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>The table shows all the data of the products</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e92">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>2.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Using the table settings buttons you can choose which columns you’d like to appear in the products table (1)</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e95">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>3.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>You can filter the data using the text fields 4. Save the filters you wrote in (3) to use them later</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e98">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>4.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Save the filters you wrote in (3) to use them later</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e101">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>5.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Reuse a filter stored in (4)</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e104">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>6.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Shows the detail dialogue of a product. It shows all the columns selected in the products table (1), but they’re writeable.</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e107">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>7.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Refresh the data table (1)</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e110">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>8.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Navigate through pages</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                </fo:list-block>
                            </fo:block>
                        </fo:block>

                        <fo:block id="d0e115">
                            <fo:block>
                                <fo:block>
                                    <fo:block keep-together.within-column="always" margin-left="-4pc" font-family="Helvetica,Symbol,ZapfDingbats">
                                        <fo:block keep-with-next.within-column="always">
                                            <fo:block font-family="Helvetica" font-weight="bold" keep-with-next.within-column="always" space-before.minimum="0.8em" space-before.optimum="1.0em" space-before.maximum="1.2em" text-align="left" start-indent="-4pc">
                                                <fo:block font-size="14.399999999999999pt">2. The Locations Screen</fo:block>
                                            </fo:block>
                                        </fo:block>
                                    </fo:block>
                                </fo:block>
                            </fo:block>
                            <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
						See the screen in WM-&gt;Operations-&gt;Inventory-&gt;Locations:
						<fo:block space-before.minimum="0.5em" space-before.optimum="1em" space-before.maximum="2em" space-after.minimum="0.5em" space-after.optimum="1em" space-after.maximum="2em" id="d0e120"><fo:block id="d0e121"><fo:external-graphic src="file:///c:/Daten/spoc7/doc/09-misc/B76-091/locations.jpg" width="auto" height="auto" content-width="auto" content-height="auto" content-type="content-type:image/jpeg"/>
                                    </fo:block>
                                </fo:block>
                                <fo:list-block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" space-after.optimum="1em" space-after.minimum="0.8em" space-after.maximum="1.2em" provisional-label-separation="0.2em" provisional-distance-between-starts="1.2em" id="d0e125">
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e126">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>1.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>The table shows all the data of the locations</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e129">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>2.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Using the table settings buttons you can choose which columns you’d like to appear in the locations table (1)</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e132">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>3.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>You can filter the data using the text fields</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e135">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>4.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Save the filters you wrote in (3) to use them later</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e138">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>5.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Reuse a filter stored in (4)</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e141">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>6.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Navigate through all locations. &lt;&lt; shows the first location, &lt; the previous location, &gt; the next location and &gt;&gt; the last location. The actual location is marked with green.</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e144">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>7.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Navigate through all pages. . &lt;&lt; shows the first page, &lt; the previous page, &gt; the next page and &gt;&gt; the last page</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e147">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>8.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>You can check those check boxes to do a mass transaction, like delete of multiple locations.</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e150">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>9.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Select this location by pressing the “..” button</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e153">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>10.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>by clicking on the location in italics, you will see the detail screen for this location</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                </fo:list-block>
                            </fo:block>
                        </fo:block>

                        <fo:block id="d0e158">
                            <fo:block>
                                <fo:block>
                                    <fo:block keep-together.within-column="always" margin-left="-4pc" font-family="Helvetica,Symbol,ZapfDingbats">
                                        <fo:block keep-with-next.within-column="always">
                                            <fo:block font-family="Helvetica" font-weight="bold" keep-with-next.within-column="always" space-before.minimum="0.8em" space-before.optimum="1.0em" space-before.maximum="1.2em" text-align="left" start-indent="-4pc">
                                                <fo:block font-size="14.399999999999999pt">3. The Locations Detail Screen</fo:block>
                                            </fo:block>
                                        </fo:block>
                                    </fo:block>
                                </fo:block>
                            </fo:block>
                            <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
						To see this screen, you have to open the locations screen and filter for location “30001%”. Then click on the location 3000100101.
						<fo:block space-before.minimum="0.5em" space-before.optimum="1em" space-before.maximum="2em" space-after.minimum="0.5em" space-after.optimum="1em" space-after.maximum="2em" id="d0e163"><fo:block id="d0e164"><fo:external-graphic src="file:///c:/Daten/spoc7/doc/09-misc/B76-091/locations_detail.jpg" width="auto" height="auto" content-width="auto" content-height="auto" content-type="content-type:image/jpeg"/>
                                    </fo:block>
                                </fo:block>
                                <fo:list-block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" space-after.optimum="1em" space-after.minimum="0.8em" space-after.maximum="1.2em" provisional-label-separation="0.2em" provisional-distance-between-starts="1.2em" id="d0e168">
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e169">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>1.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Shows the details about this location</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e172">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>2.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Shows all positions of this location</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e175">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>3.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Navigate through all those locations</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e178">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>4.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Switch between the browse and filter mode (if you did filter, the icon on the right hand side will appear)</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e181">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>5.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Show the locations tree view</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e184">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>6.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Refresh the data</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e187">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>7.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Create a new location</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e190">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>8.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Duplicate this location</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e193">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>9.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Delete this location</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e196">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>10.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Save the changes you made to this location</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e199">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>11.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Cancel this screen and go back to the locations screen</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e202">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>12.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>store the filter</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e205">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>13.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>reload a stored filter</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e208">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>14.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>show details about the positions</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                </fo:list-block>
                            </fo:block>
                        </fo:block>

                        <fo:block id="d0e213">
                            <fo:block>
                                <fo:block>
                                    <fo:block keep-together.within-column="always" margin-left="-4pc" font-family="Helvetica,Symbol,ZapfDingbats">
                                        <fo:block keep-with-next.within-column="always">
                                            <fo:block font-family="Helvetica" font-weight="bold" keep-with-next.within-column="always" space-before.minimum="0.8em" space-before.optimum="1.0em" space-before.maximum="1.2em" text-align="left" start-indent="-4pc">
                                                <fo:block font-size="14.399999999999999pt">4. The Customer Orders Screen</fo:block>
                                            </fo:block>
                                        </fo:block>
                                    </fo:block>
                                </fo:block>
                            </fo:block>
                            <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
						To see this screen, go to WM-&gt;Operations-&gt;Shipping-&gt;Customer Orders:
						<fo:block space-before.minimum="0.5em" space-before.optimum="1em" space-before.maximum="2em" space-after.minimum="0.5em" space-after.optimum="1em" space-after.maximum="2em" id="d0e218"><fo:block id="d0e219"><fo:external-graphic src="file:///c:/Daten/spoc7/doc/09-misc/B76-091/customer_orders.jpg" width="auto" height="auto" content-width="auto" content-height="auto" content-type="content-type:image/jpeg"/>
                                    </fo:block>
                                </fo:block>
                                <fo:list-block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" space-after.optimum="1em" space-after.minimum="0.8em" space-after.maximum="1.2em" provisional-label-separation="0.2em" provisional-distance-between-starts="1.2em" id="d0e223">
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e224">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>1.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>The data about all customer orders</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e227">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>2.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Shows the details about a customer order</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e230">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>3.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Use those text fields/pull down lists to filter the customer orders</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e233">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>4.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Store the filter</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e236">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>5.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Reuse a stored filter</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e239">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>6.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Add or remove columns to or from this table</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e242">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>7.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Perform an action on the selected(green) customer order. You can select an order by pressing the radio button in front of an order</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e245">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>8.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>show the order line of the selected order. Same behaviour like the customer orders screen(add, duplicate, delete, refresh etc.)</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e248">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>9.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Refresh the customer orders</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e251">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>10.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Create a new order</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e254">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>11.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Duplicate the selected order</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e257">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>12.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Delete the selected order</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e260">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>13.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Save the changes you made</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e263">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>14.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Cancel this screen</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e266">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>15.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Navigate through all orders</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e269">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>16.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Shows all the products shipped by this order. Click onto the product no to see details about this product</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e272">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>17.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Click onto the order key to see the order lines of the order. Same behaviour like the customer orders screen(add, duplicate, delete, refresh etc.)</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e275">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>18.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Navigate though all order pages</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                </fo:list-block>
                            </fo:block>
                        </fo:block>
                    </fo:block>
                </fo:block>
                <fo:block id="d0e280">
                    <fo:block>
                        <fo:block>
                            <fo:block keep-together.within-column="always" margin-left="-4pc" font-family="Helvetica,Symbol,ZapfDingbats">
                                <fo:block keep-with-next.within-column="always">
                                    <fo:block font-family="Helvetica" font-weight="bold" keep-with-next.within-column="always" space-before.minimum="0.8em" space-before.optimum="1.0em" space-before.maximum="1.2em" text-align="left" start-indent="-4pc">
                                        <fo:marker marker-class-name="section.head.marker">The Cockpit User Interface</fo:marker>
                                        <fo:block font-size="20.735999999999997pt">2.3. The Cockpit User Interface</fo:block>
                                    </fo:block>
                                </fo:block>
                            </fo:block>
                        </fo:block>
                    </fo:block>
                    <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
				Before SPOC7, cockpit was included in the WarehouseManager Web Client. To give you an easier overview about what’s going on in your warehouse, we decided to create a standalone application for cockpit.
				<fo:block id="d0e285"><fo:block><fo:block><fo:block keep-together.within-column="always" margin-left="-4pc" font-family="Helvetica,Symbol,ZapfDingbats"><fo:block keep-with-next.within-column="always"><fo:block font-family="Helvetica" font-weight="bold" keep-with-next.within-column="always" space-before.minimum="0.8em" space-before.optimum="1.0em" space-before.maximum="1.2em" text-align="left" start-indent="-4pc"><fo:block font-size="14.399999999999999pt">1. The Cockpit Overview</fo:block>
                                            </fo:block>
                                        </fo:block>
                                    </fo:block>
                                </fo:block>
                            </fo:block>
                            <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
						This screen shows you all the information about your warehouse. By pressing the tabs called “01-Warehouse” or “02-Automation” you can switch the different panels of cockpit. To learn more about those cockpit screens, please read the
						cockpit documentation.
						<fo:block space-before.minimum="0.5em" space-before.optimum="1em" space-before.maximum="2em" space-after.minimum="0.5em" space-after.optimum="1em" space-after.maximum="2em" id="d0e290"><fo:block id="d0e291"><fo:external-graphic src="file:///c:/Daten/spoc7/doc/09-misc/B76-091/cockpit.jpg" width="auto" height="auto" content-width="auto" content-height="auto" content-type="content-type:image/jpeg"/>
                                    </fo:block>
                                </fo:block>
                            </fo:block>
                        </fo:block>

                        <fo:block id="d0e296">
                            <fo:block>
                                <fo:block>
                                    <fo:block keep-together.within-column="always" margin-left="-4pc" font-family="Helvetica,Symbol,ZapfDingbats">
                                        <fo:block keep-with-next.within-column="always">
                                            <fo:block font-family="Helvetica" font-weight="bold" keep-with-next.within-column="always" space-before.minimum="0.8em" space-before.optimum="1.0em" space-before.maximum="1.2em" text-align="left" start-indent="-4pc">
                                                <fo:block font-size="14.399999999999999pt">2. The KPI Browser</fo:block>
                                            </fo:block>
                                        </fo:block>
                                    </fo:block>
                                </fo:block>
                            </fo:block>
                            <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
						If you open the KPI Browser, you will get a screen like this:
						<fo:block space-before.minimum="0.5em" space-before.optimum="1em" space-before.maximum="2em" space-after.minimum="0.5em" space-after.optimum="1em" space-after.maximum="2em" id="d0e301"><fo:block id="d0e302"><fo:external-graphic src="file:///c:/Daten/spoc7/doc/09-misc/B76-091/kpi_browser.jpg" width="auto" height="auto" content-width="auto" content-height="auto" content-type="content-type:image/jpeg"/>
                                    </fo:block>
                                </fo:block>
						This screen shows you different charts about cockpit statistics. But first, you have to know about the functions provided by this screen.
						<fo:list-block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" space-after.optimum="1em" space-after.minimum="0.8em" space-after.maximum="1.2em" provisional-label-separation="0.2em" provisional-distance-between-starts="1.2em" id="d0e306"><fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e307"><fo:list-item-label end-indent="label-end()"><fo:block>1.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>This image just shows the chart rendered by the settings you choosed.</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e310">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>2.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>This pull down list allows you to switch between the different cockpit statistics.</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e313">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>3.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>This pull down list helps you to filter using some criterias. Those lists are different from one statistic to another.</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e316">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>4.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>There you can select the different KPIs. Each such KPI will draw a new line or bar in the chart.</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e319">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>5.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>There you can choose the timeline</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e322">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>6.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>Choose the resolution of the timeline and the type of the chart.</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                    <fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e325">
                                        <fo:list-item-label end-indent="label-end()">
                                            <fo:block>7.</fo:block>
                                        </fo:list-item-label>
                                        <fo:list-item-body start-indent="body-start()">
                                            <fo:block>
                                                <fo:block>The Apply-Button submits your changes</fo:block>
                                            </fo:block>
                                        </fo:list-item-body>
                                    </fo:list-item>
                                </fo:list-block>
						Because this spoc7 is not running in a real warehouse, we generated some historical data for the rejects and throughput statistics. Feel free to play around.
						<fo:block space-before.minimum="0.8em" space-before.optimum="1em" space-before.maximum="1.2em" margin-left="0.25in" margin-right="0.25in" id="d0e329"><fo:block font-size="14pt" font-weight="bold" hyphenate="false" keep-with-next.within-column="always">Note</fo:block>
                                    <fo:block>
                                        <fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">To get the best result, you may choose a timeline of “last 7 days” and a resolution of “1 day” to render the chart.</fo:block>
                                    </fo:block>
                                </fo:block>
                            </fo:block>
                        </fo:block>
                    </fo:block>
                </fo:block>
            </fo:flow>
        </fo:page-sequence>
    </fo:root>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]