Skip to content

The most customizable, free and open source stock take application ever.

License

Notifications You must be signed in to change notification settings

GetPretzel/Pretzel

Repository files navigation

Pretzel

The most customizable, free and open source stock take application ever.

About

This is the next generation of Pretzel. This version will be a complete rewrite and restructuring of the code as well as a completely new UI/UX design.

Support

For user support, first refer to the documentation. If further support is needed, visit the Discord server.

If a feature is missing feel free to suggest it. Either put something in the Discord server or open an issue in either GitLab or GitHub.

If a bug is found, please open an issue either on GitLab or GitHub.

Compiling

Note for Windows Users

This guide assumes you are using MSYS2.

Dependecies

All dependencies are submodules downloaded into the thirdparty directory except for Qt. Download the Qt Online Installer and follow the prompts to download the latest Qt 5.15 version.

Building

  1. Get Pretzel's source code with git clone --recursive https://gitlab.com/GetPretzel/Pretzel.git

  2. Run mkdir build && cd build && cmake .. (if on Windows, the -G "MSYS Makefiles" flag may need to be added to the cmake command to use MSYS 2)

  3. Run make

Contributing

Contributions are welcome! Check out the contributing guide.

Code of Conduct

Before contributing or participating in discussions with the community, please take a moment to read through the code of conduct.

License

Pretzel is released under the GNU General Public License v3.