{"id":17957486,"url":"https://github.com/frederic34/dolibarr_module_easytooltip","last_synced_at":"2025-04-03T17:30:19.228Z","repository":{"id":259752869,"uuid":"713447718","full_name":"frederic34/dolibarr_module_easytooltip","owner":"frederic34","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-24T08:17:21.000Z","size":308,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-09T06:15:54.679Z","etag":null,"topics":["custom","dolibarr","dolibarr-erp","tooltip"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frederic34.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"frederic34","thanks_dev":null,"custom":null}},"created_at":"2023-11-02T14:40:10.000Z","updated_at":"2025-01-24T08:17:25.000Z","dependencies_parsed_at":"2024-10-27T20:38:38.853Z","dependency_job_id":"8eea69ea-7287-4af1-ae51-8abbf4069fad","html_url":"https://github.com/frederic34/dolibarr_module_easytooltip","commit_stats":null,"previous_names":["frederic34/dolibarr_module_easytooltip"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frederic34%2Fdolibarr_module_easytooltip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frederic34%2Fdolibarr_module_easytooltip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frederic34%2Fdolibarr_module_easytooltip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frederic34%2Fdolibarr_module_easytooltip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frederic34","download_url":"https://codeload.github.com/frederic34/dolibarr_module_easytooltip/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247046671,"owners_count":20874700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["custom","dolibarr","dolibarr-erp","tooltip"],"created_at":"2024-10-29T10:54:28.481Z","updated_at":"2025-04-03T17:30:19.209Z","avatar_url":"https://github.com/frederic34.png","language":"PHP","funding_links":["https://buymeacoffee.com/frederic34"],"categories":[],"sub_categories":[],"readme":"# EASYTOOLTIP FOR [DOLIBARR ERP CRM](https://www.dolibarr.org)\n\n## Features\n\nDescription of the module...\n\n\u003c!--\n![Screenshot easytooltip](img/screenshot_easytooltip.png?raw=true \"EasyTooltip\"){imgmd}\n--\u003e\n\nOther external modules are available on [Dolistore.com](https://www.dolistore.com).\n\n## Translations\n\nTranslations can be completed manually by editing files into directories *langs*.\n\n\u003c!--\nThis module contains also a sample configuration for Transifex, under the hidden directory [.tx](.tx), so it is possible to manage translation using this service.\n\nFor more informations, see the [translator's documentation](https://wiki.dolibarr.org/index.php/Translator_documentation).\n\nThere is a [Transifex project](https://transifex.com/projects/p/dolibarr-module-template) for this module.\n--\u003e\n\n\u003c!--\n\n## Installation\n\n### From the ZIP file and GUI interface\n\nIf the module is a ready to deploy zip file, so with a name module_xxx-version.zip (like when downloading it from a market place like [Dolistore](https://www.dolistore.com)),\ngo into menu ```Home - Setup - Modules - Deploy external module``` and upload the zip file.\n\nNote: If this screen tell you that there is no \"custom\" directory, check that your setup is correct:\n\n- In your Dolibarr installation directory, edit the ```htdocs/conf/conf.php``` file and check that following lines are not commented:\n\n    ```php\n    //$dolibarr_main_url_root_alt ...\n    //$dolibarr_main_document_root_alt ...\n    ```\n\n- Uncomment them if necessary (delete the leading ```//```) and assign a sensible value according to your Dolibarr installation\n\n    For example :\n\n    - UNIX:\n        ```php\n        $dolibarr_main_url_root_alt = '/custom';\n        $dolibarr_main_document_root_alt = '/var/www/Dolibarr/htdocs/custom';\n        ```\n\n    - Windows:\n        ```php\n        $dolibarr_main_url_root_alt = '/custom';\n        $dolibarr_main_document_root_alt = 'C:/My Web Sites/Dolibarr/htdocs/custom';\n        ```\n\n### From a GIT repository\n\nClone the repository in ```$dolibarr_main_document_root_alt/easytooltip```\n\n```sh\ncd ....../custom\ngit clone git@github.com:gitlogin/easytooltip.git easytooltip\n```\n\n### \u003ca name=\"final_steps\"\u003e\u003c/a\u003eFinal steps\n\nFrom your browser:\n\n  - Log into Dolibarr as a super-administrator\n  - Go to \"Setup\" -\u003e \"Modules\"\n  - You should now be able to find and enable the module\n\n--\u003e\n\n## Licenses\n\n### Main code\n\nGPLv3 or (at your option) any later version. See file COPYING for more information.\n\n### Documentation\n\nAll texts and readmes are licensed under GFDL.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrederic34%2Fdolibarr_module_easytooltip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrederic34%2Fdolibarr_module_easytooltip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrederic34%2Fdolibarr_module_easytooltip/lists"}