6,817
edits
Changes
From Gramps
m
A second example can be found in the Gramps codeדוגמה שנייה ניתן למצוא בקוד גרמפס עצמו. See לקריאה נוספת [https://github.com/gramps-project/gramps/blob/master/gramps/plugins/quickview/all_events.py all_events.py]. In this report, all events for a person are printed, and all events for a familyבדוח זה מודפסים כל האירועים לאדם וכל האירועים למשפחה. Two quick reports are hence registered, one for personלפיכך נרשמים שני דוחות מהירים, and one for familyאחד לאדם ואחד למשפחה.
→Example 2: translation
Here, the easy access classes from the [[Simple Access API]] have been used to quickly achieve what we want.
==Example 2דוגמה שניה==
==הערות==