Template Roll Printer with options (for 2.2.6, 2.3, 2.3.4, 2.4.0, 2.4.4)
-
for me the zooming function in printing is fine. i really tried this, and i saw the difference in printing-funktion per browser.
regarding to the barcode… http://jsfiddle.net/Idioblast/3j1mnwe3/
which files do i have to edit. sorry for the stupid question, but i read the post and the fiddle but this not clear to me
-
i think the js-code is to put somewhere around here, but where exactly :/
if ($printThis == 1) { echo "".$voucherTitle."![Logo](voucherfiles/logo.png)".$voucherInfo."{$v}".$thisVoucherDuration."".$voucherExpiration.""; $i++; if ($i == 21) { echo ""; $i = 0;
-
for me the zooming function in printing is fine. i really tried this, and i saw the difference in printing-funktion per browser.
regarding to the barcode… http://jsfiddle.net/Idioblast/3j1mnwe3/
which files do i have to edit. sorry for the stupid question, but i read the post and the fiddle but this not clear to me
Ini the "services_captiveportal_vouchers_print.php" file, line 49, you'll find the opening tag, in the head just add a link to the js file (download: http://barcode-coder.com/js/jquery-barcode-last.min.js) and put in in the same folder as the .css file and others. Then add the javascript code you can fine in Jsfiddle at the end, before the closing body tag.
-
for me the zooming function in printing is fine. i really tried this, and i saw the difference in printing-funktion per browser.
regarding to the barcode… http://jsfiddle.net/Idioblast/3j1mnwe3/
which files do i have to edit. sorry for the stupid question, but i read the post and the fiddle but this not clear to me
Ini the "services_captiveportal_vouchers_print.php" file, line 49, you'll find the opening tag, in the head just add a link to the js file (download: http://barcode-coder.com/js/jquery-barcode-last.min.js) and put in in the same folder as the .css file and others. Then add the javascript code you can fine in Jsfiddle at the end, before the closing body tag.
Of which file?
-
Just if anybody else gets the problem. the barcode-part from js was not executed no matter where i put the code… i needed the following line in frint to be sure it will be executed:
$(document).ready(function() {
in context:
-
Hi and great work.
Is there any chance we could have the Print button put on:
Status / Captive Portal / Zone / Voucher Rolls
instead of (or in addition to) Services / Captive Portal / Zone / Vouchers ?
I'd like to be able to give users only the permission for printing tickets, but at the moment I have to give them access to services to get to the print button.
I.E. an extra column for Actions with the Print button.Thanks.
-
Hey mates, i need help about the way to install vouchergenerator, i could not find the way, please help…
-
Hey mates, i need help about the way to install vouchergenerator, i could not find the way, please help…
Hello, inside the zip file you have a readme.txt file you can follow step by step. If you don't know how to upload or overwrite the files, it's easy, you just need an SCP client to connect to the pfsense (just like FTP). From windows you can use winSCP to setup a connection to the pfsense IP using SCP protocol.
-
i could not find the ''readme.txt file'' you were talking about, and the here is not guiding on how to install vouchergenerator, please here is my email address bejoedson@gmail.com, send me all the file and tutorial there, please. i just need a way on how to design and print voucher code from pfsense
-
i could not find the ''readme.txt file'' you were talking about,….
It's in the ZIP file.
Called "readme.txt" :CAPTIVE PORTAL VOUCHERS PRINT TEMPLATE ------------------------------------------------------------------------------ By Daniele Arrighi <daniele.arrighi@gmail.com>Credits: Reward Gagarin <rewardgms@gmail.com>Ikkuranus ------------------------------------------------------------------------------ 1\. Edit css file to fit your needs and overwrite logo.png with your onw logo 2\. in /usr/local/www/ overwrite services_captiveportal_vouchers.php 3\. in /usr/local/www/ upload services_captiveportal_vouchers_options.php and services_captiveportal_vouchers_print.php 4\. create a new folder named: "voucherfiles" (without ", case sensitive) 5\. upload voucherfiles directory's files in the newly created directory 6\. Print from Services -> Captive Portal -> Vouchers Extra: If you want people with more limited accounts to print out vouchers without having full access to the WebUI add the portalprint.priv.inc file in the /etc/inc/priv/ folder.</rewardgms@gmail.com></daniele.arrighi@gmail.com>
-
Thank You very Much, i am going to try it and give You feedback. Thanks again…
-
Hi there,
since my last printing there were about 6 month gone. Everything was finde. Now i need more vouchers printed. And at "Captive Portal -> Vouchers" there is no more button to rpint :( I did not change anything - expect i did a reboot. All files are at place. I'm really struggeling :(
Any help would be wonderful
-
You upgraded last 6 months ?
If so, that explains …If not, redo what you did before : install the files etc.
-
yes i did upgrade. and the file services_captiveportal_vouchers.php was replaced by original.
-
yes i did upgrade. and the file services_captiveportal_vouchers.php was replaced by original.
You'll need to reinstall the plugin.
Please make a backup of the original services_captiveportal_vouchers.php file as I cannot assure compatibility for versions > 2.3…
If it works, let me know otherwise I'll have to work on it as soon as I have some spare time. :'(Thanks
-
-
Very Nice, this code is absolutely outstanding.
Is there any chances to get it working on versions 2.3.x or 2.4? I am looking for this feature a long time ago and this code would fit every need I have related to the voucher system.
I don't even know how to do it wrong when it comes about coding.
Can you help us @DanieleIT.
Best Regards
Michel Braga Guimarães
-
Hello,
It should already work for 2.3.x. Let me know if you can test it!
For 2.4 I'll have to check as soon as I have some spare time.
I'll let you know in this topic.
Ciao
-
Ok.. I had some spare time today :P ;D
Added 2.3.4 and 2.4.0 version (community edition).
Installation method is the same as usual.
Please check opening post for more details, instructions and downloads.Let me know if you are having problems with this.
Ciao
-
Prints only a blank page to me (2.4.0) :-/ (Voucher roll with 21 vouchers)
Edit: Should not name roll# with leading zeros like "0001". All good now.