tania-core

Tania is a farm management software to help farmers manage their farm operations.

Stars
716
Forks
150
Open issues
28
Closed issues
34
Last release
over 4 years ago
Last commit
over 1 year ago
Watchers
716
Total releases
6
Total commits
1.22K
Open PRs
11
Closed PRs
112
Repo URL
Platform
License
apache-2.0
Category
Usecase
Offers premium version?
NO
Proprietary?
NO
About
<a href="https://github.com/usetania/tania-core/blob/2.0-dev/logo.png" rel="nofollow"></a>
 The Farmer Journal 
<a href="https://camo.githubusercontent.com/18e513f6dfc0bd50352f18ab68f922a471ee925f46753a5f2bc8859d19968b51/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f74616e69612f74696572732f6261636b65722f62616467652e7376673f6c6162656c3d6261636b657226636f6c6f723d627269676874677265656e" rel="nofollow"></a>
<a href="https://camo.githubusercontent.com/3f99ae951695da594775f7ab69b620c30e755d76dab55f1766f308abcdc8c0ed/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f74616e69612f74696572732f73706f6e736f722f62616467652e7376673f6c6162656c3d73706f6e736f7226636f6c6f723d627269676874677265656e" rel="nofollow"></a>
<a href="https://camo.githubusercontent.com/4360eedec092e0e993356ad0eea2ee23db8516e63bd36eb1d2cf41669a0e4e82/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73656d7665722d322e302e302d677265656e2e7376673f6d61784167653d32353932303030" rel="nofollow"></a>
<a href="https://opensource.org/licenses/Apache-2.0" rel="nofollow"></a>

Warning

This is the development branch of Tania. Changes can occur nightly. If you need the stable branch you can checkout the master branch.

Roadmap

You can check the roadmap in Tania's GitHub project.

Tania is a free and open source farm management software. You can manage your farm areas, farm reservoirs, farm tasks, inventories, and the crop growing progress. It is designed for any type of farms.

Download Tania for Windows x64 and Linux x64 on the release page.

Getting Started

This software is built with Go programming language. It means you will get an executable binary to run on your machine. You don't need extra software like MAMP, XAMPP, or WAMP to run Tania, but you may need MySQL database if you choose to use it instead of SQLite (the default database.)

If your OS is not listed on our releases page, you have to build Tania for your OS by yourself. You can follow our instructions to build Tania.

Prerequisites

Building Instructions

THIS DOCUMENTATION WILL BE UPDATED LATER

We are in the progress of building the new frontend application.

Database Engine

Tania uses SQLite as the default database engine. You may use MySQL as your database engine by replacing sqlite with mysql at tania_persistence_engine field in your backend/conf.json.

{
  "app_port": "8080",
  "tania_persistence_engine": "sqlite",
  "demo_mode": true,
  "upload_path_area": "uploads/areas",
  "upload_path_crop": "uploads/crops",
  "sqlite_path": "db/sqlite/tania.db",
  "mysql_host": "127.0.0.1",
  "mysql_port": "3306",
  "mysql_dbname": "tania",
  "mysql_user": "root",
  "mysql_password": "root",
  "redirect_uri": [
      "http://localhost:8080",
      "http://127.0.0.1:8080"
  ],
  "client_id": "f0ece679-3f53-463e-b624-73e83049d6ac"
}
Run The Test

Use go test ./... inside the backend folder to run all the Go tests.

REST APIs

Tania have REST APIs to easily integrate with any softwares, even you can build a mobile app client for it. You can import the JSON file inside Postman directory to Postman app.

Contributing to Tania

We welcome contributions, but request you to follow these guidelines.

Localisation

You can help us to localise Tania into your language by following these steps:

  1. Copy frontend/languages/template.pot and paste it to frontend/languages/locale directory.
  2. Rename it with your language locale code e.g: en_AU.po, de_DE.po, etc.
  3. Fill msgstr key with your translation. You can edit the .po file by using text editor or PO Edit software.
  4. Pull request your translation to the master branch.

Build Tania localisation by yourself

THIS DOCUMENTATION WILL BE UPDATED LATER

We are in the progress of building the new frontend application.

Then follow the instruction to build Tania.

Support Us

We will move from OpenCollective to GitHub sponsorship. Thank you for all your donation in OpenCollective.

Contributors

This project exists thanks to all the people who contribute.

Backers

Copyright and License

Copyright to Tania and other contributors under Apache 2.0 open source license.

Alternative Projects
No projects found

Subscribe to Open Source Businees Newsletter

Twice a month we will interview people behind open source businesses. We will talk about how they are building a business on top of open source projects.

We'll never share your email with anyone else.