Menu

"Child's number" in Check-i...

Marc
2011-06-08
2015-04-04
  • Marc

    Marc - 2011-06-08

    I'm trying to figure out how to use the checkin/checkout system but can't figure out what this "Child's number" is that it needs to check kids in. Can anyone provide some insight?

    Thanks

     
  • Michael Wilt

    Michael Wilt - 2011-06-12

    This feature wasn't really finished, but I have heard it works for some people.  I believe the "Child's Number" is the person record ID field per_id in person_per.  I think the original plan was to print out some sort of name tag or ID that shows this number.

    Mike

    Michael Wilt
    ChurchInfo Team Leader

     
  • Anonymous

    Anonymous - 2011-10-26

    Yes it works, you can edit this file PersonView.php so you can see the record #s to both know them and even make bar code badges.  Be sure not to add my ADD -- > indicators.

                     echo "<font size=\"4\"><b>";
                     echo FormatFullName($per_Title, $per_FirstName, $per_MiddleName, $per_LastName, $per_Suffix, 0);
    ADD -- >                 echo "<br>";
    ADD -- >                 echo gettext("Person # ");
    ADD -- >                 echo $per_ID;
                    echo "</font></b><br>";

     
  • Scott

    Scott - 2014-06-04

    I did this but I can't find out how to export it as a CSV file. Is there a way to have a field that tells you the number?

     
  • Luke

    Luke - 2014-06-09

    If I understand you right, This might help.
    https://sourceforge.net/p/churchinfo/discussion/401179/thread/e3879fda/

    I changed the check-in page to let me search for the child by name, but it still enters the ID as the answer.

    The ID is the unique number of the individual record in the DB.

     
  • Michael Wilt

    Michael Wilt - 2014-06-13

    In version 1.2.13 you should be able to print name tags that show the ID.

    Mike

    Michael Wilt
    ChurchInfo Team Leader

     
  • Scott

    Scott - 2014-06-16

    1.2.13 let's you print them as a pdf. But I'd like to be able to export it as a an excel file so I can use it with my name tag printing software. Thanks everyone for your help

     
    • ajcke

      ajcke - 2015-04-04

      Scott, Did you figure out how to get the ID's to show up in an export?

       

Log in to post a comment.