Web interface for quick time tracking by tasks in the Dolibarr ERP system
- Enable Module Web Services API REST
- Go to Home > Setup > Modules/Applications > API/WEB SERVICES (REST SERVER)
- Also enable next related modules:
- PROJECTS OR LEADS
- THIRD PARTIES
- INVOICES
- 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
- Get your
API key
:- Go to Profile > Card > Modify > Key for API (copy or generate new for copy)
- 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://<<YOUR_HOST>>/dolibarr-tracker/ (if you start it on your own server)
- Go to settings and paste your
host
andAPI key
Developer: @yuri-val
Telegram: https://t.me/yuri_val
Telegram group: https://t.me/+a8uc5iafbfo1MGRi
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint