overview this presentation will be answering these main questions about autodoc: what does it do?...

40

Upload: ana-chance

Post on 31-Mar-2015

213 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish
Page 2: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

OverviewThis presentation will be answering

these main questions about AutoDoc:

• What does it do?• What is it?• How does it do it?

“Starting from the finish” – this is the most effective way to explain AutoDoc.

Page 3: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

What does it do?

Consider the familiar scenario…

1. Your financial software creates an invoice.

2. The user (Peter McKenzie from ‘XYZ Electrical’) elects to print it.

3. Without AutoDoc, the invoice hits the printer tray like this...

Page 4: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

Note the highlighted areas we’ve chosen to represent key information for this example.

Page 5: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

With AutoDoc installed, instead of the invoice hitting the printer tray, it’s sent, completely automatically...

...and the invoice is attached like this...

Page 6: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

Note the letterhead, which is added automatically as part of the print operation.

Page 7: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

If the debtor prefers to receive invoices by fax rather than (or in addition to) e-mail, printing the invoice would produce, and send, this...

...where the invoice is the second page of the fax transmission

Page 8: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

As well as:

• E-mailing, and• Faxing

...the single print operation can also archive a PDF copy of the invoice.

Where? And under what filename?

Page 9: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

As in the e-mail and fax functions, you can use the key information from the document. For example:

None of these folders existed before the print operation.

Page 10: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

In addition to the single print job producing:

• E-mails,• Faxes, and• Archive files

...you can, of course, also print a hard copy.

Page 11: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

What is it?

• To the end user, AutoDoc is simply another printer which can be selected to handle a print job.

• AutoDoc printers are virtual copies of existing printers, including those printers’ settings.

Page 12: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

AutoDoc also has a multi-tab configuration console which allows the administrator to define what delivery methods should be applied to a document.

Page 13: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish
Page 14: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

How does it do it?

Key concepts/entities:

• Metadata• Font Colour• Textual Commands• Variables• Forms

Page 15: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

Metadata:

• ‘Data about data’• Came into prominence with XML• Is the driving force behind XML –

allows data to have ‘meaning’ as well as content.

Page 16: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

• XML uses ‘tags’ like ‘<doctype>invoice</doctype>’ to encode a text string with meaning

• AutoDoc does not use XML, but is based on the same metadata principle – text is ‘encoded’ so AutoDoc ‘knows’ when, for example, a document is an invoice

• AutoDoc uses colour to encode metadata

Page 17: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

How does it do it?

Key concepts/entities:

• Metadata• Font Colour• Textual Commands• Variables• Forms

Page 18: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

Font Colour:• Using our earlier example, the

invoice text ‘Tax Invoice 1038’ may be produced from a report writer as ‘Tax Invoice 1038’.

• AutoDoc is then configured to recognise red text as representing ‘document type’, and green text as representing ‘document number’.

Page 19: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

Why use font colour?

• Simplicity

• Many applications are capable of producing coloured text

• Allows integration of AutoDoc with existing tools and processes, with minimal change required

Page 20: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

How is font colour recognised?

• Using the ‘RGB’ (Reg/Green/Blue) settings.

Page 21: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

Now consider these RGB settings:

• 255, 255, 255 = white = ‘invisible’• 0,0,0 = black (like this)• 10,10,10 = ‘not quite black’ (like

this!)

So, looking at our invoice again...

Page 22: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish
Page 23: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

Font Colour Summary:• Built in to many applications• Can be report driven (e.g.

automatically ‘coloured’ output from a report writer)

• Any pre-existing content can be colour coded, or new content can be added and hidden in white text

• You can define the colours for which AutoDoc looks

Page 24: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

How does it do it?

Key concepts/entities:

• Metadata• Font Colour• Textual Commands• Variables• Forms

Page 25: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

Textual Commands:

• Four main command types:1. E-mail address2. Fax number3. Form number4. Language identifier

• Form number tells AutoDoc which set of configuration settings to apply

• Language identifier tells AutoDoc which of the language tabs to use for e-mail body text and fax cover page text (e.g. ‘EN’ for English ‘FR’ for French)

Page 26: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

• The ‘trigger’ for the recognition of textual commands is colour based – you tell AutoDoc the colour in which the commands are coded.

• The default setting is white.

Page 27: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

How does it do it?

Key concepts/entities:

• Metadata• Font Colour• Textual Commands• Variables• Forms

Page 28: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

Variables:• Used to construct dynamic content

on the fly.• Allow you to define a template which

is populated differently for each circumstance.

• In the invoice example, ‘document type’ and ‘user full name’ were two variables used.

Page 29: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

• Two main types:1. Predefined system variables

• E.g. date/time stamps, user information such as phone number

2. User-defined variables• E.g. ‘document type’, ‘account number’• Always based on document content• Identified by RGB settings of document

content• 20 variables available• Names and RGB settings are user-defined.

Page 30: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish
Page 31: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish
Page 32: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

• Variables can be used in ‘templates’ for document delivery.

• In addition to this, variables can also be used as content to use in an optional XML attachment.

• Trim function allows portions of variable content to be used.

Page 33: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish
Page 34: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

How does it do it?

Key concepts/entities:

• Metadata• Font Colour• Textual Commands• Variables• Forms

Page 35: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

Forms (‘templates’):• Contain delivery configuration settings• AutoDoc knows which form to apply

since the form number is specified in the source document as a textual command

• 99 different forms available• The 20 user-defined variables are re-

definable in each form (=99x20 variables)

Page 36: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

All of these areas can be configured on a form-by-form basis

Page 37: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

Delivery Features

• Built in e-mail client• Microsoft® Fax or Symantec®

WinFax®• Multiple means of storing copies of

sent documents/e-mails/faxes• Definable user info can be

incorporated into deliveries• Letterheads definable on first page

and subsequent page basis

Page 38: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

• Letterheads optionally applied to e-mail, fax, archive, and print output, with no pre-printing cost

• E-mail can be plain text or HTML-rich content

• Definable PDF quality for e-mail attachments

• CC and BCC e-mail capability• User profile-overrides for sending e-mail

Page 39: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

• Faxes can be scheduled as per fax service options

• User profile-overrides for sending faxes• Multiple archive paths available per

print job• Existing archive documents can be

overwritten or appended to• Two modes of printing: multi-drop and

exception-based (if not sent or e-mailed)

Page 40: Overview This presentation will be answering these main questions about AutoDoc: What does it do? What is it? How does it do it? Starting from the finish

Deployment

• Personal and Server editions.

• Regardless of which edition, AutoDoc only needs to be installed on one machine. In a network environment, the AutoDoc printer is simply set up as a shared printer.