|
| 1 | +======================== |
| 2 | +Stock Average Daily Sale |
| 3 | +======================== |
| 4 | + |
| 5 | +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 6 | + !! This file is generated by oca-gen-addon-readme !! |
| 7 | + !! changes will be overwritten. !! |
| 8 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 9 | +
|
| 10 | +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png |
| 11 | + :target: https://odoo-community.org/page/development-status |
| 12 | + :alt: Beta |
| 13 | +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png |
| 14 | + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
| 15 | + :alt: License: AGPL-3 |
| 16 | +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--reporting-lightgray.png?logo=github |
| 17 | + :target: https://github.com/OCA/stock-logistics-reporting/tree/16.0/stock_average_daily_sale |
| 18 | + :alt: OCA/stock-logistics-reporting |
| 19 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 20 | + :target: https://translation.odoo-community.org/projects/stock-logistics-reporting-16-0/stock-logistics-reporting-16-0-stock_average_daily_sale |
| 21 | + :alt: Translate me on Weblate |
| 22 | +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png |
| 23 | + :target: https://runbot.odoo-community.org/runbot/151/16.0 |
| 24 | + :alt: Try me on Runbot |
| 25 | + |
| 26 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 27 | + |
| 28 | +This module allows to gather stock consumptions and build reporting for average daily |
| 29 | +sales (aka stock consumptions). Technically, this has been done through a |
| 30 | +materialized postgresql view in order to be as fast as possible (some other flow |
| 31 | +modules can depend on this). |
| 32 | + |
| 33 | +You can add several configurations depending on the window you want to analyze. |
| 34 | +So, you can define criteria to filter data: |
| 35 | + |
| 36 | +* The Warehouse |
| 37 | +* The product ABC classification |
| 38 | +* The location kind (Zone, Area, Bin) |
| 39 | +* The amount of time to look backward (in days or weeks or months or years) |
| 40 | + |
| 41 | +Moreover, you can define: |
| 42 | + |
| 43 | +* A safety factor |
| 44 | +* A standard deviation exclusion factor |
| 45 | + |
| 46 | +**Table of contents** |
| 47 | + |
| 48 | +.. contents:: |
| 49 | + :local: |
| 50 | + |
| 51 | +Configuration |
| 52 | +============= |
| 53 | + |
| 54 | +#. To configure data analysis, you should go to Inventory > Configuration > Average daily sales computation parameters |
| 55 | + |
| 56 | +#. You need to fill in the following informations: |
| 57 | + |
| 58 | + * The product ABC classification you want - see product_abc_classification module |
| 59 | + * The concerned Warehouse |
| 60 | + * The stock location kind (Zone, Area, Bin) - see stock_location_zone module |
| 61 | + * The period of time to analyze back (in days/weeks/months/years) |
| 62 | + * A standard deviation exclusion factor |
| 63 | + * A safety factor |
| 64 | + |
| 65 | +#. Go to Configuration > Technical > Scheduled Actions > Refresh average daily sales materialized view |
| 66 | + |
| 67 | + By default, the sceduled action is set to refresh data each 4 hours. You can change |
| 68 | + that depending on your needs. |
| 69 | + |
| 70 | +Known issues / Roadmap |
| 71 | +====================== |
| 72 | + |
| 73 | +* Move the filter on saturday/sunday to configuration parameters |
| 74 | +* An extensible data gathering query |
| 75 | + |
| 76 | +Changelog |
| 77 | +========= |
| 78 | + |
| 79 | +16.0.1.0.0 (2023-01-13) |
| 80 | +~~~~~~~~~~~~~~~~~~~~~~~ |
| 81 | + |
| 82 | +* [16.0][ADD] stock_average_daily_sale |
| 83 | + |
| 84 | +Bug Tracker |
| 85 | +=========== |
| 86 | + |
| 87 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-reporting/issues>`_. |
| 88 | +In case of trouble, please check there if your issue has already been reported. |
| 89 | +If you spotted it first, help us smashing it by providing a detailed and welcomed |
| 90 | +`feedback <https://github.com/OCA/stock-logistics-reporting/issues/new?body=module:%20stock_average_daily_sale%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 91 | + |
| 92 | +Do not contact contributors directly about support or help with technical issues. |
| 93 | + |
| 94 | +Credits |
| 95 | +======= |
| 96 | + |
| 97 | +Authors |
| 98 | +~~~~~~~ |
| 99 | + |
| 100 | +* ACSONE SA/NV |
| 101 | + |
| 102 | +Contributors |
| 103 | +~~~~~~~~~~~~ |
| 104 | + |
| 105 | +* Laurent Mignon <laurent.mignon@acsone.eu> |
| 106 | +* Denis Roussel <denis.roussel@acsone.eu> |
| 107 | + |
| 108 | +Maintainers |
| 109 | +~~~~~~~~~~~ |
| 110 | + |
| 111 | +This module is maintained by the OCA. |
| 112 | + |
| 113 | +.. image:: https://odoo-community.org/logo.png |
| 114 | + :alt: Odoo Community Association |
| 115 | + :target: https://odoo-community.org |
| 116 | + |
| 117 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 118 | +mission is to support the collaborative development of Odoo features and |
| 119 | +promote its widespread use. |
| 120 | + |
| 121 | +This module is part of the `OCA/stock-logistics-reporting <https://github.com/OCA/stock-logistics-reporting/tree/16.0/stock_average_daily_sale>`_ project on GitHub. |
| 122 | + |
| 123 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments