{"id":42417730,"url":"https://github.com/edelgm6/ledger","last_synced_at":"2026-01-28T02:07:19.131Z","repository":{"id":189353064,"uuid":"599333888","full_name":"edelgm6/ledger","owner":"edelgm6","description":"Personal accounting tool with Django backend, HTMX+Alpine frontend, and AWS Textract","archived":false,"fork":false,"pushed_at":"2026-01-25T21:22:31.000Z","size":1100,"stargazers_count":4,"open_issues_count":20,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-26T12:59:42.009Z","etag":null,"topics":["accounting","alpinejs","django","finance","htmx","textract"],"latest_commit_sha":null,"homepage":"","language":"Python","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/edelgm6.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,"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":"2023-02-08T23:21:26.000Z","updated_at":"2026-01-25T21:22:34.000Z","dependencies_parsed_at":"2025-04-19T20:09:39.022Z","dependency_job_id":"6a3b191d-4a7e-4bfe-9e00-daeb93d28da9","html_url":"https://github.com/edelgm6/ledger","commit_stats":null,"previous_names":["edelgm6/ledger"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edelgm6/ledger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edelgm6%2Fledger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edelgm6%2Fledger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edelgm6%2Fledger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edelgm6%2Fledger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edelgm6","download_url":"https://codeload.github.com/edelgm6/ledger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edelgm6%2Fledger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28833516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"online","status_checked_at":"2026-01-28T02:00:06.943Z","response_time":57,"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":["accounting","alpinejs","django","finance","htmx","textract"],"created_at":"2026-01-28T02:07:18.091Z","updated_at":"2026-01-28T02:07:19.122Z","avatar_url":"https://github.com/edelgm6.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ledger\n\nLedger is a personal accounting tool to generate the three accounting statements (income statement, balance sheet, statement of cash flows).\n\n## General setup\n\nOnce you've hosted Ledger, you'll need to do the following:\n* Create an admin user via Django's `python manage.py createsuperuser`\n* Log into the Admin page to generate some accounts. At the very least, you'll need one of each `Special type`\n\n```\n# local_settings.py\n\n\nfrom pathlib import Path\n\nBASE_DIR = Path(__file__).resolve().parent.parent\n\n# SECURITY WARNING: keep the secret key used in production secret!\nSECRET_KEY = 'WHATEVER'\n\n# AWS credentials\nAWS_ACCESS_KEY_ID = '[YOUR_KEY]'\nAWS_SECRET_ACCESS_KEY = '[YOUR SECRET KEY]'\nAWS_STORAGE_BUCKET_NAME = '[BUCKET NAME]'\n\n# SECURITY WARNING: don't run with debug turned on in production!\nDEBUG = True\n\nDATABASES = {\n    'default': {\n        'ENGINE': 'django.db.backends.sqlite3',\n        'NAME': BASE_DIR / 'db.sqlite3',\n    }\n}\n\nCORS_ALLOWED_ORIGINS = [\n    \"http://localhost:8000\",\n]\n\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedelgm6%2Fledger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedelgm6%2Fledger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedelgm6%2Fledger/lists"}