jrVO.setCreditAmountACC06(rowVatVO.getTaxableIncome().setScale(detailFrame.getCurrencyDecimals(),BigDecimal.ROUND_HALF_UP));
else
jrVO.setDebitAmountACC06(rowVatVO.getTaxableIncome().setScale(detailFrame.getCurrencyDecimals(),BigDecimal.ROUND_HALF_UP));
jrVO.setItemYearAcc05ACC06(jhVO.getItemYearACC05());
jrVO.setDescriptionACC06(rowVatVO.getDescriptionACC06());
jhVO.addJournalRow(jrVO);
totalValue = totalValue.add(rowVatVO.getTaxableIncome().setScale(detailFrame.getCurrencyDecimals(),BigDecimal.ROUND_HALF_UP));
// 2. prepare vat row for the specified register...
vatVO = new VatRowVO();