EP2649572A1 - Werkzeug zum entwurf eines dokumentenflussprozesses - Google Patents
Werkzeug zum entwurf eines dokumentenflussprozessesInfo
- Publication number
- EP2649572A1 EP2649572A1 EP12729519.4A EP12729519A EP2649572A1 EP 2649572 A1 EP2649572 A1 EP 2649572A1 EP 12729519 A EP12729519 A EP 12729519A EP 2649572 A1 EP2649572 A1 EP 2649572A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- document flow
- steps
- flow process
- pages
- transformation module
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Withdrawn
Links
- 238000000034 method Methods 0.000 title claims abstract description 104
- 230000008569 process Effects 0.000 title claims abstract description 98
- 230000009466 transformation Effects 0.000 claims abstract description 55
- 238000004519 manufacturing process Methods 0.000 claims abstract description 12
- 230000001131 transforming effect Effects 0.000 claims description 2
- 230000006870 function Effects 0.000 description 23
- 238000007726 management method Methods 0.000 description 8
- 230000001419 dependent effect Effects 0.000 description 7
- 238000012545 processing Methods 0.000 description 7
- 238000009826 distribution Methods 0.000 description 5
- 238000003780 insertion Methods 0.000 description 5
- 230000037431 insertion Effects 0.000 description 5
- 238000013461 design Methods 0.000 description 4
- 230000003116 impacting effect Effects 0.000 description 4
- 238000012805 post-processing Methods 0.000 description 4
- 230000006399 behavior Effects 0.000 description 3
- 238000012217 deletion Methods 0.000 description 3
- 230000037430 deletion Effects 0.000 description 3
- 230000000694 effects Effects 0.000 description 3
- 238000004891 communication Methods 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000005457 optimization Methods 0.000 description 2
- FFBHFFJDDLITSX-UHFFFAOYSA-N benzyl N-[2-hydroxy-4-(3-oxomorpholin-4-yl)phenyl]carbamate Chemical compound OC1=C(NC(=O)OCC2=CC=CC=C2)C=CC(=C1)N1CCOCC1=O FFBHFFJDDLITSX-UHFFFAOYSA-N 0.000 description 1
- 238000005111 flow chemistry technique Methods 0.000 description 1
- 230000010354 integration Effects 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 230000002085 persistent effect Effects 0.000 description 1
- 230000001105 regulatory effect Effects 0.000 description 1
- 238000003860 storage Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/10—Office automation; Time management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/06—Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
Definitions
- the present invention generally relates to document flow processes, i.e. the processes implemented for generating communication documents in or between organizations for exchange of contracts, purchase orders, invoices, statements, shipping notes, etc.
- the invention more particularly concerns a user friendly tool for designing a process for composition of pages and production of documents from the pages with improved performance, i.e. with reduced execution time of the document flow and/or reduced usage of memory and processing resources for executing the document flow.
- workflow management tools exist. Such a workflow management tool is for instance described in United States Patent Application US 2005/0198025 entitled "Management of Processes Based on Reference Information".
- a workflow management tool does not produce documents but produces a list of work-items, tasks or activities to be performed. Whereas it is an objective of the present invention to re-order the steps in a document production process for improved performance, it is usually not possible to re-order the tasks in a workflow because of the many implicit dependencies and requirements that typically aren't expressed in workflow systems. It is for instance not possible to approve a document before it is created.
- document management tools assist in managing the lifecycle, storage and retrieval of documents, rather than the production of documents which is the subject of the current patent application.
- the above defined objectives are realized through a tool for designing a document flow process for composition of pages and production of documents from the pages as defined by claim 1 , the tool comprising:
- a graphical user interface enabling a user to link pictograms, each pictogram representing a step in the document flow process;
- the document flow transformation module being adapted to automatically reorder the steps within restrictions implied by data usage of the steps, thereby grouping similar steps and/or nearing steps passing data to each other.
- the invention concerns a design tool for document flow processes wherein pages are composed and documents are produced from these pages.
- the tool has a graphical user interface or GUI that enables to graphically design and control the document flow process through drag and drop of linkable pictograms and arrows linking the pictograms.
- the pictograms typically visualize the required input format and the produced output of each step, as well as the behaviour as will be explained below. Thanks to the GUI, the document flow processes can be designed and altered conveniently and intuitively, without intervention of a technician or IT specialist.
- the tool according to the invention further has a transformation module that automatically transforms the document flow process to improve its execution performance. Within the restrictions imposed by the different steps and the inter- dependencies between the steps, the transformation module re-orders the steps.
- Similar steps like for instance different steps representing sort operations are brought together in the document flow process in such a way that these steps can be grouped into a single step and be executed as one thereby improving performance.
- the required memory accesses for persisting data on disk are reduced, resulting in a faster execution of the entire document flow.
- Steps that pass information to each other also are brought closer together in the document flow process through the automated re-ordering in order to minimize the time interval during which information that is passed between these steps has to be memorized. This way, usage of memory and processing resources is reduced.
- the tool according to the current invention applies streaming.
- a step in other words is started as soon as a partial result of the previous step(s) is available. There is no need to wait until the previous step has finished all its work.
- the process resembles an automated assembly and optimization taking into account the dependencies of steps in the document flow process becomes meaningful.
- the different steps shall expose the data they need to the transformation module in order to enable the transformation module to re-order the steps in a manner wherein the information or data required for execution of each step is available when the steps are executed.
- the different steps shall also expose the data they generate to the transformation module. This way, the transformation module is enabled to re-order steps only in a manner where steps that generate information are executed prior to steps that use such information. A step that adds the zip code, client reference or page number to pages must for instance be executed prior to steps using that information.
- the different steps shall also expose the required data input format(s) to the transformation module in order to enable the transformation module to ensure that data are available in the proper format(s) for all steps when re- ordering the steps.
- the steps shall expose the output format(s) of data to the transformation module.
- the transformation module can make sure that steps generating data in a certain format are executed prior to steps requiring the data in that format. If a step requires more than one object, e.g. several pages or images, the step must expose its scope to the transformation module to avoid that the transformation module re-orders, splits, or duplicates steps in a way wherein execution becomes impossible or not idempotent because not all required objects are available at the time and in the correct order for the execution of a following step.
- a step shall also share information indicative for a re-order restriction, if any.
- re-ordering the step may be explicitly prevented by the creator of the step through an indication.
- a step that indicates that the document flow process has finished through a message on the screen shall typically constitute that last step in the flow as constituted by the user. Such step may not be moved forward by the transformation module since it would prematurely indicate that the process is finalized.
- the restrictions implied by data usage of the step may comprise a side-effect indication of a step.
- a step does not read any data or produce any data as a result of which the transformation module may tend to delete the step from the process for performance reasons, it may not be allowed to remove such step from the document flow process.
- the creator of such step may indicate that the step is a side-effect step that cannot be deleted from the process.
- the document flow transformation module in the tool for designing a document flow process according to the present invention is further adapted for:
- the automated document flow transformation according to the invention may duplicate certain steps in order to reduce execution time thereof.
- time consuming steps like for instance the scaling and addition of an image to individual pages, may be a bottleneck in the document flow.
- Duplicating such steps in order to enable parallel execution thereof in different pages enables to reduce the overall execution time of the document flow significantly without affecting the process as perceived by the user.
- the transformation module must ensure that duplicated steps are not dependent upon each other, i.e. the duplicated step may not need information from pages other than the one it is treating, and the order of the pages must be maintained or re-established after parallel processing of the pages.
- the document flow transformation module in the tool for designing a document flow process according to the present invention may be adapted for: - automatically splitting at least one of the steps having predefined sub-steps.
- the transformation module has the ability to split a step into sub-steps when such sub- steps are predefined by the user. Splitting a step into sub-steps may be useful if the sub-steps can be re-ordered and grouped with other steps for performance reasons, if a sub-step can be duplicated enabling performance increase through parallel processing, or if a sub-step can be deleted without impacting the overall document flow process.
- the transformation module in other words is knowledgeable on the concept of sub-steps that are predefined by the creator of a step. The transformation module uses the concept of sub-steps when further optimization of the execution time or usage of resources is obtainable.
- the document flow transformation module in the tool for designing a document flow process according to the current invention is adapted for:
- steps or sub-steps that have no impact on the result of the document flow process may be deleted automatically to improve efficiency in terms of execution time and resource usage.
- a step that counts the number of pages in a document may for instance be deleted from the document flow process, if the transformation module realizes that the generated information, i.e. the number of pages, is not used by any of the other steps in the process.
- steps that operate on multiple objects, and forward these objects only to the next step in the document flow process when the last object is treated may provide a significant gain in execution time when deleted from the process.
- the document flow transformation module in the tool for designing a document flow process according to the current invention may be adapted for:
- the document flow transformation module in the tool for designing a document flow process according to the present invention may be adapted for:
- the transformation module may automatically group or merge steps for more efficient execution thereof. Similar steps, like several sort operations may for instance be merged into a single sort step in order to reduce the number of times documents or pages need to be written to / read from disks. Such a merge of steps will improve the execution time of the document flow process.
- the generation of pages and production of documents from these pages may also be combined into a single step when there is no need for operations on individual pages. This way, the overhead of maintaining individual page information and the time/resources required for transferring the pages to/from disk shall be reduced.
- the pictograms in the tool for designing a document flow process according to the current invention are linkable through arrows and each one of the pictograms is adapted:
- the required input format or input data source is defined and visualized as part of the step pictogram, preferably near the incoming arrow.
- the produced output format is defined and visualized, preferably near the start of the outgoing arrow.
- the concept of pluggable steps represented by pictograms that are connectable through arrows is known from business process modelling or BPM, a method to visualize graphically corporate business processes.
- BPM methods do not specify or visualize required input formats and produced output formats for the different steps, neither does it specify the data that are left unused by the steps.
- the produced documents may be paper documents and/or digital documents in different printer languages.
- the present invention also relates to a corresponding method for designing a document flow process for composition of pages and production of documents from the pages, as defined by claim 9, the method comprising:
- each step in the document flow process sharing with a document flow transformation module information indicative for required data by the step, produced data by the step, required data input format by the step, generated data output format by the step, scope of objects whereon the step is working, re-order restrictions imposed by the step, and side-effect indications associated with the step; and - transforming the document flow process by the document flow transformation module through automatically re-ordering the steps within restrictions implied by data usage of the steps, thereby grouping similar steps and/or nearing steps passing data to each other.
- Fig. 1 is a functional block scheme of a first embodiment of the tool for designing a document flow according to the present invention
- FIG. 2A, 2B, 2C and 2D illustrate a first scenario wherein the embodiment of Fig. 1 is used for designing a first document flow process
- Fig. 3A, 3B, 3C and 3D illustrate a second scenario wherein the embodiment of Fig. 1 is used for designing a second document flow process
- FIG. 4A and 4B illustrate a third scenario wherein the embodiment of Fig. 1 is used for designing a third document flow process.
- Fig. 1 shows two components of a tool for designing a document flow process in accordance with the principles of the present invention: graphical user interface 101 or GUI, and transformation module 102 or TRANSFORM.
- the transformation module 102 contains a step re-ordering function 121 or RE-ORDER, a step duplicating function 122 or DUPLICATE, a step splitting function 123 or SPLIT, a step deleting function 124 or DELETE, a step inserting function 125 or INSERT, and a step merging function 126 or MERGE.
- Fig. 1 enables to compose pages, personalize the pages, produce documents from the pages and distribute the documents.
- Composition of pages consists in designing and generating templates such as letters, reports, tables, intelligent electronic forms, etc.
- the intelligent e-forms are forms that run in any browser and enable interaction by allowing business users to modify the pages in their web browser.
- the production is done by a server that is able to simultaneously generate a high volume of documents in various formats.
- the documents may for instance be generated in PDF, PS, AFP, ZPL, PCL, RTF, TIFF, JPEG, SVG, PNG or even other formats.
- Distribution involves distributing the documents through the preferred channel, e.g. printed paper, e-archive, e-mail, fax, online web communication, etc. If a customer for instance provided an e-mail address, the system shall automatically detect it needs to send out a contract in pdf. When a customer only entered a street address, the contract will get printed and sent through postal mail. When the customer also provided his cell phone number, it becomes possible to send a text message announcing arrival of the contract.
- the GUI 101 enables the user to design a document flow process through drag and drop of steps that are represented by pictograms linked through arrows. The pictograms enable a non-technician to fool-proof design a document flow process in an intuitive, user-friendly manner.
- the steps that form part of the so generated document flow process 1 1 1 then share certain information 103 with the transformation module 102 in order to enable the transformation module 102 to transform the document flow process for more efficient execution thereof.
- the information 103 that is shared with the transformation module 102 entails required information by the different steps, produced information by the different steps, input formats required by the different steps, output formats generated by the different steps, scope of objects whereon each step is working, reorder restrictions imposed on certain steps, and/or side effect indications associated with certain steps.
- these different types of information are named DATA REQUIRED, GENERATED DATA, DATA INPUT FORMAT, DATA OUTPUT FORMAT, SCOPE, RE-ORDER RESTRICTION, SIDE-EFFECT INDICATION. All or part of this information may be available and shared with the transformation module, a selection or combination of information that is the same or different for the various steps in a document flow process, and that may vary for different document flow processes. This information will be distributed to the different functions in the transformation module 102 in order to enable them to decide on the re-ordering of steps, duplication of steps, splitting into sub-steps, deletion of steps, insertion of steps and/or merging of steps.
- Re-ordering steps will be decided by function 121 when similar steps like a sort operation based on name and a sort operation based on ZIP code can be brought together and grouped into a single step that is executed more efficiently, i.e. faster due to reduced memory accesses.
- Re-ordering of steps my also be decided by function 121 when dependent steps can be brought closer together in the document flow process.
- a dependent step uses information that is generated by another step (whereon it is dependent). In between execution of the step that generates the information and the step that uses the information, the information has to be memorized, thus occupying memory space and reducing available memory capacity for execution of other steps. By bringing dependent steps closer together, the time during which information has to be memorized is reduced.
- An example could be a first step counting the number of pages in a document flow process, and a later step in the process inserting a picture on page 3 of a document and therefor requiring the information generated by the first step.
- Duplicating steps will be decided upon by function 122 when a rather slow step, like for instance the addition of a figure to each page, has to be executed on multiple objects.
- the rather slow step can be executed in parallel on multiple objects, thereby substantially reducing the overall execution time of the document flow process.
- the order wherein the objects were residing prior to the duplicated step will have to be re-established after the parallel execution of the duplicated step.
- Duplicating or multiplying a step for parallel execution on multiple objects hence may involve some overhead.
- Splitting steps will be decided upon by function 123 when the creator of the step has indicated that the step consists of sub-steps. Splitting steps into sub-steps may be useful when the sub-steps can be re-ordered to get closer to steps where they are dependent on or to be grouped/merged with other steps. Splitting also may be useful when a sub-step can be deleted from the document flow process or a sub- step can be duplicated for more efficient, parallel execution.
- Function 124 will decide upon deletion of steps that do not produce any useful information in the document flow process.
- a step that counts the number of pages in a document for instance can be deleted without impacting the document flow process when this information is not used elsewhere in the process.
- Function 125 shall decide upon the insertion of certain steps.
- a step that deletes certain information may for instance be inserted to optimize memory usage without impacting the overall process. Although an additional step is inserted in the process, the process may become faster executable by freeing memory space.
- Fig. 2A shows a document flow that is composed using the drag and drop facilities of the GUI 101 .
- pages are created. These pages are sorted on ZIP code in a second step 202.
- a barcode is added to each of the pages in step 203, and the pages are then sorted on customer ID in a fourth step 204.
- the output documents are generated in step 205.
- Each of the steps holds sufficient information enabling the transform module 102 to uncover the different dependencies.
- Fig. 2 where arrow 21 1 indicates that the step 203 wherein barcodes are added to the pages need as input the pages that are generated in step 201 .
- the step 204 sorting the pages on customer ID requires as input the pages generated by step 201 and sorted by ZIP code in step 202. This is indicated by respective arrows 212 and 213 in Fig. 2B.
- Step 205 generating the output documents needs as input the pages sorted on customer ID as sourced by step 204, and the information contained in the barcodes added by step 203. This is reflected in Fig. 2B by arrows 214 and 215.
- the re-order function 121 can re-order the steps in order to bring the sorting steps 202 and 204 together. This is shown in Fig. 2C where the step 204 sorting the pages on customer ID and the step 203 adding barcodes to the pages are interchanged.
- the sorting steps 202 and 204 can be grouped into a single new step 206 that immediately sorts the pages on ZIP code and customer ID. This step is much more efficient in execution than the separate steps 202 and 204 because the pages have to be transferred only once to disk reducing the number of memory accesses and consequently the execution time of the entire document flow process substantially without impacting the overall effect of the document flow.
- the transformation module 102 hence transforms the document flow process of Fig. 2A into the equivalent document flow process of Fig. 2D that can be executed more efficiently, i.e. faster and with reduced usage of memory resources.
- Fig. 3A shows the steps of a second document flow that is created by drag and drop of pictograms in GUI 101 .
- data A is retrieved from pages.
- the pages are sorted on data A.
- data B is retrieved from the pages.
- the pages are second-level sorted on data B.
- Pages or documents may for instance be sorted and eventually grouped to optimize the distribution thereof.
- the documents may for instance be sorted by name, zip code, city, etc. and documents addressed to a single destination may for instance be grouped to be combined into a single envelope.
- the sorting may comprise sorting for optimal postal delivery. By sorting the documents on city name or zip code, the distribution through postal delivery will be optimized. [55] The sorting may alternatively or additionally comprise sorting for optimal imposition. Indeed, by sorting the documents or pages that will be printed on a single page, the generation of for instance booklets will be optimized.
- Fig. 3B shows that the different steps again contain sufficient information enabling the transformation module 102 to learn the interdependencies.
- Step 302 sorting the pages on data A is obviously dependent on step 301 retrieving data A in the pages. This is indicated by arrow 31 1 .
- Step 304 sorting the pages on data B needs as input the pages sorted on A as sourced by step 302, and data B as retrieved from the pages in step 303. This is indicated by respective arrows 312 and 313 in Fig. 3B.
- the re-ordering function 121 of transformation module 102 takes into account the dependencies reflected in Fig. 3B to re-order the steps.
- the re-ordering function changes the order of steps 302 and 303 in order to bring the similar steps 302 and 304 together. This results in the re-ordered document flow drawn in Fig. 3C.
- steps 302 and 304 now can be grouped and combined into a single new step 305 that immediately sorts the pages according to data A and data B.
- This single sort step 305 can be executed more efficiently than the two separate steps 302 and 304 because the data need to be transferred only once to disk reducing the execution time substantially.
- the transformation module 102 hence automatically transforms the document flow process of Fig. 3A, intuitively composed by the user, into the equivalent document flow process of Fig. 3D that performs better in execution.
- Fig. 4A shows a third document flow that is composed using the GUI 101 of Fig. 1 .
- This third document flow contains a first step 401 wherein pages are created, a second step 402 wherein an image is added to the pages, and a third step 403 wherein output documents are generated from the pages.
- the second step 402 wherein images are added to the pages is a relatively slow step because the images need to be scaled in size before they can be added to the pages. This step obviously constitutes the bottleneck for the composed document flow.
- the duplicate function 122 in transformation module 102 will realize that the document flow process can be made more efficient through parallel execution of step 402 on multiple pages.
- the duplicate function 122 therefore shall generate 3 copies of step 402, i.e. step 402A, 402B, and 402C. These copies of step 402 can handle different pages simultaneously.
- the insertion function 125 shall insert a step 404 that routes the pages sourced by step 401 to the parallel steps 402A, 402B and 402C.
- insertion function 125 shall insert step 405 to collect the pages with added image from the steps 402A, 402B, and 402C.
- Step 405 shall re-establish the correct order of the pages and pass the sorted pages to the output document creating step 403.
- transformation module 102 has turned the document flow process of Fig. 4A into a more efficient document flow process with higher throughput because the slow step 402 can be executed in parallel on multiple pages.
- the scaling of images and addition of images is spread over three steps that operate simultaneously on different pages, reducing the overall execution time of the document flow substantially without any other impact for the user.
- the tool for designing a document flow process according to the current invention may also comprise means to define post-processing of the generated documents.
- the tool may for instance add barcodes to the documents specifying the postprocessing that needs to be applied.
- the post-processing may for instance comprise one or more of:
- top, bottom, over, under, and the like are introduced for descriptive purposes and not necessarily to denote relative positions. It is to be understood that the terms so used are interchangeable under appropriate circumstances and embodiments of the invention are capable of operating according to the present invention in other sequences, or in orientations different from the one(s) described or illustrated above.
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Entrepreneurship & Innovation (AREA)
- Human Resources & Organizations (AREA)
- Strategic Management (AREA)
- Economics (AREA)
- Operations Research (AREA)
- Marketing (AREA)
- Quality & Reliability (AREA)
- Tourism & Hospitality (AREA)
- Physics & Mathematics (AREA)
- General Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Development Economics (AREA)
- Educational Administration (AREA)
- Game Theory and Decision Science (AREA)
- Document Processing Apparatus (AREA)
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
BE2011/0374A BE1019809A3 (nl) | 2011-06-17 | 2011-06-17 | Hulpmiddel voor het ontwerpen van een proces voor documentenstromen |
PCT/EP2012/061506 WO2012172079A1 (en) | 2011-06-17 | 2012-06-15 | A tool for designing a document flow process |
Publications (1)
Publication Number | Publication Date |
---|---|
EP2649572A1 true EP2649572A1 (de) | 2013-10-16 |
Family
ID=45572147
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP12729519.4A Withdrawn EP2649572A1 (de) | 2011-06-17 | 2012-06-15 | Werkzeug zum entwurf eines dokumentenflussprozesses |
Country Status (3)
Country | Link |
---|---|
EP (1) | EP2649572A1 (de) |
BE (1) | BE1019809A3 (de) |
WO (1) | WO2012172079A1 (de) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111274306A (zh) * | 2020-01-15 | 2020-06-12 | 深圳震有科技股份有限公司 | 一种基于象形图组件的数据展示方法、系统及储存介质 |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE60330944D1 (de) * | 2003-02-13 | 2010-03-04 | Ubs Ag | Netzwerk-basierendes System zum Verwalten von Dokumenten |
JP2005285106A (ja) * | 2004-03-01 | 2005-10-13 | Ricoh Co Ltd | プロセス管理装置、ユーザ端末装置、プロセス管理プログラム、ユーザ端末プログラム、記録媒体、プロセス管理方法及び検索方法 |
US20080192006A1 (en) * | 2007-02-08 | 2008-08-14 | Silverbrook Research Pty Ltd | System for enabling user input and cursor control |
-
2011
- 2011-06-17 BE BE2011/0374A patent/BE1019809A3/nl not_active IP Right Cessation
-
2012
- 2012-06-15 EP EP12729519.4A patent/EP2649572A1/de not_active Withdrawn
- 2012-06-15 WO PCT/EP2012/061506 patent/WO2012172079A1/en active Application Filing
Non-Patent Citations (2)
Title |
---|
None * |
See also references of WO2012172079A1 * |
Also Published As
Publication number | Publication date |
---|---|
BE1019809A3 (nl) | 2012-12-04 |
WO2012172079A1 (en) | 2012-12-20 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US12099794B2 (en) | Document architecture with fragment-driven role based access controls | |
CN100405282C (zh) | 文档处理装置和文档处理方法 | |
US8429527B1 (en) | Complex data merging, such as in a workflow application | |
US9329808B2 (en) | User interfaces for rule-based workflow generation in a print shop environment | |
CN100507922C (zh) | 一种对多业务单据数据的处理方法及系统 | |
JP6315878B2 (ja) | プリントショップ環境におけるシステム及び方法 | |
US9652184B2 (en) | Workflow regeneration in a print shop environment | |
AU2012200910B2 (en) | Information management apparatus and method, information management system, and non-transitory computer readable medium | |
US8136120B2 (en) | Methods and systems of reconciling sources of print job processing information in a print processing environment | |
JP2006302135A (ja) | アプリケーション資産分析プログラム、アプリケーション資産分析方法およびアプリケーション資産分析装置 | |
CN113220952B (zh) | 账单处理方法及装置 | |
US8564808B2 (en) | Systems and methods for processing of variable documents | |
US20080155501A1 (en) | System and Method for Revising an Electronic Draft | |
EP2649572A1 (de) | Werkzeug zum entwurf eines dokumentenflussprozesses | |
JP6187633B2 (ja) | 印刷ワークフローからのモバイル用文書の生成 | |
CA2676464C (en) | Generating page-oriented data for printing dynamic documents | |
JP7536556B2 (ja) | 部門間情報共有装置、部門間情報共有方法、及び部門間情報共有プログラム | |
JP4819135B2 (ja) | 明細データ集計装置、明細データ集計プログラムおよび明細データ集計方法 | |
CN102306356A (zh) | 列表中数据的合并装置和合并方法 | |
JP6614565B2 (ja) | 報告書作成システム | |
KR20130065856A (ko) | 입찰서 관리 시스템 및 방법 | |
JP7237677B2 (ja) | 業務支援装置、業務支援プログラムおよび業務支援方法 | |
JP7512133B2 (ja) | 換算レート管理装置、換算レート管理方法、及び換算レート管理プログラム | |
JP7257803B2 (ja) | 情報処理装置及びプログラム | |
CN115796142A (zh) | 票据管理方法、系统和设备 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
17P | Request for examination filed |
Effective date: 20130711 |
|
AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
DAX | Request for extension of the european patent (deleted) | ||
17Q | First examination report despatched |
Effective date: 20150107 |
|
RAP1 | Party data changed (applicant data changed or rights of an application transferred) |
Owner name: INVENTIVE DESIGNERS NV |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: EXAMINATION IS IN PROGRESS |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
|
18D | Application deemed to be withdrawn |
Effective date: 20190625 |