Commit Graph

240 Commits

Author SHA1 Message Date
Sam Bell 89969e1b68 Merged pull request with localisation 2018-06-04 17:28:21 +01:00
Sam Bell d2180ea92b Merge pull request #380 from samdb/master
Addition of tax options
2018-06-04 17:03:47 +01:00
Sam Bell 0a6ddf56f6 Logo URL fix 2018-05-06 13:12:37 +01:00
Sam Bell c519ae318b Hide unpublished listings from organizer page 2018-05-06 13:07:02 +01:00
Jacek Marianski 83205555d7 (localization) Several big changes:
1) Added localization components to the package. They allow usage of localized routes, like http://attendize.site/en/login
2) Added English and Polish localization files. They are ugly, repetitive, but mostly true to the original and relevant. It required rewriting several phrases, and certainly required editing most of the views and controllers.
3) Edited routes to accomodate point 1
4) Rewritten several rules regarding dates. In most cases using English notation (with English names for months) is bad in all other languages. I used environment wide date format that is used.
5) Updated installer. Haven't tested it yet, but should work. Rewrites .env.example file instead of creating it from scratch (by concatenating strings).

There are some minor changes that were simple fixes or other funky requirements from my employer that kinda make sense:
1) QR code reader wasn't working in firefox, fixed it. Works in chrome/firefox on mobile on https sites.
2) Added subscript text in some instances: below ticket registration, below ticket. It is kinda dumb, but in most cases is necessary to receive less complaints from clients.
3) Fixed geocoding api by adding api key in env file. At some point in 2016-2017 it was required by google to use API key from developer console and this requirement wasn't challenged in the code.
4) Ticket has been displaying either flyer or site logo on the side. Now displays both (which may affect 1d barcode - it might need some fixin). Regarding the same issue - description of an event contained the flyer image on the side, it was removed, cause it didn't fit in here.
5) Ticket style was updated, because of the above and because it didn't fit longer character strings. Now it's slightly uglier, but works in all cases.
and other.

