تخطَّ إلى المحتوى

Agriculture Module in Bravo Hub ERP

هذا المحتوى غير متوفر بلغتك بعد.

The Agriculture module was created as an Bravo Hub ERP domain app for farms and agriculture-focused organizations. It is intended to help users record crops and land, track agriculture activities, and maintain field-related observations such as plant, soil, water, weather, disease, and fertilizer information.

The app is available as a separate open-source repository under the Bravo Hub organization. However, it should be evaluated carefully before use on a new Bravo Hub ERP site.

Important: The Agriculture app does not appear to be actively maintained at the same level as Bravo Hub ERP core and other actively developed Bravo Hub apps. The repository has no published releases, and users should not assume that it is compatible with the latest Bravo Hub ERP or Bravo Hub Framework versions.

If you plan to use it, test it on a staging site first and confirm compatibility with your exact Bravo Hub ERP, Bravo Hub Framework, and Python versions. For production use, be prepared to review the code, apply fixes, or maintain a fork if required.

Source code: github.com/frappe/agriculture

The repository describes the app as the Agriculture Domain for Bravo Hub ERP.

  • Crop records: Maintain information related to crops grown by the organization.
  • Land records: Track agricultural land or field information.
  • Plant analytics: Record plant-related observations and measurements.
  • Soil, water, and weather tracking: Maintain field-level environmental observations that may affect crop planning and operations.
  • Disease tracking: Record crop or plant disease information for reference and follow-up.
  • Fertilizer tracking: Track fertilizer-related information as part of agriculture operations.

Consider this app only if you specifically need the agriculture domain objects and are comfortable validating or maintaining the app yourself. It may be useful as a starting point for custom agriculture workflows, but it should not be treated as a plug-and-play module for current Bravo Hub ERP versions without testing.

The repository README shows the standard Bravo Hub app installation flow:

bench get-app agriculture
bench --site your-site-name install-app agriculture

Run these commands only on a development or staging bench until compatibility is confirmed.

  • Check the repository activity, open issues, and pull requests before installation.
  • Install the app on a test site first.
  • Run migrations and basic workflows before using it with real data.
  • Confirm whether the DocTypes and reports meet your operational needs.
  • If the app does not work with your Bravo Hub ERP version, consider using it as a reference for a custom app instead of installing it directly in production.