Allow the user to create manual bookings

This commit is contained in:
Lukas Fürderer 2020-06-05 18:45:25 +02:00 committed by Hannes
parent 6d8a36b7ac
commit fc68e231d3
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
package org.hso.ecommerce.controller.intern.customers;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.hso.ecommerce.controller.intern.accounting.AccountingController;
import org.hso.ecommerce.controller.intern.accounting.AccountingController.ShortTemplateBookingResult;
import org.hso.ecommerce.entities.booking.Booking;
import org.hso.ecommerce.entities.booking.BookingAccountEntry;
import org.hso.ecommerce.entities.shop.CustomerOrder;