Class NettoAccountingMethodImpl
java.lang.Object
ch.tocco.nice2.optional.finance.api.service.accountingmethod.AbstractAccountingMethod
ch.tocco.nice2.optional.finance.impl.service.accounting.NettoAccountingMethodImpl
- All Implemented Interfaces:
AccountingMethod
-
Constructor Summary
ConstructorDescriptionNettoAccountingMethodImpl
(BusinessUnitManager businessUnitManager, ActiveVatRateService activeVatRateService) -
Method Summary
Modifier and TypeMethodDescriptioncreateExclusiveAccoutings
(List<Entity> vouchers) createInclusiveAccountings
(List<Entity> vouchers) protected void
setVatAccount
(AccountingService.Accounting accounting, @Nullable Integer debitAccount, @Nullable Integer creditAccount, @Nullable Integer vatAccountNr, String voucherType) Methods inherited from class ch.tocco.nice2.optional.finance.api.service.accountingmethod.AbstractAccountingMethod
createAccountings
-
Constructor Details
-
NettoAccountingMethodImpl
public NettoAccountingMethodImpl(BusinessUnitManager businessUnitManager, ActiveVatRateService activeVatRateService)
-
-
Method Details
-
createInclusiveAccountings
-
createExclusiveAccoutings
-
setVatAccount
protected void setVatAccount(AccountingService.Accounting accounting, @Nullable @Nullable Integer debitAccount, @Nullable @Nullable Integer creditAccount, @Nullable @Nullable Integer vatAccountNr, String voucherType) - Specified by:
setVatAccount
in classAbstractAccountingMethod
-
getMethodName
-