{"id":21688546,"url":"https://github.com/thomasgreiner/money-proc","last_synced_at":"2026-05-18T01:33:53.105Z","repository":{"id":146645662,"uuid":"134087268","full_name":"ThomasGreiner/money-proc","owner":"ThomasGreiner","description":"Accounting data processing based on plain-text files","archived":false,"fork":false,"pushed_at":"2022-09-03T13:20:44.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-25T12:41:32.951Z","etag":null,"topics":["accounting","csv","money","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ThomasGreiner.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}},"created_at":"2018-05-19T18:17:35.000Z","updated_at":"2022-09-03T13:20:47.000Z","dependencies_parsed_at":"2023-04-10T07:32:11.312Z","dependency_job_id":null,"html_url":"https://github.com/ThomasGreiner/money-proc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasGreiner%2Fmoney-proc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasGreiner%2Fmoney-proc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasGreiner%2Fmoney-proc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasGreiner%2Fmoney-proc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThomasGreiner","download_url":"https://codeload.github.com/ThomasGreiner/money-proc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244610808,"owners_count":20481067,"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":["accounting","csv","money","nodejs"],"created_at":"2024-11-25T17:15:43.302Z","updated_at":"2026-05-18T01:33:48.071Z","avatar_url":"https://github.com/ThomasGreiner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Money Processor\n\nAccounting data processing based on plain-text files.\n\n- [Requirements](#requirements)\n- [Setup](#setup)\n- [Usage](#usage)\n- [Data format](#dataformat)\n\n## Requirements\n\n- [Node.js](https://nodejs.org/en/)\n- npm (included with Node.js)\n\n## Setup\n\nRun `npm install`.\n\n## Usage\n\n- `npm start --debug`: Output parsed records data.\n- `npm start --silent`: Output chart as SVG.\n- `npm run query \u003cSource ID\u003e`: Output records for given source ID.\n- `npm run server`: Start a local web server for accessing the data via a Web GUI.\n\n## Data Format\n\n### Files\n\n#### data/`YYYY`.csv\n\n- **string** billing date - (e.g. `2000-01-01`)\n- [**Source**](#sourceid) source - (e.g. `at.employer.salary`)\n- [**Source**](#sourceid) [via] - (e.g. `us.processor`)\n- [**Source**](#sourceid) destination - (e.g. `de.bank`)\n- **number** amount - (e.g. `1000.00`)\n\n#### data/sources.json\n\n**Object**\n- **string** category name - (e.g. `job`)\n- **Object|string[]** subcategory (e.g. `salary`) or list of sources\n\nUse the special category name `@self` to mark first-party sources such as\nyour own bank accounts.\n\n#### data/statements.csv\n\n- **string** billing date (Valutadatum) - (e.g. `2000-01-01`)\n- [**Source**](#sourceid) source - (e.g. `de.bank`)\n- **string** format - (e.g. `print`)\n- **string** [billing number] - (e.g. `2000/01`)\n\n### Source ID\n\nSee [RFC1035](https://tools.ietf.org/html/rfc1035).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasgreiner%2Fmoney-proc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasgreiner%2Fmoney-proc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasgreiner%2Fmoney-proc/lists"}