{"id":34624518,"url":"https://github.com/frederic34/dolibarr_module_printjob","last_synced_at":"2026-05-27T17:31:10.225Z","repository":{"id":326437128,"uuid":"1105475147","full_name":"frederic34/dolibarr_module_printjob","owner":"frederic34","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-29T20:07:37.000Z","size":103,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-02T02:36:22.768Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":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":"2025-11-27T16:59:54.000Z","updated_at":"2025-12-29T20:07:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/frederic34/dolibarr_module_printjob","commit_stats":null,"previous_names":["frederic34/dolibarr_module_printjob"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/frederic34/dolibarr_module_printjob","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frederic34%2Fdolibarr_module_printjob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frederic34%2Fdolibarr_module_printjob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frederic34%2Fdolibarr_module_printjob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frederic34%2Fdolibarr_module_printjob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frederic34","download_url":"https://codeload.github.com/frederic34/dolibarr_module_printjob/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frederic34%2Fdolibarr_module_printjob/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33577630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-12-24T15:46:12.590Z","updated_at":"2026-05-27T17:31:10.220Z","avatar_url":"https://github.com/frederic34.png","language":"PHP","funding_links":["https://buymeacoffee.com/frederic34"],"categories":[],"sub_categories":[],"readme":"# PRINTJOB FOR [DOLIBARR ERP \u0026 CRM](https://www.dolibarr.org)\n\n## Features\n\nDescription of the module...\n\n\u003c!--\n![Screenshot printjob](img/screenshot_printjob.png?raw=true \"PrintJob\"){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 in the module directories under `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 information, 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\n## Installation\n\nPrerequisites: You must have Dolibarr ERP \u0026 CRM software installed. You can download it from [Dolistore.org](https://www.dolibarr.org).\nYou can also get a ready-to-use instance in the cloud from https://saas.dolibarr.org\n\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` (e.g., when downloading it from a marketplace like [Dolistore](https://www.dolistore.com)),\ngo to menu `Home\u003e Setup\u003e Modules\u003e Deploy external module` and upload the zip file.\n\n\u003c!--\n\nNote: If this screen tells 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 the proper 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--\u003e\n\n\u003c!--\n\n### From a GIT repository\n\nClone the repository in `$dolibarr_main_document_root_alt/printjob`\n\n```shell\ncd ....../custom\ngit clone git@github.com:gitlogin/printjob.git printjob\n```\n\n--\u003e\n\n### Final steps\n\nUsing 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\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 readme's are licensed under [GFDL](https://www.gnu.org/licenses/fdl-1.3.en.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrederic34%2Fdolibarr_module_printjob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrederic34%2Fdolibarr_module_printjob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrederic34%2Fdolibarr_module_printjob/lists"}