From 9b97608a24a81e64eb98f4f82367de6ebb63df28 Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 5 Aug 2022 15:49:37 +0200 Subject: [PATCH 01/33] remove required from form.memo --- frontend/src/components/Contributions/ContributionForm.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue index d0de061d3..d79a19a09 100644 --- a/frontend/src/components/Contributions/ContributionForm.vue +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -31,7 +31,6 @@ {{ error }} From ff2ecd5363679ac9cba56ed2ed242941a3ae116c Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 5 Aug 2022 16:47:08 +0200 Subject: [PATCH 02/33] add formatter on input amount replace point and comma --- frontend/src/components/Contributions/ContributionForm.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue index d0de061d3..890ffe363 100644 --- a/frontend/src/components/Contributions/ContributionForm.vue +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -58,6 +58,7 @@ type="number" min="1" :max="isThisMonth ? maxGddThisMonth : maxGddLastMonth" + :formatter="numberFormat" >
Date: Fri, 5 Aug 2022 17:56:54 +0200 Subject: [PATCH 03/33] add asteriks to mandatory field --- .../src/components/Contributions/ContributionForm.vue | 9 ++++++--- frontend/src/locales/de.json | 5 ++++- frontend/src/locales/en.json | 5 ++++- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue index d79a19a09..53610ca6b 100644 --- a/frontend/src/components/Contributions/ContributionForm.vue +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -13,7 +13,7 @@
- + - + {{ error }}
- + +

{{ $t('math.asterisk') }} {{ $t('form.mandatoryField') }}