Difference between revisions of "Main parents family in Gramps"

From Gramps
Jump to: navigation, search
m (get_main_parents_family_handle(self))
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
The concept of '''main parents family''' is useful in Genealogy, and therefore in Gramps you can define one of the families that a person is affiliated to to be the main parents family for that person. Whenever Gramps has to decide which parents family is the most important for a person, for reports, etc, it will decide based on this. The main parents family is the first family in the parents family order. The order can be changed by using the Reorder button in Relationships View.
 
The concept of '''main parents family''' is useful in Genealogy, and therefore in Gramps you can define one of the families that a person is affiliated to to be the main parents family for that person. Whenever Gramps has to decide which parents family is the most important for a person, for reports, etc, it will decide based on this. The main parents family is the first family in the parents family order. The order can be changed by using the Reorder button in Relationships View.
  
See file: [http://svn.code.sf.net/p/gramps/code/trunk/gramps/gen/lib/person.py trunk/gramps/gen/lib/person.py], get_main_parents_family_handle().
+
See file: [https://github.com/gramps-project/gramps/blob/master/gramps/gen/lib/person.py#L1056 master/gramps/gen/lib/person.py], get_main_parents_family_handle().
  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:GEPS]]
 
[[Category:GEPS]]

Revision as of 04:40, 17 September 2015

The concept of main parents family is useful in Genealogy, and therefore in Gramps you can define one of the families that a person is affiliated to to be the main parents family for that person. Whenever Gramps has to decide which parents family is the most important for a person, for reports, etc, it will decide based on this. The main parents family is the first family in the parents family order. The order can be changed by using the Reorder button in Relationships View.

See file: master/gramps/gen/lib/person.py, get_main_parents_family_handle().