SMEWebify / WebErpMesv2

Ressource Management and Manufacturing execution system Web for industry (sheet metal, machining, mold ...)
http://demo.wem-project.org/
MIT License
127 stars 70 forks source link

[INVOICE] Fast invoice dont take qty #555

Closed SMEWebify closed 2 hours ago

SMEWebify commented 2 hours ago

image

SMEWebify commented 2 hours ago

is import line dont take remaning qty

Image

SMEWebify commented 2 hours ago

add in https://github.com/SMEWebify/WebErpMesv2/issues/470

                        'delivered_remaining_qty'=>array_key_exists($request->qty,  $importData) ? $data[$request->qty] : null,
                        'invoiced_remaining_qty'=>array_key_exists($request->qty,  $importData) ? $data[$request->qty] : null,