91 lines
3.1 KiB
HTML
91 lines
3.1 KiB
HTML
|
<section class="container">
|
||
|
<div class="row">
|
||
|
<h2 class="oe_slogan">Recurring</h2>
|
||
|
<h3 class="oe_slogan">Create recurring of document of any module</h3>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
<section class="container oe_dark">
|
||
|
<div class="row">
|
||
|
<h2 class="oe_slogan">Recurring Type</h2>
|
||
|
<div class="col-md-6 text-justify mt32">
|
||
|
<p class="mt32">
|
||
|
To generate recurring document of any module its Recurring type
|
||
|
is first created. Here recurring type of sale is created.
|
||
|
Recurring type is created from Settings > Technical >
|
||
|
Automation > Recurring Types
|
||
|
</p>
|
||
|
</div>
|
||
|
<div class="col-md-6">
|
||
|
<img class="oe_picture oe_screenshot" src="recurring_type.png">
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
<section class="container">
|
||
|
<div class="row">
|
||
|
<h2 class="oe_slogan">Recurring Document</h2>
|
||
|
<div class="col-md-6">
|
||
|
<img class="oe_picture oe_screenshot" src="recurring_document.png">
|
||
|
</div>
|
||
|
<div class="col-md-6">
|
||
|
<p class="mt32 mb32 text-justify">
|
||
|
Recurring Document is created of any document which is
|
||
|
needed to be generated everytime at a specific interval of
|
||
|
time.
|
||
|
Number of documents - The number of times the document
|
||
|
should be recurred.
|
||
|
Interval Unit - The interval when the recurring should occur.
|
||
|
Source Document - Choose the source document on which needs
|
||
|
to be generated at every specific interval.
|
||
|
Recurring Documents is created from Settings > Technical >
|
||
|
Automation > Recurring Documents
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
<section class="container oe_dark">
|
||
|
<div class="row oe_spaced">
|
||
|
<h2 class="oe_slogan">Recurring Document Started</h2>
|
||
|
<div class="col-md-6">
|
||
|
<p class="mt32">
|
||
|
Recurring of the selected document can be started any time
|
||
|
by clicking on the 'Process' Button
|
||
|
Cron job is automatically created and is linked here.
|
||
|
</p>
|
||
|
</div>
|
||
|
<div class="col-md-6">
|
||
|
<img class="oe_picture oe_screenshot"
|
||
|
src="recurring_document_started.png"/>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
<section class="container">
|
||
|
<div class="row">
|
||
|
<h2 class="oe_slogan">Scheduled Actions</h2>
|
||
|
<div class="col-md-6">
|
||
|
<img class="oe_picture oe_screenshot" src="cron_job.png">
|
||
|
</div>
|
||
|
<div class="col-md-6">
|
||
|
<p class="oe_mt8 text-justify">The generated cron job from the
|
||
|
recurring document</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
<section class="container">
|
||
|
<div class="row">
|
||
|
<h2 class="oe_slogan">Sale Orders</h2>
|
||
|
<div class="col-md-6">
|
||
|
<p class="mt32 text-justify">
|
||
|
Sale Orders that are generated through recurring.
|
||
|
</p>
|
||
|
</div>
|
||
|
<div class="col-md-6">
|
||
|
<img class="oe_picture oe_screenshot" src="sale_order.png"/>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|