Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.1 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.1 KB

Temporal: Time after Time

An ERPNext App that integrates with Redis to rapidly provide calendar information.

Documentation

Most of my documentation can be found here using GitHub Pages.

What is Temporal?

Temporal does a few interesting things:

  1. It is a useful library of Python functions. You can import and leverage these in your own Frappe and ERPNext Apps.
  2. It creates a Redis dataset containing Calendar information.
  3. It creates a DocType containing Calendar information.

Installation

Using Bench:

bench get-app https://github.com/Datahenge/temporal
bench --site <your_site_name> install-app temporal

Manual Installation

If for some reason, don't want to use Bench for downloading the App:

cd <your_bench_directory>
source env/bin/activate
cd apps
git clone https://github.com/Datahenge/temporal
cd temporal
pip install -e .
deactivate

cd <your_bench_directory>
bench --site <your_site_name> install-app temporal

License

Lesser GNU Public License version 3.