flectra/addons/recurring_sale/static/description/index.html

102 lines
3.3 KiB
HTML

<section class="container">
<div class="row">
<h2 class="oe_slogan">Recurring Sale</h2>
<h3 class="oe_slogan">Create recurring sale order</h3>
</div>
</section>
<section class="container oe_dark">
<div class="row">
<h2 class="oe_slogan">Recurring Wizard</h2>
<div class="col-md-6 text-justify mt32">
<p class="mt32">
A 'Generate Recurring' button is displayed on the sale
order.<br/>
Recurring Document, Recurring Type and Scheduled action of this
particular sale order is automatically created.<br/>
Number of documents - The number of times the document
should be recurred.<br/>
Interval Unit - The interval when the recurring should
occur.<br/>
Start Recurring - Activates the generated recurring.<br/>
Save - Creates the recurring but doesn't activates it.
</p>
</div>
<div class="col-md-6">
<img class="oe_picture oe_screenshot"
src="recurring_document_wizard1.png">
</div>
</div>
</section>
<section class="container">
<div class="row">
<h2 class="oe_slogan">Sale Order</h2>
<div class="col-md-6">
<img class="oe_picture oe_screenshot" src="sale_order.png">
</div>
<div class="col-md-6">
<p class="mt32 mb32 text-justify">
Recurring - Shows the generated recurring.<br/>
Document - Links the sale order that are generated by the
recurring of that particular sale order.
</p>
</div>
</div>
</section>
<section class="container oe_dark">
<div class="row oe_spaced">
<h2 class="oe_slogan">SO Recurring Documents</h2>
<div class="col-md-6">
<p class="mt32">
Sale Orders that are generated through recurring.
</p>
</div>
<div class="col-md-6">
<img class="oe_picture oe_screenshot"
src="recurring_documents.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="rec_doc.png"/>
</div>
<div class="col-md-6">
<p class="mt32 text-justify">
Recurring Document is automatically created.
</p>
</div>
</div>
</section>
<section class="container">
<div class="row">
<h2 class="oe_slogan">Recurring Type</h2>
<div class="col-md-6">
<p class="oe_mt8 text-justify">Recurring Type is automatically
created</p>
</div>
<div class="col-md-6">
<img class="oe_picture oe_screenshot" src="rec_type.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">Cron job is automatically
created</p>
</div>
</div>
</section>