Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEOPLE: Neue Attribute Person #16

Closed
3 tasks done
mtnstar opened this issue Mar 2, 2022 · 1 comment · Fixed by #18
Closed
3 tasks done

PEOPLE: Neue Attribute Person #16

mtnstar opened this issue Mar 2, 2022 · 1 comment · Fixed by #18
Assignees

Comments

@mtnstar
Copy link
Member

mtnstar commented Mar 2, 2022

Im SWW Wagon sollen folgende Custom Attribute auf der Person erstellt werden:

  • alabus_id, string, null: true, unique: true
    • wird im UI nicht angezeigt
    • readonly attribut
    • dient als Identifikator für weitere Imports aus Alabus (z.B. Rechnungen)
  • member_number (Mitglieder-Nummer), :integer, unique: false, null: false, attr_readonly
    • für neue Entries wird dieser Wert automatisch inkrementiert, 300'000 als Startwert
    • kann nicht manuell erfasst/editiert werden
  • custom_salutation (Benutzerdefinierte Anrede), :string, null: true
  • magazin_abo_number (Abonummer Magazin): :string, null: true
  • language: PEOPLE: Sprache/Korrespondenzsprache als Core Feature hitobito#1663

ToDo

  • DB Migration mit neuen Attributen erstellen
  • übersetzung DE für Attribute
  • Autoinkrement für member_number implementieren
@mtnstar
Copy link
Member Author

mtnstar commented Mar 4, 2022

branch feature/16_person_attributes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants