Skip to content

Commit 1ee527b

Browse files
committed
[UPD] readme
1 parent 8991bb3 commit 1ee527b

File tree

5 files changed

+56
-29
lines changed

5 files changed

+56
-29
lines changed

stock_move_backdating/README.rst

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,26 @@ Stock Move Backdating
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
3030

31-
This module allows to register old stock moves (with date != now).
32-
On each operation, user can specify the **Actual Movement Date**, that will be
33-
used as movements date. That date can also be set by using the button **Fill Actual Movement Date**, shown in the header form when state is *Partially Available* or *Available*. As a result, all operations get automatically filled in with the date chosen.
34-
In addition, if *Perpetual inventory valuation* is enabled, the date of journal entries generated will be updated accordingly.
31+
This module allows users to register stock moves with a past date (i.e., a date different from the current one).
32+
It is especially useful for accurately reflecting historical stock movements and maintaining correct inventory records.
3533

36-
This module also allows to backdate inventory adjustments.
34+
If *Perpetual Inventory Valuation* is enabled, the generated journal entries will reflect the chosen backdated date accordingly.
3735

3836
**Table of contents**
3937

4038
.. contents::
4139
:local:
4240

41+
Usage
42+
=====
43+
44+
How to Use Backdated Stock Movement:
45+
46+
1. Transfer the products and process as usual until the status becomes `Ready`.
47+
2. Click `Fill Actual Movement Date` > select the backdate > click Apply.
48+
3. The system will display the `Forced Effective Date` as the selected backdate.
49+
4. Click Validate > check that the `Stock Valuation Date` and the `Journal Entries` (if using Perpetual Inventory Valuation) are backdated accordingly.
50+
4351
Bug Tracker
4452
===========
4553

@@ -77,6 +85,7 @@ Contributors
7785
* `Ecosoft <http://ecosoft.co.th>`__:
7886

7987
* Pimolnat Suntian <pimolnats@ecosoft.co.th>
88+
* Saran Lim. <saranl@ecosoft.co.th>
8089

8190
Maintainers
8291
~~~~~~~~~~~

stock_move_backdating/readme/CONTRIBUTORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
* `Ecosoft <http://ecosoft.co.th>`__:
1313

1414
* Pimolnat Suntian <pimolnats@ecosoft.co.th>
15+
* Saran Lim. <saranl@ecosoft.co.th>
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
This module allows to register old stock moves (with date != now).
2-
On each operation, user can specify the **Actual Movement Date**, that will be
3-
used as movements date. That date can also be set by using the button **Fill Actual Movement Date**, shown in the header form when state is *Partially Available* or *Available*. As a result, all operations get automatically filled in with the date chosen.
4-
In addition, if *Perpetual inventory valuation* is enabled, the date of journal entries generated will be updated accordingly.
1+
This module allows users to register stock moves with a past date (i.e., a date different from the current one).
2+
It is especially useful for accurately reflecting historical stock movements and maintaining correct inventory records.
53

6-
This module also allows to backdate inventory adjustments.
4+
If *Perpetual Inventory Valuation* is enabled, the generated journal entries will reflect the chosen backdated date accordingly.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
How to Use Backdated Stock Movement:
2+
3+
1. Transfer the products and process as usual until the status becomes `Ready`.
4+
2. Click `Fill Actual Movement Date` > select the backdate > click Apply.
5+
3. The system will display the `Forced Effective Date` as the selected backdate.
6+
4. Click Validate > check that the `Stock Valuation Date` and the `Journal Entries` (if using Perpetual Inventory Valuation) are backdated accordingly.

stock_move_backdating/static/description/index.html

