{"id":23863134,"url":"https://github.com/cnuahs/gnucash-reports","last_synced_at":"2026-02-26T21:03:12.331Z","repository":{"id":84775034,"uuid":"48635817","full_name":"cnuahs/gnucash-reports","owner":"cnuahs","description":"Custom reports for use with GnuCash (http://gnucash.org/).","archived":false,"fork":false,"pushed_at":"2015-12-29T13:42:38.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T12:30:41.875Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scheme","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/cnuahs.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}},"created_at":"2015-12-27T06:48:43.000Z","updated_at":"2019-01-14T06:15:48.000Z","dependencies_parsed_at":"2023-04-17T21:18:24.393Z","dependency_job_id":null,"html_url":"https://github.com/cnuahs/gnucash-reports","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cnuahs/gnucash-reports","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnuahs%2Fgnucash-reports","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnuahs%2Fgnucash-reports/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnuahs%2Fgnucash-reports/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnuahs%2Fgnucash-reports/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cnuahs","download_url":"https://codeload.github.com/cnuahs/gnucash-reports/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnuahs%2Fgnucash-reports/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29872674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T21:01:59.805Z","status":"ssl_error","status_checked_at":"2026-02-26T21:00:42.555Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-01-03T07:47:35.753Z","updated_at":"2026-02-26T21:03:12.305Z","avatar_url":"https://github.com/cnuahs.png","language":"Scheme","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gnucash-reports\nCustom reports for use with GnuCash, the open source personal and small business financial accounting software.\n\nSee http://gnucash.org/.\n\n## Installation\n\nTo add a custom report to GnuCash:\n\n1. Download the corresponding .scm files (note: there are two .scm files for each report, a definition file, e.g., custom.scm, and an implementation file, e.g., custom_imp.scm), or clone this github repository.\n\n2. Add the following to config.user in your GnuCash configuration directory:\n\n ```scheme\n (set! %load-path (append %load-path '(\"PATH TO .SCM FILES\")))\n (use-modules (NAME))\n ```\n\n Note: By default, the GnuCash configuration directory is located at ~/.gnucash/ (on Linux) or ~/Library/Application Support/GnuCash/ (on OS X).\n\n3. Start GnuCash using something like:\n\n ```\n gnucash --debug --log gnc.scm=debug --logto stdout\n ```\n\n The custom report(s) should appear under *Reports* -\u003e *Sample \u0026 Custom*.\n\n## An Example\n\nThe files *custom.scm* and *custom_imp.scm* define a bare bones template for a GnuCash report. Assuming you clone this github repository in\n~/gnucash-reports.git, you could add the template custom report to GnuCash by adding the following to config.user:\n\n```scheme\n(define (homedir) (passwd:dir (getpw (getlogin))))\n(set! %load-path (append %load-path (list (string-append (homedir) '\"/gnucash-reports.git\"))))\n(use-modules (custom))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcnuahs%2Fgnucash-reports","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcnuahs%2Fgnucash-reports","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcnuahs%2Fgnucash-reports/lists"}