Stock import does not log the correction in stock transactions pageLatest modifications
Answer now
Snapshot Details |
Submitted by: | Marcos García (marcosgdf) | | Submitted on: | 2014-05-11 03:24 |
Last Modified On: | 2014-05-11 18:39 | |
Summary: | Stock import does not log the correction in stock transactions page |
Description: | If I do an import of stock for a given product, the stock number is updated but when I list the movements of a warehouse, the correction does not appear.
Reported by a dolibarr.es forum user: http://www.dolibarr.es/index.php/foro/7-bugs-versiones-estables/5302-importacion-de-stock#5360 |
Step to reproduce bug: | |
Detected in version: | 3.5.2 | | Category: | Module: Stocks |
Severity: | 5 - Major | | OS Type/Version: | |
PHP version: | | | Database type and version: | |
Status |
Status: | Open | | Assigned to: | None |
Resolution: | Works for me | |
Comments- Laurent Destailleur 2014-05-11 19:14
- Import is a feature to initialize data before starting to work.
Stock movement is a feature to track when you record stock change using the stock/increase feature of stock module. In stock setup, you decide what trigger stock/increase. When you make a mass import, you initialize database but there is no real triggered "movement".
And Mass import of stock level overwrites current database content of stock. This is not a stock movement but a stock initilazation. This feature is not a delta injection feature to add more but an erase and replace, that's why adding a movement has no sense.
I think this ticket looks more a feature request to make stock movement from an external file describing movements ? - Marcos García 2014-05-11 18:39
- Yes
- Laurent Destailleur 2014-05-11 18:37
- What do you mean with doing an import. You mean using the module "Import" to use the import wizard ?
|
|
|
|
|
|
Stock movement is a feature to track when you record stock change using the stock/increase feature of stock module. In stock setup, you decide what trigger stock/increase. When you make a mass import, you initialize database but there is no real triggered "movement".
And Mass import of stock level overwrites current database content of stock. This is not a stock movement but a stock initilazation. This feature is not a delta injection feature to add more but an erase and replace, that's why adding a movement has no sense.
I think this ticket looks more a feature request to make stock movement from an external file describing movements ?
None→ Works for me