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
Buenas.
Al querer aplicar descuentos x item (no el global), dPorcDescTotal aparentemente no calcula adecuandamente porque la sifen emite:
EA004: El descuento Global sobre el precio unitario por Item no coincidente con lo informado.
En tal sentido, comentando el archivo TgTotSub linea 100: this.dPorcDescTotal = this.dDescTotal.multiply(BigDecimal.valueOf(100)).divide(this.dTotOpe.add(this.dDescTotal), 2, RoundingMode.HALF_UP);
The text was updated successfully, but these errors were encountered:
Buenas.
Al querer aplicar descuentos x item (no el global), dPorcDescTotal aparentemente no calcula adecuandamente porque la sifen emite:
EA004: El descuento Global sobre el precio unitario por Item no coincidente con lo informado.
En tal sentido, comentando el archivo TgTotSub linea 100:
this.dPorcDescTotal = this.dDescTotal.multiply(BigDecimal.valueOf(100)).divide(this.dTotOpe.add(this.dDescTotal), 2, RoundingMode.HALF_UP);
The text was updated successfully, but these errors were encountered: