Interface AccountingMethod
- All Known Implementing Classes:
AbstractAccountingMethod, BruttoAccountingMethodImpl, NettoAccountingMethodImpl
public interface AccountingMethod
-
Method Summary
Modifier and TypeMethodDescriptioncreateExclusiveAccoutings(List<Entity> vouchers) createInclusiveAccountings(List<Entity> vouchers)
-
Method Details
-
createInclusiveAccountings
-
createExclusiveAccoutings
-
getMethodName
String getMethodName()
-