]> git.plutz.net Git - confetti/commitdiff
Includ bday field in quick entries
authorPaul Hänsch <paul@plutz.net>
Wed, 10 Feb 2021 11:41:13 +0000 (12:41 +0100)
committerPaul Hänsch <paul@plutz.net>
Wed, 10 Feb 2021 11:41:13 +0000 (12:41 +0100)
cards/new_card.sh
l10n.sh

index 0273a2cb44ac481c2c6f7554e3e3782a855be3a0..424f242904f027d46787a0e033cd488662bb71e7 100755 (executable)
@@ -31,13 +31,14 @@ vcf_escape(){
   | sed -E ':X;$!{N;bX}; s;\n;\;;g'
 }
 
   | sed -E ':X;$!{N;bX}; s;\n;\;;g'
 }
 
-IFS='|' read -r date fn ln bmonth byear tel tcell junk1 email junk2 note <<-EOF
+IFS='|' read -r date fn ln bday bmonth byear tel tcell junk1 email junk2 note <<-EOF
        $(POST seed |tr \\t \|)
        EOF
 
 [ ${#byear} = 1 ] && byear="200$byear"
 [ ${#byear} = 2 ] && byear="20$byear"
 [ ${#bmonth} = 1 ] && bmonth="0$bmonth"
        $(POST seed |tr \\t \|)
        EOF
 
 [ ${#byear} = 1 ] && byear="200$byear"
 [ ${#byear} = 2 ] && byear="20$byear"
 [ ${#bmonth} = 1 ] && bmonth="0$bmonth"
+[ ${#bday} = 1 ] && bday="0$bday"
 
 mn=""
 case $fn in
 
 mn=""
 case $fn in
@@ -57,7 +58,7 @@ if mkdir "$lockdir"; then
        VERSION:4.0
        N:$(vcf_escape "$ln" "$fn" "$mn" "" "")
        FN:$(vcf_escape "${fn}${mn:+ }${mn} ${ln}")
        VERSION:4.0
        N:$(vcf_escape "$ln" "$fn" "$mn" "" "")
        FN:$(vcf_escape "${fn}${mn:+ }${mn} ${ln}")
-       BDAY:$(parse_date "${byear}-${bmonth}-01")
+       BDAY:$(parse_date "${byear}-${bmonth}-${bday}")
        TEL:$(vcf_escape "$tel")
        TEL;TYPE=CELL:$(vcf_escape "$tcell")
        EMAIL:$(vcf_escape "$email")
        TEL:$(vcf_escape "$tel")
        TEL;TYPE=CELL:$(vcf_escape "$tcell")
        EMAIL:$(vcf_escape "$email")
diff --git a/l10n.sh b/l10n.sh
index cab5bdeada481d6bc8a4cbfbe7cd12722c6314ee..28a9ce79f70bd02c91db826e4ac3419de8dea38c 100755 (executable)
--- a/l10n.sh
+++ b/l10n.sh
@@ -116,7 +116,7 @@ l10n_global() {
 
     # UI Labels Special
     course_attendance) printf %s "Kurs&shy;teil&shy;nahme";;
 
     # UI Labels Special
     course_attendance) printf %s "Kurs&shy;teil&shy;nahme";;
-    vcf_seed_label) printf "Anmeld.    Vorn.   Nachn.  Geb. Monat      Geb. Jahr       Tel.    Mobil   ()      EMail   ()      Notiz";;
+    vcf_seed_label) printf "Anmeld.    Vorn.   Nachn.  Geb.Tag Geb.Monat       Geb.Jahr        Tel.    Mobil   ()      EMail   ()      Notiz";;
   
     gender_none) printf %s "keine Angabe";;
     gender_female) printf %s "Weiblich";;
   
     gender_none) printf %s "keine Angabe";;
     gender_female) printf %s "Weiblich";;