Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuri-val/dolibarr-tracker
Web interface for quick time tracking by tasks in the Dolibarr ERP system
https://github.com/yuri-val/dolibarr-tracker
dolibarr dolibarr-erp spa task-tracker tasks time-tracker vue vue3
Last synced: about 2 months ago
JSON representation
Web interface for quick time tracking by tasks in the Dolibarr ERP system
- Host: GitHub
- URL: https://github.com/yuri-val/dolibarr-tracker
- Owner: yuri-val
- License: gpl-3.0
- Created: 2022-04-19T16:40:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T00:13:22.000Z (about 1 year ago)
- Last Synced: 2023-11-12T01:24:30.337Z (about 1 year ago)
- Topics: dolibarr, dolibarr-erp, spa, task-tracker, tasks, time-tracker, vue, vue3
- Language: Vue
- Homepage: https://yuri-val.github.io/dolibarr-tracker/
- Size: 2.43 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Dolibarr Tracker
Web interface for quick time tracking by tasks in the [Dolibarr ERP](https://www.dolibarr.org/) system
## Setup Dolibarr
1. Enable [Module Web Services API REST](https://wiki.dolibarr.org/index.php?title=Module_Web_Services_API_REST_(developer))
- Go to Home > Setup > Modules/Applications > API/WEB SERVICES (REST SERVER)
2. Also enable next related modules:
- PROJECTS OR LEADS
- THIRD PARTIES
- INVOICES
3. Get your `host`:
- Go to Home > Setup > Modules/Applications > API/WEB SERVICES (REST SERVER)
- Click 'cog' icon to open the settings
- Copy your host ---> <>/api/index.php/explorer
4. Get your `API key`:
- Go to Profile > Card > Modify > Key for API (copy or generate new for copy)
5. Open Dolibarr Tracker in your browser (one of):
- https://yuri-val.github.io/dolibarr-tracker/ (for fast review)
- http://localhost:3000/dolibarr-tracker/ (if you start it locally)
- https://<>/dolibarr-tracker/ (if you start it on your own server)
6. Go to settings and paste your `host` and `API key`
## Contacts
Developer: [@yuri-val]()Telegram: https://t.me/yuri_val
Telegram group: https://t.me/+a8uc5iafbfo1MGRi
## Features
### Home screen
### Settings
### Projects
### Tasks
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```