Commit Graph

30 Commits

Author SHA1 Message Date
merdan 1256d09101 booking fee env config 2020-01-21 18:05:04 +05:00
merdan 43db12b739 payment api env 2020-01-21 17:31:05 +05:00
merdan 43e2613b75 order invoice fix 2020-01-08 15:58:08 +05:00
merdan 25f74cfe7d booking fee 1 manat 2020-01-08 15:04:05 +05:00
merdiano 553aa710b1 preparing for frontend pull3 2019-10-02 19:08:07 +05:00
merdiano 4ac8cb2e60 payment configured 2019-09-18 06:25:38 +05:00
Sebastian Schmidt 7d1c1a1e6a
Allow configurable date formats 2018-11-06 08:10:32 +11:00
Jeremy Quinton ac5ff98f61 Removed migs and coinbase as default payment gateways
Going forward Attendize will only support Stripe and Paypal as defaults. In future we will add instructions on customising Attendize with your own payment gateway.
2018-08-16 15:50:12 +02:00
Jeremy Quinton 8cb7c92efb added default config option
1) added configuration option to enable dummy payment gateways
2018-07-05 17:22:29 +02:00
Jeremy Quinton 338afaedb3 Added dummy payment gateway
1) Dummy payment gateway added. When enable allows someone testing or developing on the software to go through the flow end to end without odd errors.
2018-07-05 17:20:59 +02: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
Jacob Catayoc e5d4f75559 - Returned some original defaults for Attendize 2016-09-19 06:58:36 +08:00
Jacob Catayoc 48835e5ead - Added MIGS Payment Gateway
- Changed default Attendize settings to Philippine Peso / Philippine time zone
2016-09-08 05:02:02 +08:00
Dave Earley 4a11ba3ad8 Reduce allowed checkout time from 30 to 10 minutes 2016-07-15 12:31:18 +01:00
Dave Earley 4214856f7b Updated EventCheckoutController so it can process offline payments 2016-07-09 12:06:44 +01:00
Dave Earley e64ccbba2b Changed the default background for new events 2016-07-08 13:33:45 +01:00
Dave Earley ab78f12950 Updated fallback organiser logo path in config 2016-05-14 14:22:41 +01:00
Dave Earley dccdd9c276 Started work on exporting survey answers 2016-05-12 23:33:23 +01:00
Dave Earley d256fecaf8 Fixed bug where PDF ticket generation would fail when no logo was passed (closes #97) 2016-05-12 13:33:34 +01:00
Dave a5a94790e7 Minor bug fixes
Updated global JS
Added feedback/bug fix button
2016-04-17 21:12:38 +01:00
Dave 456754a0ef Started work on attendee questions on frontend - issue #13 2016-04-17 21:12:38 +01:00
James Campbell 9ffd1197e2 Updates Laravel to 5.2 2016-03-29 20:30:02 -04:00
Dave 6844c10cdb - Adding coinbase payment gateway and removing bitpay 2016-03-21 00:05:25 +00:00
Dave 8e8adaae1b - Added the ability to support multiple payment gateways (Stripe, PayPal so far) 2016-03-20 16:01:50 +00:00
Dave 2a84357bec - Started work on customizable ticket design (issue #18) 2016-03-10 00:41:34 +00:00
Dave 9513983788 - Tagging v0.3.1 2016-03-09 12:47:40 +00:00
Attendize cb83b43b76 Applied fixes from StyleCI 2016-03-08 23:47:19 +00:00
Dave b4efd67257 - Started work on added Omnipay
- Updated the checkout to use Omipay instead of Stripes own lib
2016-03-06 23:10:35 +00:00
Attendize b3f33a38e8 Applied fixes from StyleCI 2016-03-04 19:18:10 -05:00
Dave 4598b8e8ed - Created an attendize config file and remove the constants
- Bumped the version of Laravel to 5.1.20
2016-03-04 23:27:13 +00:00