Git Product home page Git Product logo

pretixscan-desktop's Introduction

pretixSCAN

https://travis-ci.org/pretix/pretixscan-desktop.svg?branch=master https://ci.appveyor.com/api/projects/status/n3n5tp3wl3i2qg5p?svg=true

Checking in your attendees, one ticket at a time.

What is this?

This is a cross-platform desktop application that handles attendee check-in for events managed with pretix, the open source ticket sales system of choice.

Project status

pretixSCAN has all features required to be useful but is still in it's early days. Feel free to use it, but do have a backup plan.

Building and Running

This project contains a submodule, so the first command you execute should be:

git submodule update --init

This project is built using Gradle. It requires a JDK in version 11. You can then run the project using:

JAVA_HOME=/usr/lib/jvm/java-11-jdk ./gradlew :gui:run

To create packages, see PACKAGES.md.

FAQ

Why Java?

It's not Java, it's Kotlin.

Why Kotlin? You are a Python shop, after all!

Yes, and we still love Python. However, all cross-platform GUI frameworks suck in some way, and their Python bindings are rarely Pythonic or nice to use. Additionally, it is really hard to create good standalone application packages for Windows users for Python. JavaFX isn't perfect as well, but tornadofx has a nice Kotlin abstraction and JFoenix has nice material-design elements.

Additionally, with the choice of a JVM-based language we can reuse lots of code from our pretixdroid Android application, making it easier to bring new features to both platforms.

Why not just a web app?

Ever organized an event and right before the start your internet connection breaks down? You don't want that to affect your processes too much. With a desktop application, we can support slow and unreliable internet connections well.

Why not build a fancy offline-first web app using local storage then?

For the future, we plan adding more advanced features like box office sales to this application. This requires access to a reliable and controlled data storage. Most browsers don't give strong enough guarantees about retention of local storage data that we don't want to trust on.

Contributing

If you like to contribute to this project, you are very welcome to do so. If you have any questions in the process, please do not hesitate to ask us.

Please note that we have a Code of Conduct in place that applies to all project contributions, including issues, pull requests, etc.

License

The code in this repository is published under the terms of the Apache License. See the LICENSE file for the complete license text.

This project is maintained by Raphael Michel <[email protected]>. See the AUTHORS file for a list of all the awesome folks who contributed to this project.

This project is 100 percent free and open source software. If you are interested in commercial support, hosting services or supporting this project financially, please go to pretix.eu or contact Raphael directly.

pretixscan-desktop's People

Contributors

raphaelm avatar johan12345 avatar oocf avatar maartenberg avatar pc-coholic avatar pretix-translations avatar yichengsd avatar arabestia avatar pajowu avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.