Interface AccountingService
- All Known Implementing Classes:
AccountingServiceImpl
public interface AccountingService
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateAccountings
(List<Entity> vouchers) creates accountings for a list of vouchers@Nullable Entity
getVoucher
(AccountingService.Accounting accounting)
-
Method Details
-
createAccountings
creates accountings for a list of vouchers- Parameters:
vouchers
- the list of vouchers- Returns:
- the created accountings
-
getVoucher
-