https://github.com/frappe/agriculture
Agriculture Domain for ERPNext
https://github.com/frappe/agriculture
Last synced: 2 months ago
JSON representation
Agriculture Domain for ERPNext
- Host: GitHub
- URL: https://github.com/frappe/agriculture
- Owner: frappe
- License: gpl-3.0
- Created: 2021-12-24T06:15:35.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-29T10:13:55.000Z (over 1 year ago)
- Last Synced: 2025-03-28T03:32:31.412Z (3 months ago)
- Language: Python
- Homepage:
- Size: 169 KB
- Stars: 59
- Watchers: 10
- Forks: 61
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
## Agriculture
The Agriculture Domain of ERPNext comes with features to record crops and land, track plant, soil, water, weather analytics, and even track diseases and fertilizers. You can check out the following topics after this brief introduction to the agriculture module in ERPNext.
### Installation
Using bench, [install ERPNext](https://github.com/frappe/bench#installation) as mentioned here.
Once ERPNext is installed, add agriculture app to your bench by running
```sh
$ bench get-app agriculture
```After that, you can install agriculture app on required site by running
```sh
$ bench --site demo.com install-app agriculture
```### License
GNU GPL V3. See [license.txt](https://github.com/frappe/agriculture/blob/develop/license.txt) for more information.