Certificate Printing

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
albodes12
Posts: 4
Joined: 2015-10-23 23:55

Certificate Printing

Post by albodes12 » 2015-10-23 23:58

When I researched the Education Center, the documentation and pics showed you could print certificates but I didn't find any code in place for certificates.

User avatar
shasta59
AppGini Super Hero
AppGini Super Hero
Posts: 231
Joined: 2013-01-08 19:40
Location: Calgary, Alberta, Canada

Re: Certificate Printing

Post by shasta59 » 2015-10-25 21:51

Can you provide the link to where you saw the documentation and pics? I did a quick search of the AppGini site and could not find the docs or screenshots. Also did you load up the demo and run it?

In a quick review of the entire code base of the demo I can across the word certificate many times. So it must have this function.

And line 112 in incCommon.php reads:

Code: Select all

'enrollment' => array('Student Enrollments', 'Listing of students who attended or will attend a specific course. This also tracks their course score and you can print the course certificate from here.', 'resources/table_icons/data_chooser.png'),
So as you can see you can do it. Please get back to this forum after you have loaded the app on your server and run it to see if it works. If there is a problem then please advise the nature of this issue and maybe someone on here can help further.

This may not be the answer you are looking for but it does show the code contains reference to certificates.

Alan
Calgary, Alberta, Canada - Using Appgini 5.50 -

albodes12
Posts: 4
Joined: 2015-10-23 23:55

Re: Certificate Printing

Post by albodes12 » 2015-10-26 19:25

Here is the link from the Appgini site which shows the screen shot of the certificate and available option.
http://bigprof.com/appgini/applications ... er-manager
The table field 'certificate_notes' is present and is shown as a link in the html table when a value is entered but only links back to the student profile. Nor is there a function to render a certificate

User avatar
shasta59
AppGini Super Hero
AppGini Super Hero
Posts: 231
Joined: 2013-01-08 19:40
Location: Calgary, Alberta, Canada

Re: Certificate Printing

Post by shasta59 » 2015-10-26 19:36

You were speaking about Education Center in your first posting and now Online Training Centre Manager. Two different things. (or maybe the same with a name change)
Here is the link to Education Centre

http://bigprof.com/appgini/samples

Which is the one I looked up based upon your post. That is why I could not find the screen shots there are none for Education Centre but there is for OTCM.

Which one have you loaded? Education Center or Online Training Center Manager?

I suspect they are the same thing but maybe the AppGini website needs to clarify the name change.

Thanks
Calgary, Alberta, Canada - Using Appgini 5.50 -

albodes12
Posts: 4
Joined: 2015-10-23 23:55

Re: Certificate Printing

Post by albodes12 » 2015-10-27 17:38

I am referring to OTCM. Sorry for the confusion

albodes12
Posts: 4
Joined: 2015-10-23 23:55

Re: Certificate Printing

Post by albodes12 » 2015-11-06 15:32

Is there any update regarding the certificate printing feature of OTCM?

Noha Eshra
Moderator
Posts: 82
Joined: 2013-11-11 19:21

Re: Certificate Printing

Post by Noha Eshra » 2015-11-19 20:02

Hi there,

sorry for the long delay.

Attached please find a file called "enrollment_templateDVP.html". Please save it to the templates folder in place of the generated one. After doing so, go to the "Student Enrollments" table, choose any record, click the "Print Preview", where you'll find the certificate displayed.

Regards,

Noha
Attachments
enrollment_templateDVP.zip
(781 Bytes) Downloaded 302 times

Post Reply