Aquileo | Recent changes to Project Viva Visitor & Volunteer ID tracking https://sourceforge.net/p/viva-visitor/Recent changes to Project Viva Visitor & Volunteer ID tracking enFri, 06 Jul 2018 05:08:46 -0000Aquileo | Mods & Other postings here -----https://sourceforge.net/p/viva-visitor/discussion/mods/thread/8e7704fd/?limit=25#eff0<div class="markdown_content"><p>Hi all. We all can appreciate sharing ideas, concepts and code that help people out. That's why this software is free. By posting and adding to the collective, you agree you are bound by the same MIT licensing and that your code may be incorporated into a revision of the software. </p> <p>Now that's out of the way --- Keep Calm and CODE ON! :)</p></div>Nathan ShafferFri, 06 Jul 2018 05:08:46 -0000https://sourceforge.net879913931aa850dba3eb184de0d072b4970c92afAquileo | Configuring & Setup of Badge Printinghttps://sourceforge.net/p/viva-visitor/discussion/help/thread/8f69ad8e/?limit=25#2b34<div class="markdown_content"><p>OK that did it. However I did not have a Chrome icon in my systray. I had to open Chrome settings, advanced, system and disable from there. Plus I needed to add --kiosk to the command line as well. Everything is working as expected now. Thank you.</p> <p>I have made a few modifications to the original app but need some assistance in a few areas. I hope you don't mind if I make new threads for customization issues?</p></div>James AtwellThu, 05 Jul 2018 17:35:19 -0000https://sourceforge.net479c90673b0e150549d6432744e5114dce504941Aquileo | Configuring & Setup of Badge Printinghttps://sourceforge.net/p/viva-visitor/discussion/help/thread/8f69ad8e/?limit=25#8724<div class="markdown_content"><p>In Windows, you have to force Chrome to NOT fun in the background, otherwise the full screen will not kick in.</p> <p>right-click the chrome icon in the systray (by the clock) and UNCHECK "allow chrome to run in the background"</p> <p>then the full screen shortcuts will work! </p> <p><strong>Also taken from another site:</strong></p> <p>I create a shortcut on my desktop for chrome and then right click and choose properties.. in the "target" box, I add this:</p> <p>"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --kiosk --kiosk-printing "https://google.com/"<br/> here is the breakdown:</p> <p>--kiosk <br/> (makes it full screen on load)</p> <p>--kiosk-printing<br/> (makes the system auto print the default print setting when you click print - no asking the customer to click the print button)</p> <p>and the URL at the end is the homepage onload you want to launch with everytime</p> <p>pops ups MUST be "allowed" using a normal browser window first (otherwise you don't see the error) so be sure to force the website to pop before going full kiosk mode. Clicking allow always will solve this future issue.</p> <p>and the biggest problem is that you MUST force chrome to NOT run in the background, otherwise the full screen never kicks in.</p> <p>right-click the chrome icon in the systray (by the clock) and UNCHECK "allow chrome to run in the background"</p> <p>and then to close the full screen (besides alt-f4) i use this close kiosk chrome plugin: <a href="https://chrome.google.com/webstore/detail/close-kiosk/dfbjahmenldfpkokepmfmkjkhdjelmkb" rel="nofollow">https://chrome.google.com/webstore/detail/close-kiosk/dfbjahmenldfpkokepmfmkjkhdjelmkb</a></p> <p>the call for this plugin to kick in from a button onclick is:</p> <p>window.location.href = '/closekiosk';<br/> I hope this helps... I use kiosks for all of my public functions and the web is so much better than a crappy app.. easily fixed and managed. good luck!</p></div>Nathan ShafferThu, 05 Jul 2018 16:49:26 -0000https://sourceforge.neta2c32530cc3acf59dca6b2939425dee3d386706aAquileo | Configuring & Setup of Badge Printinghttps://sourceforge.net/p/viva-visitor/discussion/help/thread/8f69ad8e/?limit=25#4835<div class="markdown_content"><p>Unfortunately this does not launch my version of Chrome in full screen. Fore reference I'm on Windows 10 using Version 67.0.3396.99 (Official Build) (64-bit) of Chrome. I also don't have the flag "Disable Print Preview". Not that it matters as print preview is working and does print the label with the addition of "--kiosk-printing" to the command line. Thank you for that.</p> <p>The issue now is getting Chrome to launch in full screen. I can of course manually press F11, but since the goal is a kiosk unit, it defeats the purpose. Thanks for your assistance. </p></div>James AtwellThu, 05 Jul 2018 12:28:48 -0000https://sourceforge.net72bb2d44246119cd2346429c152dc77aeb016238Aquileo | Configuring & Setup of Badge Printinghttps://sourceforge.net/p/viva-visitor/discussion/help/thread/8f69ad8e/?limit=25#5c85<div class="markdown_content"><p>Below is for Windows. Getting it set up for Mac is similar but creating the shortcut is different. It is possible in Mac to create an icon with a terminal command that will launch Chrome in the appropriate configuration. </p> <p>////////////////////////////////////</p> <p>First, make sure that your badge printer is set as the default printer for your computer with the appropriate size for the "labels". </p> <p>Type about:flags in the address bar and ensure that the Disable Print Preview flag is NOT enabled (Print Preview must be enabled for Kiosk Printing to work)</p> <p>Navigate to your visitor main screen for "check-in" and copy the URL in the address bar above.</p> <p>Next, navigate to the Chrome settings page by typing chrome://settings/ into the address bar.</p> <p>Under the On Startup section, select open a specific page or set of pages and click set page.</p> <p>Paste your "check-in" Screen URL here and click save.</p> <p>After this, find the Chrome browser shortcut on your desktop, right click and select properties.</p> <p>Append the following text to the end of the target field after a space: --kiosk-printing</p> <p>Save these changes and launch Google Chrome. It should now load in full screen (kiosk) mode!</p> <p>The print preview will appear on your screen, but will instantly print a badge to your default printer and disappear.</p> <p>///////////////</p> <p>If you would like to start in full-screen mode when the computer first starts, create a shortcut (right click the desktop icon &amp; select "create shortcut"), then drag this into Program Files -&gt; Startup folder.</p> <p>If you need to access your browser in non-kiosk mode, create another shortcut on the desktop, but on this one remove the kiosk printing and mode flags. </p> <p>If you need to exit kiosk mode, pressing the Windows key on your keyboard, and you can close the kiosk window from the taskbar.</p></div>Nathan ShafferWed, 04 Jul 2018 05:01:25 -0000https://sourceforge.net71e9232ae4a6d24a271e09cf14574a8aaf988299Aquileo | Configuring & Setup of Badge Printinghttps://sourceforge.net/p/viva-visitor/discussion/help/thread/8f69ad8e/?limit=25#aab8<div class="markdown_content"><p>How does one configure badge printing? I'm unable to get the badge to print. I'm assuming it has to do with getting the browser in kiosk mode. However it looks like Chrome and Mozilla have removed this functionality. </p></div>James AtwellTue, 03 Jul 2018 17:38:15 -0000https://sourceforge.net937d898088563c34ff5c3fecedb16704c4073e0fAquileo | Home modified by Nathan Shafferhttps://sourceforge.net/p/viva-visitor/wiki/Home/<div class="markdown_content"><pre>--- v37 +++ v38 @@ -5,7 +5,7 @@ Website: http://www.bstechconsult.com - GITHUB CODE Site: https://github.com/newtron50/viva-visitor-volunteer-system + GITHUB CODE Site with latest files: https://github.com/newtron50/viva-visitor-volunteer-system --- links to other wiki pages [Basic Concepts Page](https://sourceforge.net/p/viva-visitor/wiki/Basic%20Program%20Concepts/) </pre> </div>Nathan ShafferWed, 02 May 2018 03:24:02 -0000https://sourceforge.net77f3114f898ba77ba3e461f2aa677a86f3e1a235Aquileo | Home modified by Nathan Shafferhttps://sourceforge.net/p/viva-visitor/wiki/Home/<div class="markdown_content"><pre>--- v36 +++ v37 @@ -5,7 +5,7 @@ Website: http://www.bstechconsult.com - **GITHUB CODE Site**: &lt;https: github.com="" newtron50="" viva-visitor-volunteer-system=""&gt; + GITHUB CODE Site: https://github.com/newtron50/viva-visitor-volunteer-system --- links to other wiki pages [Basic Concepts Page](https://sourceforge.net/p/viva-visitor/wiki/Basic%20Program%20Concepts/) </pre> </div>Nathan ShafferWed, 02 May 2018 03:23:48 -0000https://sourceforge.netb513bf14d596213b5cae1c151378cd7d85fc2d22Aquileo | Home modified by Nathan Shafferhttps://sourceforge.net/p/viva-visitor/wiki/Home/<div class="markdown_content"><pre>--- v35 +++ v36 @@ -5,7 +5,7 @@ Website: http://www.bstechconsult.com - **GITHUB CODE Site**: [https://github.com/newtron50/viva-visitor-volunteer-system](http://) + **GITHUB CODE Site**: &lt;https: github.com="" newtron50="" viva-visitor-volunteer-system=""&gt; --- links to other wiki pages [Basic Concepts Page](https://sourceforge.net/p/viva-visitor/wiki/Basic%20Program%20Concepts/) </pre> </div>Nathan ShafferWed, 02 May 2018 03:22:59 -0000https://sourceforge.net8e282e8755ff164620a4e7d4d1d456a896261de3Aquileo | Home modified by Nathan Shafferhttps://sourceforge.net/p/viva-visitor/wiki/Home/<div class="markdown_content"><pre>--- v34 +++ v35 @@ -5,7 +5,7 @@ Website: http://www.bstechconsult.com - **GITHUB CODE Site**: [https://github.com/newtron50/viva-visitor-volunteer-system](https://github.com/newtron50/viva-visitor-volunteer-system) + **GITHUB CODE Site**: [https://github.com/newtron50/viva-visitor-volunteer-system](http://) --- links to other wiki pages [Basic Concepts Page](https://sourceforge.net/p/viva-visitor/wiki/Basic%20Program%20Concepts/) </pre> </div>Nathan ShafferWed, 02 May 2018 03:21:46 -0000https://sourceforge.netd3b2c7ccae4db4b771dca560c04756e0c485817d