yuri-val / dolibarr-tracker

Web interface for quick time tracking by tasks in the Dolibarr ERP system

Home Page:https://yuri-val.github.io/dolibarr-tracker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dolibarr Tracker

Web interface for quick time tracking by tasks in the Dolibarr ERP system

Setup Dolibarr

  1. Enable Module Web Services API REST
    • 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 ---> <<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):
  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

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

Web interface for quick time tracking by tasks in the Dolibarr ERP system

https://yuri-val.github.io/dolibarr-tracker/

License:GNU General Public License v3.0


Languages

Language:Vue 52.4%Language:JavaScript 43.0%Language:HTML 2.9%Language:Shell 1.7%