Certificate Printing
Certificate Printing
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.
Re: Certificate Printing
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:
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
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'),
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 -
Re: Certificate Printing
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
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
Re: Certificate Printing
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
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 -
Re: Certificate Printing
I am referring to OTCM. Sorry for the confusion
Re: Certificate Printing
Is there any update regarding the certificate printing feature of OTCM?
-
- Moderator
- Posts: 82
- Joined: 2013-11-11 19:21
Re: Certificate Printing
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
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