Web based family history software

Question Multiple Assosiate-fields for birth and death data entry

  • carosaar
  • Topic Author
  • Offline
  • New Member
  • New Member
More
3 months 3 weeks ago - 3 months 3 weeks ago #1 by carosaar
Hello
When entering birth and death dates, I also regularly use the "Assosiate" field to record notifiers or witnesses of the notarization. In my opinion, it would be necessary to offer at least two assosiate fields, that births and deaths were regularly registered by several people. A similar solution can already be found in the entry of marriage dates, where two association fields are offered.
Is there a way to set this up for births and deaths as well?
Thank you
Greeting
Dieter Eckstein

---
Dieter Eckstein
Last edit: 3 months 3 weeks ago by carosaar.

Please Log in or Create an account to join the conversation.

More
3 months 3 weeks ago - 3 months 3 weeks ago #2 by Franz Frese
if you "edit with all gedcom tags", you will find the associate.

If you have installed the vesta - extensions, you will find " Configure visibility of GEDCOM tags" at the bottom. Check that and use the corrsponding Wrench, which shows up at the items after checking.

may be this is also the answer for your other post.
Last edit: 3 months 3 weeks ago by Franz Frese.

Please Log in or Create an account to join the conversation.

  • carosaar
  • Topic Author
  • Offline
  • New Member
  • New Member
More
3 months 3 weeks ago #3 by carosaar
Thanks Franz Frese,

Thanks for the answer. Displaying the field in the capture mask is not the problem. It is a matter of offering the field several times in the entry mask, as is already the case with the data entry of the marriage data:
 

 

---
Dieter Eckstein

Please Log in or Create an account to join the conversation.

More
3 months 3 weeks ago #4 by Franz Frese
you have to fill and save one asso.
an additional asso line shows up, on next edit. 

Please Log in or Create an account to join the conversation.

  • carosaar
  • Topic Author
  • Offline
  • New Member
  • New Member
More
3 months 3 weeks ago #5 by carosaar
Thanks for the tip. That's how I did it all the time. However, this means increased effort if I have to open the edit mask several times for a birth or death to enter further witnesses of the event. 
Obviously, it's not a matter of program setting, but a new functionality.

Perhaps the topic should also be located elsewhere. New features or something...

Greating

---
Dieter Eckstein

Please Log in or Create an account to join the conversation.

More
3 months 3 weeks ago - 3 months 3 weeks ago #6 by fisharebest
Firstly, GEDCOM 5.5.1 only allows ASSO fields for *individuals*, not for facts and events.

This is a webtrees extension.

For CHR, BAPM and MARR, we show 2 _ASSO fields as these events traditionally have two witnesses.

You can either

(A) modify this behaviour by creating a simple module. Copy the example module and add/modify a function "boot()" with the following:

Code:
Registry::elementFactory()->registerSubTags([ 'INDI:BIRT' => [['_ASSO', '2:M', 'NOTE']], 'INDI:DEAT' => [['_ASSO', '2:M', 'NOTE']], ]);


This will override the default definitions, and provide
two associate fields for birth and death.

The third field ('NOTE') simply says that _ASSO comes before NOTE in the forms.

or (B) persuade the community that the default for these (and other?) events should have 2/5/10/whatever copies of the ASSO field.

/edit - This should be open-bracket, B, close bracket.  The forum insists on turning it into an emoji, and I wish it didn't!

Greg Roach - greg@subaqua.co.uk - @fisharebest@phpc.social - fisharebest.webtrees.net
Last edit: 3 months 3 weeks ago by fisharebest.

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum