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

Balance de Prueba no Sumariza #2779

Open niclopup opened 1 week ago

niclopup commented 1 week ago

Bug report

Se detecta que el balance de prueba no está sumarizando en las líneas de resumen ni tampoco el total final

Esto pasa tanto desde VUe como cuando se descarga el reporte.

Screenshot or Gif(截图或动态图)

image

image

image

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

Expected behavior

A clear and concise description of what you expected to happen.

Other relevant information

Ricargame commented 4 days ago

El back-end no le está mandando el sum_value por eso es que no se visualiza el summary @yamelsenih

curl 'http://spdev02.solopapp.com:24810/api/report-engine/views/1000133?report_type=&filters=[%7B%22name%22:%22C_AcctSchema_ID%22,%22operator%22:%22equal%22,%22values%22:1000001%7D,%7B%22name%22:%22AD_Org_ID%22,%22operator%22:%22equal%22,%22values%22:1000003%7D,%7B%22name%22:%22PostingType%22,%22operator%22:%22equal%22,%22values%22:%22A%22%7D,%7B%22name%22:%22isShowRetainedEarnings%22,%22operator%22:%22equal%22,%22values%22:false%7D]&page_size=15&page_token=1&print_format_id=1000133&report_view_id=153&is_summary=true' --globoff -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 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiIyMDIyNzg4IiwiQURfQ2xpZW50X0lEIjoxMDAwMDAxLCJBRF9PcmdfSUQiOjEwMDAwMDMsIkFEX1JvbGVfSUQiOjEwMDAwMTcsIkFEX1VzZXJfSUQiOjEwMDEyMTIsIk1fV2FyZWhvdXNlX0lEIjoxMDAwMDQ1LCJBRF9MYW5ndWFnZSI6ImVzX01YIiwiaWF0IjoxNzI4OTE0MjMxLCJleHAiOjE3MjkwMDA2MzF9.Xri9oIKnlU1dmundlEORHPMY1chE2X2Nz98BbOL5kFc' -H 'Origin: http://localhost:9527' -H 'Connection: keep-alive' -H 'Referer: http://localhost:9527/' -H 'Priority: u=0'
yamelsenih commented 2 days ago

Hola, no veo parámetros aquí. Por favor vamos a colocar los parámetros para revisar sin dar tantas vueltas

yamelsenih commented 2 days ago

Corregido aquí: https://github.com/solop-develop/adempiere-report-engine-service/releases/tag/1.0.4

niclopup commented 13 hours ago

creo que aún no está corregido

Entiendo que debería definir acá la suma total no?

image