feature/cash_bookings #55
2 Participants
Due Date
No due date set.
Blocks
#58 feature/customers
localhorst/e-commerce
Reference: localhorst/e-commerce#55
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/cash_bookings"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +169,4 @@}@GetMapping("/intern/accounting/")public String accounting(HttpServletRequest request) {Statt
requestwird eigentlichmodelverwendet.@ -0,0 +205,4 @@}@GetMapping("/intern/accounting/vat")public String accountingVat(HttpServletRequest request) {Statt
requestwird eigentlichmodelverwendet.@ -0,0 +214,4 @@}@GetMapping("/intern/accounting/main")public String accountingIntern(HttpServletRequest request) {Statt
requestwird eigentlichmodelverwendet.@ -0,0 +212,4 @@} catch (NumberFormatException e) {throw new InvalidFormDataException("Die angegebene Kunden-Nr. ist ungültig.");}return bookingAccountEntryRepository.getByUser(userId).or(() -> {.or() ist erst ab Java 9 verfügbar
@ -0,0 +224,4 @@} catch (NumberFormatException e) {throw new InvalidFormDataException("Die angegebene Lieferanten-Nr. ist ungültig.");}return bookingAccountEntryRepository.getBySupplier(supplierId).or(() -> {.or() ist erst ab Java 9 verfügbar
@ -4,3 +16,3 @@@Controller//@RequestMapping("...")@RequestMapping("/intern/customers")Wird das nicht in feature/customers gemacht?
Ich hab die Anzeige der Buchungen in der Kundenübersicht implementiert.
Dieser Branch ist auch schon mit feature/customers zusammengeführt.
@ -36,3 +36,3 @@@Autowiredprivate final BookingRepository bookingRepository = null;private AccountingController accountingController = null;Soll das nicht final sein?
@ -24,3 +24,3 @@<div class="s"><label for="amount">Betrag</label><input type="number" step="0.01" name="amount" value="0.00"/> EUR<input type="number" step="0.01" th:field="*{amount}" /> EURDie id für's label fehlt.
Die Änderungen hab ich durchgeführt.
lgtm