{"id":25363459,"url":"https://github.com/vitexsoftware/abraflexi-report-tools","last_synced_at":"2025-10-30T01:31:53.136Z","repository":{"id":75146463,"uuid":"304988056","full_name":"VitexSoftware/AbraFlexi-Report-Tools","owner":"VitexSoftware","description":"Commandline tools related to AbraFlexi custom reports","archived":false,"fork":false,"pushed_at":"2025-09-20T22:15:08.000Z","size":178,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-21T00:19:39.318Z","etag":null,"topics":["abraflexi","debian-package","jasperreports"],"latest_commit_sha":null,"homepage":"","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/VitexSoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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":"VitexSoftware","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-10-17T23:36:17.000Z","updated_at":"2025-09-20T22:15:12.000Z","dependencies_parsed_at":"2025-02-04T19:28:17.022Z","dependency_job_id":"a2c28875-0734-4406-b31e-8b8abccf048b","html_url":"https://github.com/VitexSoftware/AbraFlexi-Report-Tools","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/VitexSoftware/AbraFlexi-Report-Tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitexSoftware%2FAbraFlexi-Report-Tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitexSoftware%2FAbraFlexi-Report-Tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitexSoftware%2FAbraFlexi-Report-Tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitexSoftware%2FAbraFlexi-Report-Tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VitexSoftware","download_url":"https://codeload.github.com/VitexSoftware/AbraFlexi-Report-Tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitexSoftware%2FAbraFlexi-Report-Tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281730002,"owners_count":26551658,"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","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"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":["abraflexi","debian-package","jasperreports"],"created_at":"2025-02-14T22:32:30.228Z","updated_at":"2025-10-30T01:31:53.131Z","avatar_url":"https://github.com/VitexSoftware.png","language":"PHP","funding_links":["https://patreon.com/VitexSoftware"],"categories":[],"sub_categories":[],"readme":"# Report Tools for AbraFlexi\n\nSet of commandline tools related to AbraFlexi Custom reports\n\n![Project Logo](project-logo.svg?raw=true)\n\n[![wakatime](https://wakatime.com/badge/user/5abba9ca-813e-43ac-9b5f-b1cfdf3dc1c7/project/9cec785f-7311-4d62-ab1d-7dfcdf74787f.svg)](https://wakatime.com/badge/user/5abba9ca-813e-43ac-9b5f-b1cfdf3dc1c7/project/9cec785f-7311-4d62-ab1d-7dfcdf74787f)\n\n## Project Extractor\n\n\nCreate JasperStudio project from AbraFlexi report installation file\n\n```shell\n    repxmlunpacker \u003cabraflexi-reports-import.xml\u003e \u003c/saveto/jasper/project/destorworkspace\u003e\n```\n\n## Report Uploader\n\nUpload or Compile \u0026 Upload report files: https://github.com/Vitexus/winstrom-reports\n\n```shell\nupreport  \u003ccode:recordIdent\u003e \u003c\"Report Name\"\u003e \u003cformInfoCode\u003e \u003creportfile.jrxml|.jasper\u003e\n```\n\nThis tool do not use config file. Only environment variables like ABRAFLEXI_URL.\n\n## Report Preview\n\nDownload invoice in given report form (and language) and open it in preview application\n```shell\npreviewreport code:Test3 code:VF1-0001/2023 en\n```\n\n## Installation\n\nTo install tools into vendor/bin please use [composer](https://getcomposer.org/):\n\n    composer require vitexsoftware/abraflexi-report-tools\n\nFor Debian or Ubuntu please use [repo](http://vitexsoftware.cz/repos.php):\n\n```sheel\nsudo apt install lsb-release wget\necho \"deb http://repo.vitexsoftware.com $(lsb_release -sc) main\" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list\nsudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http://repo.vitexsoftware.com/keyring.gpg\nsudo apt update\nsudo apt install abraflexi-report-tools\n```\n\n\n![Debian Installation](debian-screenshot.png?raw=true \"Debian example\")\n\nWe use:\n\n* [PHP Language](https://www.php.net/)\n* [PHP AbraFlexi](https://github.com/Spoje-NET/php-abraflexi) - Library for Interaction with [AbraFlexi](https://abraflexi.eu/)\n* [Ease Core](https://github.com/VitexSoftware/php-ease-core) - Glue \u0026 Tool Set \n* [Jasper Compiler](https://github.com/VitexSoftware/jaspercompiler) - commandline jrxml compiler with AbraFlexi support\n\n## Thanks to:\n\n* [PureHTML](https://purehtml.cz/) \u0026 [Spoje.Net]( https://spoje.net/ )  for support\n* [Abra](https://abra.eu) for [AbraFlexi](https://abraflexi.eu/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitexsoftware%2Fabraflexi-report-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitexsoftware%2Fabraflexi-report-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitexsoftware%2Fabraflexi-report-tools/lists"}