From c6fe83638aca236da64641a56fa22ae5b07e5876 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 24 Jun 2018 14:55:41 +0200 Subject: [PATCH] Don't cherry-pick: - need to invoke renderUser() instead, strange is that my IDE didn't show this error but okay. - added register number to dialog box - added missing i18n strings MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- src/java/org/mxchange/localization/project_de_DE.properties | 2 ++ src/java/org/mxchange/localization/project_en_US.properties | 2 ++ web/admin/financial/receipt/admin_receipt_list.xhtml | 5 ++++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/java/org/mxchange/localization/project_de_DE.properties b/src/java/org/mxchange/localization/project_de_DE.properties index fa67bafe..6c726655 100644 --- a/src/java/org/mxchange/localization/project_de_DE.properties +++ b/src/java/org/mxchange/localization/project_de_DE.properties @@ -365,3 +365,5 @@ ADMIN_EDIT_GENERIC_PRODUCT_MINIMUM_DATA=Sie koennen hier alle Werte aendern aber #@TODO Please fix German umlauts! BUTTON_ADMIN_EDIT_GENERIC_PRODUCT=Allgemeines Produkt aendern ENTER_RECEIPT_TRANSACTION_NUMBER=Transaktionsnummer eingeben: +RECEIPT_REGISTER_NUMBER_HEADER=Kassennummer: +RECEIPT_REGISTER_NUMBER_TITLE=Kassenummer des Kassenbons. diff --git a/src/java/org/mxchange/localization/project_en_US.properties b/src/java/org/mxchange/localization/project_en_US.properties index 72e95267..a8fbfd8b 100644 --- a/src/java/org/mxchange/localization/project_en_US.properties +++ b/src/java/org/mxchange/localization/project_en_US.properties @@ -271,3 +271,5 @@ ADMIN_EDIT_GENERIC_PRODUCT_TITLE=Edit product id {0} ADMIN_EDIT_GENERIC_PRODUCT_MINIMUM_DATA=You can edit all values here but enter or select at least all marked (*) values. BUTTON_ADMIN_EDIT_GENERIC_PRODUCT=Change generic product ENTER_RECEIPT_TRANSACTION_NUMBER=Enter transaction Number: +RECEIPT_REGISTER_NUMBER_HEADER=Register number: +RECEIPT_REGISTER_NUMBER_TITLE=Register's number of receipt. diff --git a/web/admin/financial/receipt/admin_receipt_list.xhtml b/web/admin/financial/receipt/admin_receipt_list.xhtml index 69821d59..dadecc3a 100644 --- a/web/admin/financial/receipt/admin_receipt_list.xhtml +++ b/web/admin/financial/receipt/admin_receipt_list.xhtml @@ -222,11 +222,14 @@ - + + + + -- 2.39.5