You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
en TgTotSub linea 86 y 87, se debe de la suma de los descuentos unitarios x la cantidad según la documentación, por lo que creo que deberia agregarse el multiply
this.dTotDesc = this.dTotDesc.add(SifenUtil.coalesce(gCamItem.getgValorItem().getgValorRestaItem().getdDescItem().multiply( gCamItem.getdCantProSer()) , BigDecimal.ZERO));
this.dTotDescGlotem = this.dTotDescGlotem.add(SifenUtil.coalesce(gCamItem.getgValorItem().getgValorRestaItem().getdDescGloItem().multiply( gCamItem.getdCantProSer()) , BigDecimal.ZERO));
The text was updated successfully, but these errors were encountered:
en TgTotSub linea 86 y 87, se debe de la suma de los descuentos unitarios x la cantidad según la documentación, por lo que creo que deberia agregarse el multiply
this.dTotDesc = this.dTotDesc.add(SifenUtil.coalesce(gCamItem.getgValorItem().getgValorRestaItem().getdDescItem().multiply( gCamItem.getdCantProSer()) , BigDecimal.ZERO));
this.dTotDescGlotem = this.dTotDescGlotem.add(SifenUtil.coalesce(gCamItem.getgValorItem().getgValorRestaItem().getdDescGloItem().multiply( gCamItem.getdCantProSer()) , BigDecimal.ZERO));
The text was updated successfully, but these errors were encountered: