solop-develop / frontend-core

ADempiere-Vue is a new UI for ADempiere ERP, CRM & SCM. It is based on Vue and uses the UI Toolkit element-ui. It is a great UI for ADempiere ERP, CRM & SCM, based on the newest development stack of Vue, built-in i18n solution, typical templates for enterprise applications, lots of awesome features. This project was forked from Vue-Element-Admin originally write by PanJiaChen / 花裤衩 over MIT license and was changed to GNU/GPL v3 by Yamel Senih after forked granted by PanJiaChen / 花裤衩 on the issue "Extend as GNU/Gpl v3 License #1434".
https://solop-develop.github.io/frontend-core
GNU General Public License v3.0
2 stars 7 forks source link

Error en impresión de movimiento de inventario #2854

Open nsarlabos opened 5 days ago

nsarlabos commented 5 days ago

Bug report

En ventana de "Movimiento de Inventario" al ejecutar la impresión, se observa que el reporte no sale para el movimiento desde el cual se lanzó el proceso, sino que se muestra otro movimiento distinto.

Screenshot or Gif

Peek 22-10-2024 13-31

Link to minimal reproduction(最小可在线还原demo)

Expected behavior

La impresión debería mostrar solamente el movimiento de inventario desde donde se ejecutó

Additional context

http://spdev02.solopapp.com:24814/vue

Ricargame commented 5 days ago

@yamelsenih Numero de documento: 610009


curl 'http://spdev02.solopapp.com:24814/api/report-management/report/290' -X POST -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:129.0) Gecko/20100101 Firefox/129.0' -H 'Accept: application/json, text/plain, */*' -H 'Accept-Language: es-ES,es;q=0.8,en-US;q=0.5,en;q=0.3' -H 'Accept-Encoding: gzip, deflate' -H 'Content-Type: application/json' -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiIyMzEzODE5IiwiQURfQ2xpZW50X0lEIjoxMDAwMDAxLCJBRF9PcmdfSUQiOjEwMDAwMDMsIkFEX1JvbGVfSUQiOjEwMDAwMDIsIkFEX1VzZXJfSUQiOjEwMDEyMTIsIk1fV2FyZWhvdXNlX0lEIjoxMDAwMDQ1LCJBRF9MYW5ndWFnZSI6ImVzX01YIiwiaWF0IjoxNzI5NjI2ODA1LCJleHAiOjE3Mjk3MTMyMDV9.9qpelnhv1BvTU_0kVRlJAluIre2TXtv1PS2kuh-HdKU' -H 'Origin: http://localhost:9527' -H 'Connection: keep-alive' -H 'Referer: http://localhost:9527/' -H 'Priority: u=0' --data-raw '{"report_type":"pdf","parameters":{},"print_format_id":153,"report_view_id":0,"table_name":"M_Movement","record_id":1000009}' ```