Commit Graph

81 Commits

Author SHA1 Message Date
Jeremy Quinton b3dae02cef Tax improvements
1) remove logic for calculating Tax out of the blade view and into a service.
2) implemented service in the correct controller.
2018-07-10 10:36:42 +02:00
Sam Bell 89969e1b68 Merged pull request with localisation 2018-06-04 17:28:21 +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 f8ea51dd97 Add VAT and updated totals to order confirmations 2018-03-06 20:40:49 +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
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 004f86c6a7 Revert "Sponsors" 2016-12-01 22:11:34 +00:00
JapSeyz 1d1d4505eb New Sponsor Ticket Layout 2016-11-19 22:10:26 +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
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 16a125ff66 Remove CC number data from POST data during checkout (closes #207) 2016-10-23 16:39:54 +01:00
Dave Earley f62a6ba000 Add powered by link to embedded widgets 2016-10-22 23:58:45 +01:00
Dave Earley 3b804b00d5 Add support for additional currencies + improve how currencies are displayed 2016-08-12 13:02:37 +01:00
Dave Earley 6104b0e3d8 Moved admin links to footer and simplified checks for user permissions 2016-07-27 20:26:41 +01:00
Dave Earley 4b64835be3 Updated admin links design on the frontend 2016-07-26 20:23:22 +01:00
Dave Earley 2a0d96abfb Added missing closing div to event page 2016-07-22 23:26:27 +01:00
Dave Earley 613cc35f06 Minor update to date display on event pages (issue #167) 2016-07-22 23:21:36 +01:00
Dave Earley f509598de9 Added an end date to event pages if the event is longer than a day (closes #167) 2016-07-20 17:32:21 +01:00
Dave Earley d3511a4f7e Added links to event/organiser dashboards on event/organiser pages for logged in users (closed #162) 2016-07-20 15:11:08 +01:00
Dave Earley e93cc808c7 Remove push div from frontend footer 2016-07-16 00:29:13 +01:00
Dave Earley 05f04be56e Fix for footer not displaying correctly on create order & view order pages 2016-07-15 12:29:39 +01:00
Dave Earley cb7691d3e1 Added custom checkboxes and radios to event surveys 2016-07-15 12:10:01 +01:00
Dave Earley 45dd3c35ae Update licence links 2016-07-15 11:03:24 +01:00
Dave Earley cce5cb8f38 Markdown can now be used when showing offline payment instructions 2016-07-09 18:24:48 +01:00
Dave Earley 95b3f4f252 Updated order confirmation/notification emails and order page with offline payment info 2016-07-09 12:58:27 +01:00
Dave Earley 1a4f87521c Added offline payment option to the checkout page 2016-07-09 11:37:53 +01:00
Dave Earley c45f9c5beb Fix mixed 12/24 hrs time format in event page (closes #158) 2016-07-08 00:16:31 +01:00
Dave Earley 2ebc6800e6 Added ability to enable 1D barcode on tickets (closes #18) 2016-07-07 15:50:39 +01:00
Dave Earley e3457dcd62 Merge pull request #142 from kasbah/min-ticket-select
Make 1 the default ticket quantity if there is only one ticket type
2016-06-21 13:38:43 +01:00
Kaspar Emanuel 7dc5b91928 Removed password type and char limit from CVC input 2016-06-20 17:59:09 +01:00
Kaspar Emanuel cbdb85b15c Making 1 default ticket quantity
for single ticket type events
2016-06-20 15:56:51 +01:00
JapSeyz 6cff8678da Sticky Footer 2016-06-16 20:16:35 +02:00
Dave Earley d45d0a39e5 Normalized attendees reference in attendees table (closes #106) 2016-05-26 01:40:49 +01:00
Dave Earley 9e29a7fc22 Working on custom event questions 2016-05-21 18:37:15 +01:00
Dave Earley 1145b0610d Fixed powered by link color problem on PDF tickets 2016-05-21 00:11:15 +01:00
Dave Earley cc911f7344 worked on implementing custom attendee questions 2016-05-20 23:56:47 +01:00
Yoann Lecuyer cd155f4571 Standalone ticket generator (#93) 2016-05-12 00:14:58 +01:00
Dave Earley e4f6e8cb26 Fixed bug where checkout questions with multiple selections were not being saved + small checkout bug fixes 2016-05-06 00:18:52 +01:00
Dave a5a94790e7 Minor bug fixes
Updated global JS
Added feedback/bug fix button
2016-04-17 21:12:38 +01:00
Dave a2918af55b Fixed display issue with checkout form and payment setting form 2016-04-17 21:12:38 +01:00
Dave 380a48114b Cleaned up Email views 2016-04-17 21:12:38 +01:00
Dave ed4e86baa1 Work on custom attendee questions
Start on moving surveys, widgets, check-in to their own pages
Refactoring code
Fix bug where tickets sales volume was not updating
2016-04-17 21:12:38 +01:00