There are also some inconveniences, like:
1) Unfinished translations. It was impossible for me to create translations based on strings located inside of a database, which I ignored (I think it's only at one place - surveys).
2) Ugly translation files. At some point I thought it is going to be easier to locate when I try translating vased by file name. Later I divided it by topics, and then I segmented it even more. It might require some serious clean-up.
3) Redundancy. In some cases there are several definitions for the same phrase in my localization files. I used it mostly to protect myself from different contexts for the phrase usage in different languages.
4) File division. There are several files that are placed in dedicated language directory (in /view/, like /view/pl/ or /view/en/). These files don't use language phrases, but they are translated as a whole. Mostly because using language phrases would make those view files unreadable.
5) Localzation helper marks some phrases as obsolete (in file "basic"), because they are used in app/Helpers folder (where this plugin doesn't reach)
2018-05-03 23:41:22 +02:00
Sam Bell 8c5c0ad656 Merge pull request #2 from Attendize/master
Merge typos
2018-03-29 15:52:02 +01:00
Sam Bell e2dcf4e805 Updated incorrect page title 2018-03-29 15:25:05 +01:00
Sam Bell f8ea51dd97 Add VAT and updated totals to order confirmations 2018-03-06 20:40:49 +00:00
Sam Bell f033b115d1 iFrame resizing script included in all embed widgets 2018-03-04 18:21:35 +00:00
Sam Bell f3e6e136f2 Smaller text for tax amount 2018-03-04 17:50:37 +00:00
Sam Bell e2e54d12ff Smaller text for tax amount 2018-03-04 17:49:57 +00:00
Sam Bell 12ac3a0e0a Remove Tax Rate from header 2018-03-04 17:21:39 +00:00
EC2 Default User 01daf61cdd Fix merge conflicts 2018-03-04 16:30:09 +00:00
EC2 Default User bb7b9e2b72 Test mailer for use with Artisan 2018-03-04 16:00:47 +00:00
Sam Bell 7c1c62dd37 Added ability to charge to tax on tickets 2018-03-04 14:49:35 +00:00
Sachin 95d3806c0f Added TAX ID field in Create Organizer, Customise Organiser
Same is shown in Invoice.
2018-03-01 22:13:51 +05:30
Sachin d7cce49f3c Added two new fields to an 'Organiser':
- Tax name, a text field (so the user can call it VAT, TVA, sales tax, etc. as required by their country)
- Tax value, a float number

Also added tax value on these pages.
- The ticket sales page, to show how much tax will be added on top of a ticket
- The total basket value that is sent through to Stripe
- The receipt email that gets sent to the user
2018-02-27 23:56:23 +05:30
Dave Earley 19b4fb6a2f Merge pull request #301 from CrNMGuy/patch-2
Create passwords.php
2017-02-01 21:25:48 +00:00
Dave Earley f50820c0ab Merge pull request #302 from CrNMGuy/patch-1
Create pagination.php
2017-02-01 21:25:40 +00:00
CrNMGuy 8ca8c13680 Create validation.php 2017-01-30 09:11:02 +01:00
CrNMGuy a62ac14e06 Create passwords.php 2017-01-30 09:10:21 +01:00
CrNMGuy a06d40a994 Create pagination.php 2017-01-30 09:09:35 +01:00
Dave Earley f91e2787a8 Add link to support forum 2017-01-15 19:39:21 +00:00
Dave Earley 004f86c6a7 Revert "Sponsors" 2016-12-01 22:11:34 +00:00
Dave Earley 64092660f9 Merge pull request #252 from JapSeyz/sponsors
Sponsors
2016-12-01 20:39:32 +00:00
Dave Earley 5b1336b3d8 Merge pull request #253 from JapSeyz/remove_unused_email_template
Removed non-unique email templates
2016-11-29 21:58:44 +00:00
Dave Earley 90e3644624 Merge pull request #256 from JapSeyz/text_fixes
Simple spelling fix
2016-11-29 21:47:31 +00:00
JapSeyz 505599251e Active / inactive sponsors 2016-11-28 13:43:28 +01:00
JapSeyz 477ae5c105 Edit an order
Edit an order [firstname, lastname and Email]
Resend an entrire order (especially useful if someone entered a wrong email which has then beed edited)

Show ticket reference in the order refund modal, so you can quickly refund/cancel multiple tickets in an order
2016-11-26 22:38:54 +01:00
JapSeyz 59a6a6bbf2 Help label 2016-11-25 00:01:03 +01:00
JapSeyz 1d1d4505eb New Sponsor Ticket Layout 2016-11-19 22:10:26 +01:00
JapSeyz 5831cd0222 Ticket Text 2016-11-15 21:56:03 +01:00
JapSeyz cc467dfbb9 Removed non-unique email templates 2016-11-15 14:26:37 +01:00
JapSeyz 8f9e5f15af whitespace fix 2016-11-15 13:09:16 +01:00
JapSeyz ebccc45b52 Made placeholder company generic 2016-11-15 12:57:34 +01:00
JapSeyz d067cf1a04 Sponsors tickets 2016-11-15 12:54:52 +01:00
JapSeyz 4101e51824 Two types of tickets 2016-11-15 10:45:41 +01:00
JapSeyz 638a1762cf Update/delete sponsors 2016-11-15 10:13:49 +01:00
JapSeyz 0a59df3493 Start Sponsors Work 2016-11-15 09:51:04 +01:00
Dave Earley 25c917c31a Make ticket download on download page stand out (closes #244) 2016-11-14 21:07:04 +00:00
Flightkick 88373482a8 Fixed typo
Exipry --> Expiry
2016-10-31 18:03:10 +01:00
Gary Guo a1dec16b1e Display as raw HTML after escaping and nl2br 2016-10-23 19:09:43 -04:00
Dave Earley 7f34fefd45 Move Google Analytics code to the head of organiser pages (closes #205) 2016-10-23 22:23:50 +01:00
Dave Earley 2e73177f6b Fix typo 2016-10-23 18:07:12 +01:00
Dave Earley cc0c22a743 Added ability to order tickets (closes #214) 2016-10-23 17:51:46 +01:00
Dave Earley 16a125ff66 Remove CC number data from POST data during checkout (closes #207) 2016-10-23 16:39:54 +01:00
Dave Earley 98dd9aa71d Added a 503 error view (closes #209) 2016-10-23 00:08:31 +01:00
Dave Earley f62a6ba000 Add powered by link to embedded widgets 2016-10-22 23:58:45 +01:00
Dave Earley c5a7bc328a Add ability to hide tickets (closes #218) 2016-10-22 17:06:34 +01:00
Dave Earley 5b2a24e063 Fix issue where all attendees appeared to be checked in in check-in section 2016-10-13 13:57:18 +01:00