Interface CreateVoucherService
- All Known Implementing Classes:
CreateVoucherServiceImpl
public interface CreateVoucherService
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
bean class containing default values from a Voucher_type formatted for use in js -
Method Summary
Modifier and TypeMethodDescriptiongetBruttoNettoMwst
(BigDecimal amount, org.joda.time.LocalDate voucherDate, String roundingEntityUri, @Nullable String vatCodeUri) getComboBoxValues
(@Nullable Entity entity) getFormValuesOnVoucherTypeChange
(Map<String, Object> values)
-
Method Details
-
getFormValuesOnVoucherTypeChange
CreateVoucherService.VoucherTypeDefaultValues getFormValuesOnVoucherTypeChange(Map<String, Object> values) throws UnresolvableUriException, UriStoreException, PersistException, URISyntaxException -
getBruttoNettoMwst
VoucherService.VoucherTotals getBruttoNettoMwst(BigDecimal amount, org.joda.time.LocalDate voucherDate, String roundingEntityUri, @Nullable @Nullable String vatCodeUri) throws UnresolvableUriException, UriStoreException, URISyntaxException, PersistException -
getComboBoxValues
-