mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
181 lines
7.6 KiB
HTML
181 lines
7.6 KiB
HTML
<section class="oe_container oe_dark">
|
|
<div class="oe_row oe_spaced">
|
|
<div class="oe_span12">
|
|
<h2 class="oe_slogan">Sales Order Weight</h2>
|
|
<img class="oe_screenshot oe_picture" src="demo_all.png">
|
|
</div>
|
|
|
|
<div class="alert alert-info" style="padding:8px;font-weight: 300; font-size: 20px;">
|
|
<i class="fa fa-hand-o-right"></i><b> Key features: </b>
|
|
<ul class="list-unstyled">
|
|
<li>
|
|
<i class="fa fa-check-square-o text-primary"></i>
|
|
All in one Weight solution for sale, purchase, purchase agreement, stock. Please check follow <strong>Pay</strong> app.
|
|
</li>
|
|
<li>
|
|
<i class="fa fa-check-square-o text-primary"></i>
|
|
Product auto weight is ready.
|
|
<a href="http://www.odoo.com/apps/modules/12.0/app_product_weight_auto/" target="_blank">
|
|
<i class="fa fa-download text-warning"></i>Click to download.
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<i class="fa fa-check-square-o text-primary"></i>
|
|
Sale order Product weight is ready.
|
|
<a href="http://www.odoo.com/apps/modules/12.0/app_product_weight_sale/" target="_blank">
|
|
<i class="fa fa-download text-warning"></i>Click to download.
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<i class="fa fa-check-square-o text-primary"></i>
|
|
Purchase order Product weight is ready.
|
|
<a href="http://www.odoo.com/apps/modules/12.0/app_product_weight_purchase/" target="_blank">
|
|
<i class="fa fa-download text-warning"></i>Click to download.
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<i class="fa fa-check-square-o text-primary"></i>
|
|
Purchase agreement Product weight is ready.
|
|
<a href="http://www.odoo.com/apps/modules/12.0/app_product_weight_purchase_requisition/" target="_blank">
|
|
<i class="fa fa-download text-warning"></i>Click to download.
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<i class="fa fa-check-square-o text-primary"></i>
|
|
Stock picking operation Product weight is ready.
|
|
<a href="http://www.odoo.com/apps/modules/12.0/app_product_weight_stock/" target="_blank">
|
|
<i class="fa fa-download text-warning"></i>Click to download.
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<i class="fa fa-check-square-o text-primary"></i>
|
|
Add product sku weight in Sale Order line.
|
|
</li>
|
|
<li>
|
|
<i class="fa fa-check-square-o text-primary"></i>
|
|
Calculates total weight of a sale order, which is the sum of individual weights of each unit of the products in the order.
|
|
</li>
|
|
<li>
|
|
<i class="fa fa-check-square-o text-primary"></i>
|
|
Support kg(s) or lb(s)
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="oe_demo oe_screenshot">
|
|
<img class="oe_screenshot" src="demo.jpg">
|
|
</div>
|
|
<p class='oe_mt32'>
|
|
</p>
|
|
<div class="oe_demo oe_screenshot">
|
|
<h3 class='oe_mt32'>
|
|
Setup product weight.
|
|
</h3>
|
|
<img class="oe_screenshot" src="product_weight.jpg">
|
|
</div>
|
|
|
|
<div class="oe_demo oe_screenshot">
|
|
<h3 class='oe_mt32'>
|
|
Show product total weight in list view.
|
|
</h3>
|
|
<img class="oe_screenshot" src="demo2.jpg">
|
|
</div>
|
|
|
|
<div class="oe_demo oe_screenshot">
|
|
<h3 class='oe_mt32'>
|
|
Get product weight and total weight in order.
|
|
</h3>
|
|
<img class="oe_screenshot" src="demo1.jpg">
|
|
</div>
|
|
<p class='oe_span12 oe_mt32'>
|
|
The calculation uses the following formula:
|
|
</p>
|
|
<p class='oe_mt32'>
|
|
order_line_net_weight = (line_product_weight / line_product_uom_factor)
|
|
<br/>
|
|
weight_total = sum(order_line_net_weight)
|
|
</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="oe_container">
|
|
<h1>Weight app relate.</h1>
|
|
<div class="oe_row oe_spaced">
|
|
<h4 class="oe_slogan">Use in product auto weight</h4>
|
|
<div class="oe_demo oe_screenshot">
|
|
<img src="demo_product.jpg">
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="oe_container">
|
|
<div class="oe_row oe_spaced">
|
|
<h4 class="oe_slogan">Use in sale order</h4>
|
|
<div class="oe_demo oe_screenshot">
|
|
<img src="demo_sale.jpg">
|
|
</div>
|
|
<p>Weight in sale report</p>
|
|
<div class="oe_demo oe_screenshot">
|
|
<img src="demo_sale2.jpg">
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="oe_container">
|
|
<div class="oe_row oe_spaced">
|
|
<h4 class="oe_slogan">Use in Purcahse Order</h4>
|
|
<div class="oe_demo oe_screenshot">
|
|
<img src="demo_purchase.jpg">
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="oe_container">
|
|
<div class="oe_row oe_spaced">
|
|
<h4 class="oe_slogan">Use in Purcahse Agreement</h4>
|
|
<div class="oe_demo oe_screenshot">
|
|
<img src="demo_purchase_requisition.jpg">
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="oe_container">
|
|
<div class="oe_row oe_spaced">
|
|
<h4 class="oe_slogan">Use in Stock Picking </h4>
|
|
<div class="oe_demo oe_screenshot">
|
|
<img src="demo_stock.jpg">
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="oe_container oe_dark">
|
|
<div class="oe_row oe_spaced text-center">
|
|
<div class="oe_span12">
|
|
<h2 class="oe_slogan">Technical Help & Support</h2>
|
|
</div>
|
|
<div class="col-md-12 pad0">
|
|
<div class="oe_mt16">
|
|
<p><h4>
|
|
For any type of technical help & support requests, Feel free to contact us</h4></p>
|
|
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
|
|
class="btn btn-warning btn-lg" rel="nofollow" href="mailto:guohuadeng@hotmail.com"><span
|
|
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
|
|
<i class="fa fa-envelope"></i> guohuadeng@hotmail.com</a>
|
|
<p><h4>
|
|
Via QQ: 300883</h4></p>
|
|
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
|
|
class="btn btn-warning btn-lg" rel="nofollow" href="mailto:300883@qq.com"><span
|
|
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
|
|
<i class="fa fa-envelope"></i> 300883@qq.com</a>
|
|
</div>
|
|
<div class="oe_mt16">
|
|
<p><h4>
|
|
Visit our website for more support.</h4></p>
|
|
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
|
|
class="btn btn-warning btn-lg" rel="nofollow" href="http://www.sunpop.cn" target="_blank"><span
|
|
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
|
|
<i class="fa fa-web"></i>http://www.sunpop.cn</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|