• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Offline Ticket Subscribers Validation process

Offline Ticket Subscribers Validation process 8 years 8 months ago #35515

  • rakeshy
  • rakeshy's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 97
  • Thank you received: 3
My event is upcoming weekend and I am a bit stressed about the validation process.

In the backend at Subscribers there is a Scan Ticket field, but what about offline validation? Hope there is some experience with this, please advise.


It really needs to be quick process. Having to wait for pageloads is not possible for such a busy situation.

Any of my solutions need: name, tickets, Barcode NR in excel columns! But this is not possible, there is only a PDF export possible.
Last Edit: 8 years 8 months ago by rakeshy.
The administrator has disabled public write access.

Offline Ticket Subscribers Validation process 8 years 8 months ago #35517

  • rakeshy
  • rakeshy's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 97
  • Thank you received: 3
Located another problem, the Barcode Scan function of Subscribers seems to be working only with lowercase. Yet all barcode scanners generate capitals.

Anyone know how to modify RSevents code to except Capitals in the barcode?

Seems the helpdesk not in: We will be out of office on Friday, 22nd of July. We will resume normal working hours on Monday.
Last Edit: 8 years 8 months ago by rakeshy.
The administrator has disabled public write access.

Offline Ticket Subscribers Validation process 8 years 8 months ago #35520

  • rakeshy
  • rakeshy's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 97
  • Thank you received: 3
Found a easy way to set the Capitals from the Barcodescanner to lowercase:
onChange="javascript:this.value=this.value.toLowerCase();"

in the file /administrator/components/com_rseventspro/views/subscriptions/tmpl/scan.php

creating
<?php echo JHtml::_('rsfieldset.element', '<label for="ticket">'.JText::_('COM_RSEVENTSPRO_SCAN_LABEL').'</label>', '<input type="text" name="ticket" id="ticket" tabindex="1" onChange="javascript:this.value=this.value.toLowerCase();" />'); ?>
		<?php echo JHtml::_('rsfieldset.end'); ?>

Then going to the RSevents Settings>Events/Barcode prefix field and set it to something with lowercase like: rst-

There is probably a more easy way with php, but atleast this works now.
The administrator has disabled public write access.

Offline Ticket Subscribers Validation process 8 years 8 months ago #35521

  • rakeshy
  • rakeshy's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 97
  • Thank you received: 3
Seems my mobile Barcode scanners apps can't handle javascript. So this solution only works with laptop/desktop browser.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!