{"id":29022794,"url":"https://github.com/tiryoh/receipt_generator","last_synced_at":"2026-02-25T14:40:00.530Z","repository":{"id":77244957,"uuid":"119508633","full_name":"Tiryoh/receipt_generator","owner":"Tiryoh","description":"連番の領収書を発行するためのスクリプト","archived":false,"fork":false,"pushed_at":"2020-01-23T11:34:01.000Z","size":37,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-12T03:18:20.158Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Gnuplot","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tiryoh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-01-30T08:51:20.000Z","updated_at":"2018-01-30T08:51:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"294ba6fc-2031-458e-8639-2b4045a678bb","html_url":"https://github.com/Tiryoh/receipt_generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tiryoh/receipt_generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tiryoh%2Freceipt_generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tiryoh%2Freceipt_generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tiryoh%2Freceipt_generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tiryoh%2Freceipt_generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tiryoh","download_url":"https://codeload.github.com/Tiryoh/receipt_generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tiryoh%2Freceipt_generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281032218,"owners_count":26432753,"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-25T02:00:06.499Z","response_time":81,"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-06-26T03:03:46.859Z","updated_at":"2025-10-25T22:32:19.353Z","avatar_url":"https://github.com/Tiryoh.png","language":"Gnuplot","funding_links":[],"categories":[],"sub_categories":[],"readme":"# receipt_generator\n\n領収書を連番で発行するためのスクリプトです。\n\n## 使い方\n\nまず、`receipt_list.csv`を編集します。\n`領収書管理番号`、`名前`、`金額`の順に並んでいます。\n\n次に`Makefile`の以下の欄を修正してください。\n\n```\nRECEIPT_DATE:=2018年1月30日\nRECEIPT_PURPOSE:=謝恩会参加費\nRECEIPT_ADDRESS:=東京都千代田区1-1-1\nRECEIPT_ORG:=謝恩会実行委員\nRECEIPT_AUTHOR:=田中太郎\n```\n\n最後に、`make`してください。\n`output.pdf`が作成されます。\n出力サンプルは[`output_sample.pdf`](./output_sample.pdf)です。\n\n## インストール方法\n\n以下のソフトウェアが必要です。\n\n* gnuplot\n* make\n\nmacOS\n```\nbrew install make\nbrew install gnuplot --with-aquaterm --with-cairo --with-qt --with-wxmac --with-x11\n```\n\n## リスト更新方法\n\n全員同じ金額でリストを作成する場合、次の方法で簡単にリストを作成できます。\n\n* `name_list.csv`に名前だけリストアップ\n* 以下のコマンドを実行\n\n```\ncat name_list.csv | nl | awk '{print \"2017-000\"$1\",\"$2\",10000\"}' \u003e receipt_list.csv\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiryoh%2Freceipt_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiryoh%2Freceipt_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiryoh%2Freceipt_generator/lists"}