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