Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreh11/qrop
Mirror repository of https://framagit.org/ah/qrop
https://github.com/andreh11/qrop
Last synced: 5 days ago
JSON representation
Mirror repository of https://framagit.org/ah/qrop
- Host: GitHub
- URL: https://github.com/andreh11/qrop
- Owner: andreh11
- License: gpl-3.0
- Created: 2019-01-09T08:29:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T11:58:15.000Z (over 1 year ago)
- Last Synced: 2024-08-02T12:49:01.673Z (3 months ago)
- Language: QML
- Homepage:
- Size: 5.01 MB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - andreh11/qrop - Mirror repository of https://framagit.org/ah/qrop (others)
README
# Qrop
## Introduction
[Qrop](https://qrop.frama.io) is a crop planning and record keeping free
software designed by market gardeners, for market gardeners, with the help of
the wonderful French coop [L'Atelier paysan](https://latelierpaysan.org).Qrop is available on GNU/Linux, macOS and Windows and (soon) Android.
**Warning:** this is alpha software with known bugs. It runs, and work at least
some of the times, but use at your own risk.![Screenshot of Qrop](qrop.png)
## ✨ Features
### Plan your season
Define your crop plan: plantings, crop, varieties, bed lengths, spacings,
expected yields... Autogenerate sowing and planting tasks and get seed
quantities, flats to start. Visualize each season of your plan. Easily create,
duplicate, delete, batch-edit, sort and filter successions.### Keep track of your tasks
Get a week-to-week list of your tasks: sowing, planting, weeding, pruning,
irrigating... Quickly filter overdue, due and done tasks. Track your labor cost
by task.### Manage your field map and crop rotations
Define your crop map: drag n' drop your plantings on your crop map. Get the crop
history of every single bed to ensure good rotations.### Take notes and photos
Write notes, take photos and link them to your plantings. In a near future, it
will also be possible to take notes for tasks and locations.### Track your harvests and crop yields
Keep track of each harvest and get real-time crop yields (planned).
### Seeds and transplants list
Qrop autogenerates a list of the seeds and transplants to buy based on your crop
plan.### Planned features
- Charts and analytics
## 🚀 Getting started
### GNU/Linux (AppImage)
Download the latest version at https://qrop.ouvaton.org/releases/. Then
open a console in the right folder and type:```shell
chmod u+x Qrop-x86_64.AppImage
./Qrop-x86_64.AppImage
```to launch the AppImage. It has been tested with Ubuntu 16.04 and Fedora 29, but
may not work on other distributions or versions.We only provide AppImages for now, but if you can, feel free to package it for
your favorite distro!### Windows
Download the 32- or 64-bit installer from https://qrop.ouvaton.org/releases/,
install and launch Qrop!### OS X
Download the DMG from https://qrop.ouvaton.org/releases/, install and launch
Qrop! It may be necessary to update your macOS version.### Android
Qrop should compile and run on Android, but we haven't tested it yet. The user
interface should be usable on tablets, but do not expect to run it on
smartphone. If you would like to use Qrop on smartphone and you are willing to
help us design a nice user interface, please contact us!## 📖 Documentation
See the [user manual](https://qrop.frama.io) (only available in French for now).
## 🙌 Contributing
Please read the [contribution guide](CONTRIBUTING.md) for details of our code of
conduct, and the process for submitting bug reports and merge requests to us.## Authors
See [AUTHORS](AUTHORS.md).
## Built With
* C++, QML and Javascript
* Qt5
* SQLite
* 🖤 and hectolitres of
[zapatista coffee](https://en.wikipedia.org/wiki/Zapatista_coffee_cooperatives)
## DonateIf you like our work, consider making a donation!
## License
This project is Free Software, licensed under the GNU General Public License v3. See
[LICENSE](LICENSE) for more details.