Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Datahenge/temporal
Temporal is a library of useful Date and Time functions (plus a Redis database) that can be integrated with other Frappe framework applications.
https://github.com/Datahenge/temporal
calendar datetime erpnext frappe-framework
Last synced: 2 months ago
JSON representation
Temporal is a library of useful Date and Time functions (plus a Redis database) that can be integrated with other Frappe framework applications.
- Host: GitHub
- URL: https://github.com/Datahenge/temporal
- Owner: Datahenge
- License: lgpl-3.0
- Created: 2021-04-19T19:25:15.000Z (over 3 years ago)
- Default Branch: version-13
- Last Pushed: 2024-04-12T18:42:23.000Z (7 months ago)
- Last Synced: 2024-05-15T18:13:53.890Z (6 months ago)
- Topics: calendar, datetime, erpnext, frappe-framework
- Language: Python
- Homepage:
- Size: 167 KB
- Stars: 10
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-frappe - Temporal - An ERPNext App that integrates with Redis to rapidly provide calendar information. (Uncategorized / Uncategorized)
README
## Temporal: Time after Time
An ERPNext [App](https://frappeframework.com/docs/user/en/basics/apps) that integrates with Redis to rapidly provide calendar information.
### Documentation
Most of my documentation [can be found here](https://datahenge.github.io/temporal/) 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 install-app temporal
```#### Manual Installation
If for some reason, don't want to use Bench for *downloading* the App:
```
cd
source env/bin/activate
cd apps
git clone https://github.com/Datahenge/temporal
cd temporal
pip install -e .
deactivatecd
bench --site install-app temporal
```#### License
Lesser GNU Public License version 3.