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

104 lines
3.4 KiB
HTML

<section class="container">
<div class="row">
<h2 class="oe_slogan">Recurring Purchase</h2>
<h3 class="oe_slogan">Create recurring purchase order</h3>
</div>
</section>
<section class="container oe_dark">
<div class="row">
<h2 class="oe_slogan">Recurring Wizard</h2>
<div class="col-md-6">
<p class="mt32 mb32 text-justify">
A 'Generate Recurring' button is displayed on the purchase
order.<br/>
Recurring Document, Recurring Type and Scheduled action of this
particular purchase 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">Purchase Order</h2>
<div class="col-md-6">
<img class="oe_picture oe_screenshot" src="purchase_order.png">
</div>
<div class="col-md-6">
<p class="mt32 mb32 text-justify">
Recurring - Shows the generated recurring.<br/>
Document - Links the purchase order that are generated by the
recurring of that particular purchase order.
</p>
</div>
</div>
</section>
<section class="container oe_dark">
<div class="row oe_spaced">
<h2 class="oe_slogan">PO Recurring Documents</h2>
<div class="col-md-6">
<p class="mt32">
Purchase 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="oe_mt8 text-justify">Recurring Document is
automatically created and is linked with the purchase order
</p>
</div>
</div>
</section>
<section class="container">
<div class="row">
<h2 class="oe_slogan">Recurring Type</h2>
<div class="col-md-6">
<p class="mt32 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>