{"id":22154007,"url":"https://github.com/burdapraha/oc_invoice_pdf","last_synced_at":"2025-03-24T14:16:19.076Z","repository":{"id":62498269,"uuid":"92956687","full_name":"BurdaPraha/oc_invoice_pdf","owner":"BurdaPraha","description":"💳 Opencart 2.3.x invoice to PDF and mail sending in attachment","archived":false,"fork":false,"pushed_at":"2018-10-29T15:33:34.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T19:11:20.700Z","etag":null,"topics":["czech-republic","invoice","invoice-pdf","opencart","opencart-2x","pdf","vqmod"],"latest_commit_sha":null,"homepage":"http://www.burda.cz","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BurdaPraha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-31T14:48:44.000Z","updated_at":"2022-09-01T05:46:18.000Z","dependencies_parsed_at":"2022-11-02T12:00:48.036Z","dependency_job_id":null,"html_url":"https://github.com/BurdaPraha/oc_invoice_pdf","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurdaPraha%2Foc_invoice_pdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurdaPraha%2Foc_invoice_pdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurdaPraha%2Foc_invoice_pdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurdaPraha%2Foc_invoice_pdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BurdaPraha","download_url":"https://codeload.github.com/BurdaPraha/oc_invoice_pdf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245284725,"owners_count":20590307,"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":["czech-republic","invoice","invoice-pdf","opencart","opencart-2x","pdf","vqmod"],"created_at":"2024-12-02T01:39:46.283Z","updated_at":"2025-03-24T14:16:19.050Z","avatar_url":"https://github.com/BurdaPraha.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Invoices to PDF for [OpenCart 2.x](https://github.com/opencart/opencart)\n\nnote: developed on version 2.3.2, other versions can need some edits - **fell free to contribute!**\n\n## Installation\n\n1. Requiring installed [vQmod](https://github.com/vqmod/vqmod) because vQmod doesn't support installing via composer itself.\n2. `composer require burdapraha/oc_invoice_pdf`\n3. `composer require sasedev/composer-plugin-filecopier` for files manipulating\n4. Add this code to your composer.json project file, extra section:\n\n```\n    \"extra\": {\n        \"filescopier\": [\n            {\n                \"source\": \"vendor/burdapraha/oc_invoice_pdf/upload\",\n                \"destination\": \"upload\",\n                \"debug\": \"true\"\n            }\n        ]\n    }    \n```\n    \nIt will move vQmod xml file to correct folder.\n\n5. add constant to your config.php \u0026 admin/config.php for storage PDF files: \nFor example: `define('INVOICES_DIR', DIR_IMAGE . '/invoices');` and fix this folder for reading from web by .htaccess\n6. optionally you can add row to your `.gitignore` file with path to invoice_pdf.xml (example: upload/vqmod/xml/invoice_pdf.xml)\n7. celebrate!\n\n## Credits\n\n- using [dompdf](https://github.com/dompdf/dompdf) to printing\n- inspired by [Invoice to PDF](https://www.opencart.com/index.php?route=marketplace/extension/info\u0026extension_id=26964\u0026filter_search=invoice%20pdf\u0026filter_license=0)\n- [hawkey](http://www.opencartex.com/) for talking about solution","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburdapraha%2Foc_invoice_pdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburdapraha%2Foc_invoice_pdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburdapraha%2Foc_invoice_pdf/lists"}