- Posts: 15
Question Maintaining IDs from an existing hardcopy family tree
- carlocol
- Topic Author
- Offline
- New Member
In the hardcopy book, every person has been given a unique code that is very useful for examining and navigating the book. An example code is 'B31': 1st child of 3rd child of individual with code 'B'. When I create the Gedcom file and import it into my webtrees site I would like to bring these codes across, and hopefully have them show up when a person is viewed.
Firstly: what is a suitable Gedcom tag/method to encode such data for each individual?
Secondly: does webtrees permit/support such a datum per individual? Where would it be shown?
Thanks in advance for any help.
Please Log in or Create an account to join the conversation.
- Franz Frese
- Offline
- Elite Member
you can create a tag of your own and maintain the content by hand. (I think, that is not what you want to do. It is work for trash.)
perhaps you can use the SOSA. There is a custom module for that.
Please Log in or Create an account to join the conversation.
- carlocol
- Topic Author
- Offline
- New Member
- Posts: 15
Regards.
Please Log in or Create an account to join the conversation.
- Franz Frese
- Offline
- Elite Member
a name and a date will be sufficiant to identify.
Please Log in or Create an account to join the conversation.
- carlocol
- Topic Author
- Offline
- New Member
- Posts: 15
Please Log in or Create an account to join the conversation.
- ddrury
- Offline
- Senior Member
--
Dave
Local: Win 11 Pro, WSL2/Ubuntu20.04.4, Apache 2.4.51, PHP 7.4.26/8.1.7, MySQL 8.0.27
Production: Litespeed 8.0.1, PHP 8.1.9, MySQL 8.0.26
Please Log in or Create an account to join the conversation.
- carlocol
- Topic Author
- Offline
- New Member
- Posts: 15
There is also the IDNO field. This might work.
Note: note all individuals have the code I am talking about. Only direct descendants of the patriarch have a code, so, for examples spouses of descendants don't have a code.
Please Log in or Create an account to join the conversation.
- Marky
- Offline
- New Member
- Posts: 93
This would mean it's seen on the page of that person and a search using the ID e.g. 'B31' will easily find them.
webtrees v2.1.20
PHP v8.1.27
Please Log in or Create an account to join the conversation.
- carlocol
- Topic Author
- Offline
- New Member
- Posts: 15
Please Log in or Create an account to join the conversation.
- norwegian_sardines
- Offline
- Platinum Member
- Posts: 3096
On top of that I’ve numbered the individuals with my own numbering system so that each individual (and family) can have a unique number that can be used externally for documents in my paper filling system.
All of these numbers are entered into the GEDCOM as INDI.REFN values, with a INDI.REFN.TYPE code that indicates where each number comes from. For example:
1 REFN LFD_1-5-3-3-3
2 TYPE Ludwig Fender Descendants
Where, the reference number (REFN) is a combination of unique prefix for the source material (LFD) followed by the number issued by the source material for that particular individual. The TYPE tag references the actual name of source material.
This provides me with a quick way to find the individual again in the source material and can be easily printed in a report under the name of the individual. This works better for me over referencing the source in a citation that could be at the bottom of the written page or at the end of my final book. The down side is that I must do this data entry by hand and I’m required to be very particular about the accuracy!
Ken
Please Log in or Create an account to join the conversation.
- fisharebest
- Offline
- Administrator
REFN is probably the one you want.
You will see it displayed in the "Extra information" sidebar on the right.
Greg Roach - greg@subaqua.co.uk - @fisharebest@phpc.social - fisharebest.webtrees.net
Please Log in or Create an account to join the conversation.
- carlocol
- Topic Author
- Offline
- New Member
- Posts: 15
One more question, if I import a GEDCOM INDI record containing, for example,
1 REFN LFD_1-5-3-3-3
2 TYPE Ludwig Fender Descendants
then will this show up in the webtrees website for that individual. Where and how will it show?
I would like it to show in a prominent position so a casual user sees it as soon as they view they individual's entry.
Regards,
Colin
Please Log in or Create an account to join the conversation.
- fisharebest
- Offline
- Administrator
If you disable this module, it will be shown in the "Facts and events" tab, along with birth, marriage, death, etc.
Greg Roach - greg@subaqua.co.uk - @fisharebest@phpc.social - fisharebest.webtrees.net
Please Log in or Create an account to join the conversation.
- carlocol
- Topic Author
- Offline
- New Member
- Posts: 15
I would simply add the book ID as a suffix to their name.
This would mean it's seen on the page of that person and a search using the ID e.g. 'B31' will easily find them.
I tried this, added B9 name suffix to an individual, but name still displays without (B9).
(I can't find function to add a screenshot to this post )
Please Log in or Create an account to join the conversation.
- norwegian_sardines
- Offline
- Platinum Member
- Posts: 3096
Ken
Please Log in or Create an account to join the conversation.
- Franz Frese
- Offline
- Elite Member
look at the screenshot.Did you put the (B9) in the NAME tag or just the NSFX tag?
must be both.
and preferable the first name tag
Please Log in or Create an account to join the conversation.
- norwegian_sardines
- Offline
- Platinum Member
- Posts: 3096
look at the screenshot.Did you put the (B9) in the NAME tag or just the NSFX tag?
must be both.
and preferable the first name tag
Franz, Just to be clear, you are responding to carlocol, not me!
Carlocal, Actually, if you want to do the “marky” concept rather than the better use of REFN as I suggested I would only put the (B9) in the GEDCOM NAME tag like this:
1 NAME John /Doe/ (B9)
2 GIVN John
2 SURN Doe
The REFN suggestion would look like this!
1 NAME John /Doe/
2 GIVN John
2 SURN Doe
1 REFN B9
2 TYPE The Book of Doe
Ken
Please Log in or Create an account to join the conversation.
- Franz Frese
- Offline
- Elite Member
dfrese.de/webtrees/tree/ahnen/individual...26/Betty-McMyers-B31
You can login with user Edit, pw EditEdit to see the raw gedcom
Please Log in or Create an account to join the conversation.
- carlocol
- Topic Author
- Offline
- New Member
- Posts: 15
I tried editing the GEDCOM (Edit the raw GEDCOM) following your example:
1 NAME Alexander /Mackay/
2 GIVN Alexander
2 SURN Mackay
1 REFN B92
However webtrees wouldn't accept the update - I can't post a screenshot here, but the entry widget showed a red border, but no error message.
I can't see any other way to edit 'REFN' other than through the Raw GEDCOM option.
Please Log in or Create an account to join the conversation.
- norwegian_sardines
- Offline
- Platinum Member
- Posts: 3096
To add REFN to an individual you must go to the Control Panel->Your Tree->Preferences and ad “Reference Number to the list of Facts for Individuals then you can add it like any other fact! Save your change.
Ken
Please Log in or Create an account to join the conversation.