- "Auto-calculation" for consumption tax",
- "Auto-generation" of invoice PDF,
You can reduce mistakes and reworkings greatly by automation of intermediate steps. And also it leads to a shortening the required time for the entire process.
However, on the other hand, excessive automation will result incomprehensible of the mechanism, and become incapable of corresponding upon occurrence of troubles.
All the more reason, when it includes auto-steps which error occurrence rate is not negligible, such as
- "Auto data retrieving" using communication network
- "Auto data storage" using communication network
- "Script Step" with lots of if statement
- "Script Step" including decimal calculation
[Invoice Issuance-Sampling check]
In this sample Workflow, "Proration calculation" and "Generation of Invoice PDF" have been automated. Although it is almost the same as the Workflow I introduced in the last article, I would like you to pay attention to "Sampling Check" step which has been added newly. (Also, send back flow has been added as well.)
As it is obvious if you look at the Business Flow Diagram, this Step of "Sampling Check"is devised to automatically flow to the next step if it was allowed to stand for 10 minutes after arrival. It allows you to check selectively, whether invoice PDF has been generated properly, for example,
- if the company name of the customer is very long
- if the name of the representative includes special characters.
By the way, the Idea of sampling inspection is a concept close to the operating procedures of "Quality control" (ISO 9001) or "Internal audit". It would be good to achieve in "a mechanism to advance automatically to the next step at the deadline time" for a processing step which is not necessarily to be done, as this example. (*In technical terms (BPMN terminology), it referred to as a "Timer Boundary Event".)
[Invoice Issuance-Sampling check:"2. Sampling check" screen]
[Data Items list]
[Free Download]
- Business Template: Invoice Issuance-Sampling check
- Cautions for Letting "Prorating" to Script Step (2016-04-18)
- Invoice, etc. Need to Display Mr.森鷗外 (Mori Ōgai) (2016-04-11)
- Automatic Issuing Invoice PDF in Cloud-based Workflow (2014-03-10)
- Quotation File, Automatic Backup to Google Drive (2013-06-17)
- M223 AUTO EVENT: Sleeping in the Middle
- M228 AUTOMATED STEP: Auto Generating PDF File with Business data Inserted
- M230 AUTOMATED STEP: Auto Executing Complicated Data Processing (ECMAScript)
- M224 AUTO EVENT: Auto Sending of Email with Business data Inserted
[Japanese Entry (和文記事)]