Docs Tab
From UG
(Difference between revisions)
Line 6: | Line 6: | ||
* Parent Mantis: [http://mantis.jaguarfreight.com/mantis/view.php?id=1686 1686] | * Parent Mantis: [http://mantis.jaguarfreight.com/mantis/view.php?id=1686 1686] | ||
- | == Business Needs | + | == Business Needs and Requirements == |
- | + | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
== Technical Specification == | == Technical Specification == | ||
=== Summary === | === Summary === | ||
+ | |||
+ | |||
+ | ==== 3 step process ==== | ||
+ | |||
+ | There are 3 independent steps: | ||
+ | |||
+ | * step 1) generate template based on CT record data | ||
+ | * step 2) tweak template | ||
+ | * step 3) generate pdf (based on template values) and print it | ||
+ | |||
+ | Important observation: generated pdf is defined '''only''' by template and not by default state of the template you get after step 1. | ||
+ | |||
+ | |||
+ | |||
=== User Interface and Functionality === | === User Interface and Functionality === | ||
=== Entities and Attributes === | === Entities and Attributes === |
Revision as of 20:59, 25 January 2010
Contents |
Classified As and Parent Mantis
- Classified As: (large) component
- Parent Mantis: 1686
Business Needs and Requirements
Technical Specification
Summary
3 step process
There are 3 independent steps:
- step 1) generate template based on CT record data
- step 2) tweak template
- step 3) generate pdf (based on template values) and print it
Important observation: generated pdf is defined only by template and not by default state of the template you get after step 1.
User Interface and Functionality
Entities and Attributes
Special Cases and Misc
Look And Feel
Figures
Figure: XXX
Questions and RFC
Known Non Critical Bugs
History
Ver 1.1
Requirements
Add ability for operator to "save work". Common case: operator selects pdf; clicks "show template"; edits some info; get's distracted; opens some other CT, etc; opens that CT again - all edits from pdf template is gone. We need to be able to save and keep last changes to template for every doc.
Design
Up to developer. Pls review with Sys Analyst before coding.