Lines changed: 32 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
/*
1010
:Author: David Goodger (goodger@python.org)
11-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1212
:Copyright: This stylesheet has been placed in the public domain.
1313
1414
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1516
1617
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718
customize this style sheet.
@@ -274,7 +275,7 @@
274275
margin-left: 2em ;
275276
margin-right: 2em }
276277

277-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
278279
pre.code, code { background-color: #eeeeee }
279280
pre.code .comment, code .comment { color: #5C6576 }
280281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
300301
span.pre {
301302
white-space: pre }
302303

303-
span.problematic {
304+
span.problematic, pre.problematic {
304305
color: red }
305306

306307
span.section-subtitle {
@@ -369,43 +370,52 @@ <h1 class="title">Stock Move Backdating</h1>
369370
!! source digest: sha256:ad3310e15c454aac88a96c836d66731e0d705fd7fcfd204734aab7d5e42f250b
370371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371372
<p><a class="reference external image-reference" 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 image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-workflow/tree/16.0/stock_move_backdating"><img alt="OCA/stock-logistics-workflow" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_move_backdating"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-workflow&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372-
<p>This module allows to register old stock moves (with date != now).
373-
On each operation, user can specify the <strong>Actual Movement Date</strong>, that will be
374-
used as movements date. That date can also be set by using the button <strong>Fill Actual Movement Date</strong>, shown in the header form when state is <em>Partially Available</em> or <em>Available</em>. As a result, all operations get automatically filled in with the date chosen.
375-
In addition, if <em>Perpetual inventory valuation</em> is enabled, the date of journal entries generated will be updated accordingly.</p>
376-
<p>This module also allows to backdate inventory adjustments.</p>
373+
<p>This module allows users to register stock moves with a past date (i.e., a date different from the current one).
374+
It is especially useful for accurately reflecting historical stock movements and maintaining correct inventory records.</p>
375+
<p>If <em>Perpetual Inventory Valuation</em> is enabled, the generated journal entries will reflect the chosen backdated date accordingly.</p>
377376
<p><strong>Table of contents</strong></p>
378377
<div class="contents local topic" id="contents">
379378
<ul class="simple">
380-
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-1">Bug Tracker</a></li>
381-
<li><a class="reference internal" href="#credits" id="toc-entry-2">Credits</a><ul>
382-
<li><a class="reference internal" href="#authors" id="toc-entry-3">Authors</a></li>
383-
<li><a class="reference internal" href="#contributors" id="toc-entry-4">Contributors</a></li>
384-
<li><a class="reference internal" href="#maintainers" id="toc-entry-5">Maintainers</a></li>
379+
<li><a class="reference internal" href="#usage" id="toc-entry-1">Usage</a></li>
380+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-2">Bug Tracker</a></li>
381+
<li><a class="reference internal" href="#credits" id="toc-entry-3">Credits</a><ul>
382+
<li><a class="reference internal" href="#authors" id="toc-entry-4">Authors</a></li>
383+
<li><a class="reference internal" href="#contributors" id="toc-entry-5">Contributors</a></li>
384+
<li><a class="reference internal" href="#maintainers" id="toc-entry-6">Maintainers</a></li>
385385
</ul>
386386
</li>
387387
</ul>
388388
</div>
389+
<div class="section" id="usage">
390+
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
391+
<p>How to Use Backdated Stock Movement:</p>
392+
<ol class="arabic simple">
393+
<li>Transfer the products and process as usual until the status becomes <cite>Ready</cite>.</li>
394+
<li>Click <cite>Fill Actual Movement Date</cite> &gt; select the backdate &gt; click Apply.</li>
395+
<li>The system will display the <cite>Forced Effective Date</cite> as the selected backdate.</li>
396+
<li>Click Validate &gt; check that the <cite>Stock Valuation Date</cite> and the <cite>Journal Entries</cite> (if using Perpetual Inventory Valuation) are backdated accordingly.</li>
397+
</ol>
398+
</div>
389399
<div class="section" id="bug-tracker">
390-
<h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
400+
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
391401
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-workflow/issues">GitHub Issues</a>.
392402
In case of trouble, please check there if your issue has already been reported.
393403
If you spotted it first, help us to smash it by providing a detailed and welcomed
394404
<a class="reference external" href="https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_move_backdating%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
395405
<p>Do not contact contributors directly about support or help with technical issues.</p>
396406
</div>
397407
<div class="section" id="credits">
398-
<h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
408+
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
399409
<div class="section" id="authors">
400-
<h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
410+
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
401411
<ul class="simple">
402412
<li>Marco Dieckhoff</li>
403413
<li>BREMSKERL</li>
404414
<li>Agile Business Group</li>
405415
</ul>
406416
</div>
407417
<div class="section" id="contributors">
408-
<h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
418+
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
409419
<ul class="simple">
410420
<li>Alex Comba &lt;<a class="reference external" href="mailto:alex.comba&#64;agilebg.com">alex.comba&#64;agilebg.com</a>&gt;</li>
411421
<li>Marco Dieckhoff &lt; <a class="reference external" href="mailto:marco.dieckhoff&#64;bremskerl.de">marco.dieckhoff&#64;bremskerl.de</a>&gt;</li>
@@ -419,14 +429,17 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
419429
* Eduard Brahas &lt;<a class="reference external" href="mailto:eduardbrhas&#64;outlook.it">eduardbrhas&#64;outlook.it</a>&gt;</li>
420430
<li><a class="reference external" href="http://ecosoft.co.th">Ecosoft</a>:<ul>
421431
<li>Pimolnat Suntian &lt;<a class="reference external" href="mailto:pimolnats&#64;ecosoft.co.th">pimolnats&#64;ecosoft.co.th</a>&gt;</li>
432+
<li>Saran Lim. &lt;<a class="reference external" href="mailto:saranl&#64;ecosoft.co.th">saranl&#64;ecosoft.co.th</a>&gt;</li>
422433
</ul>
423434
</li>
424435
</ul>
425436
</div>
426437
<div class="section" id="maintainers">
427-
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
438+
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
428439
<p>This module is maintained by the OCA.</p>
429-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
440+
<a class="reference external image-reference" href="https://odoo-community.org">
441+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
442+
</a>
430443
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
431444
mission is to support the collaborative development of Odoo features and
432445
promote its widespread use.</p>

0 commit comments

Comments
 (0)