From b87f32028dc1cf9f325d390fda9d71b8b4db8342 Mon Sep 17 00:00:00 2001 From: Ralph Soika Date: Wed, 7 Feb 2024 10:39:03 +0100 Subject: [PATCH] fixed input of invoice.exchangerate field - replace , with . --- .../forms/alexander/sub_exchange_rate.xhtml | 20 ++++--- .../forms/alexander/sub_process.xhtml | 52 +++++++------------ .../parts/alexander/exchangerate.xhtml | 16 +++--- 3 files changed, 34 insertions(+), 54 deletions(-) diff --git a/office-alexander-logistics-app/src/main/webapp/pages/workitems/forms/alexander/sub_exchange_rate.xhtml b/office-alexander-logistics-app/src/main/webapp/pages/workitems/forms/alexander/sub_exchange_rate.xhtml index ebe4a50..2f3fcd6 100644 --- a/office-alexander-logistics-app/src/main/webapp/pages/workitems/forms/alexander/sub_exchange_rate.xhtml +++ b/office-alexander-logistics-app/src/main/webapp/pages/workitems/forms/alexander/sub_exchange_rate.xhtml @@ -1,9 +1,6 @@ - +
@@ -13,14 +10,15 @@
- + value="#{workitem.item['invoice.exchangerate']}" + onchange="this.value=this.value.replace(',', '.');"> +
- - - + + +
diff --git a/office-alexander-logistics-app/src/main/webapp/pages/workitems/forms/alexander/sub_process.xhtml b/office-alexander-logistics-app/src/main/webapp/pages/workitems/forms/alexander/sub_process.xhtml index 32b6f0a..92e40db 100644 --- a/office-alexander-logistics-app/src/main/webapp/pages/workitems/forms/alexander/sub_process.xhtml +++ b/office-alexander-logistics-app/src/main/webapp/pages/workitems/forms/alexander/sub_process.xhtml @@ -1,17 +1,13 @@ -

#{app.sub_dispatch}

- +
@@ -19,14 +15,11 @@
- + - + - + @@ -44,8 +37,7 @@ value="#{workflowController.workitem.item['space.ref']}"> - + @@ -57,24 +49,21 @@ - +
Sachbearbeiter:*
- + + - + - @@ -84,8 +73,7 @@ - +
@@ -96,10 +84,8 @@ value="#{workflowController.workitem.item['sb.assist']}"> - - + @@ -118,7 +104,8 @@
+ value="#{workitem.item['invoice.exchangerate']}" + onchange="this.value=this.value.replace(',', '.');">
@@ -128,5 +115,4 @@ - - + \ No newline at end of file diff --git a/office-alexander-logistics-app/src/main/webapp/pages/workitems/parts/alexander/exchangerate.xhtml b/office-alexander-logistics-app/src/main/webapp/pages/workitems/parts/alexander/exchangerate.xhtml index 7281c2b..1f5ba90 100644 --- a/office-alexander-logistics-app/src/main/webapp/pages/workitems/parts/alexander/exchangerate.xhtml +++ b/office-alexander-logistics-app/src/main/webapp/pages/workitems/parts/alexander/exchangerate.xhtml @@ -1,21 +1,17 @@ - - + - + - - + \ No newline at end of file