An open API service indexing awesome lists of open source software.

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

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.