Search 1.9 billion lines of Odoo code on GitHub

stock_kardex_report

Author: Jarsa Sistemas, S.A. de C.V.,Odoo Community Association (OCA)
License: LGPL-3
Branch: 13.0
Repository: Jarsa-dev/stock-logistics-reporting
Dependencies: stock
Languages: HTML (342, 56.7%), Python (121, 20.1%), XML (65, 10.8%), and reStructuredText (75, 12.4%)
Other branches: 12.0-stock_kardex, 13.0-kardex-report-picking, and 13.0-stock-kardex-report
Other repositories: Change2improve/stock-logistics-reporting, Ingeos/stock-logistics-reporting, Jarsa/stock-logistics-reporting, NeatNerdPrime/stock-logistics-reporting, OCA/stock-logistics-reporting, aaltinisik/stock-logistics-reporting, acsone/stock-logistics-reporting, and brain-tec/stock-logistics-reporting

<h1 class="title">Stock Kardex Report</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/stock-logistics-reporting/tree/13.0/stock-kardex-report"><img alt="OCA/stock-logistics-reporting" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--reporting-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/stock-logistics-reporting-13-0/stock-logistics-reporting-13-0-stock-kardex-report"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/151/13.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This module uses a wizard to generate a kardex report based on user selected product, location and date range</p> <p>This report shows the stock of a product in a specific location in a defined time period.</p> <p>If I generate a report for Product A from 01-01-2020 to 03-01-2020 in location WH/Stock</p> <p>The report will be the following:</p> <table class="docutils"> <colgroup> <col width="13%" /> <col width="24%" /> <col width="20%" /> <col width="12%" /> <col width="15%" /> <col width="6%" /> <col width="10%" /> </colgroup> <tbody valign="top"> <tr><td>Product</td> <td>Date</td> <td>Description</td> <td>Origin</td> <td>Destination</td> <td>Qty</td> <td>Balance</td> </tr> <tr><td>Product A</td> <td>01-01-2020 12:00:00</td> <td>Initial Balance</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>100</td> <td>100</td> </tr> <tr><td>Product A</td> <td>02-01-2020 12:00:00</td> <td>PO001</td> <td>Vendors</td> <td>WH/Stock</td> <td>100</td> <td>200</td> </tr> <tr><td>Product A</td> <td>02-01-2020 14:00:00</td> <td>SO001</td> <td>WH/Stock</td> <td>Customers</td> <td>-50</td> <td>150</td> </tr> <tr><td>Product A</td> <td>02-01-2020 16:30:00</td> <td>SO002</td> <td>WH/Stock</td> <td>Customers</td> <td>-75</td> <td>75</td> </tr> <tr><td>Product A</td> <td>03-01-2020 12:00:00</td> <td>PO002</td> <td>Vendors</td> <td>WH/Stock</td> <td>100</td> <td>175</td> </tr> </tbody> </table> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#usage" id="id1">Usage</a></li> <li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id3">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id4">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li> </ul> </li> </ul> </div> <a name="usage"></a> <h2><a class="toc-backref" href="#id1">Usage</a></h2> <p>To get the stock kardex report:</p> <ol class="arabic simple"> <li>Go to Inventory/Reports/Stock Kardex Report</li> <li>A wizard will open; select the product, location and date range to generate the report.</li> <li>Click on <em>Retrieve Kardex Report</em> button.</li> </ol> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id2">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-reporting/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/stock-logistics-reporting/issues/new?body=module:%20stock-kardex-report%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id3">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id4">Authors</a></h3> <ul class="simple"> <li>Jarsa Sistemas, S.A. de C.V.</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id5">Contributors</a></h3> <ul class="simple"> <li><a class="reference external" href="http://www.jarsa.com.mx">Jarsa Sistemas, S.A. de C.V.</a>:<ul> <li>Juventino Villegas &lt;<a class="reference external" href="mailto:juventino.villegas&#64;jarsa.com.mx">juventino.villegas&#64;jarsa.com.mx</a>&gt;</li> </ul> </li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id6">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-reporting/tree/13.0/stock-kardex-report">OCA/stock-logistics-reporting</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>