{"id":15692545,"url":"https://github.com/kt3k/moneybit-app","last_synced_at":"2025-05-06T21:06:02.149Z","repository":{"id":20364771,"uuid":"85275656","full_name":"kt3k/moneybit-app","owner":"kt3k","description":"💵仕訳帳を入力したら損益計算書・貸借対照表を表示してくれるアプリ WIP","archived":false,"fork":false,"pushed_at":"2024-11-06T06:12:15.000Z","size":15365,"stargazers_count":7,"open_issues_count":8,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-06T21:03:20.550Z","etag":null,"topics":["accounting","android","app","ios","straw","webview-app"],"latest_commit_sha":null,"homepage":"https://kt3k.github.io/moneybit-app/","language":"JavaScript","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/kt3k.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}},"created_at":"2017-03-17T05:50:33.000Z","updated_at":"2024-11-06T06:12:18.000Z","dependencies_parsed_at":"2023-02-17T16:30:39.492Z","dependency_job_id":"c8f2f8e2-f9bc-44f0-adb7-8886690ebedd","html_url":"https://github.com/kt3k/moneybit-app","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/kt3k%2Fmoneybit-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Fmoneybit-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Fmoneybit-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Fmoneybit-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kt3k","download_url":"https://codeload.github.com/kt3k/moneybit-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252769398,"owners_count":21801376,"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","android","app","ios","straw","webview-app"],"created_at":"2024-10-03T18:35:07.034Z","updated_at":"2025-05-06T21:06:01.622Z","avatar_url":"https://github.com/kt3k.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MoneyBit App - WIP\n\n\u003cimg src=\"https://raw.githubusercontent.com/kt3k/moneybit-app/master/design/logo.png\" /\u003e\n\n\u003e オープンソースの会計処理アプリ (フリーランサー向け)\n\n[![CircleCI](https://circleci.com/gh/kt3k/moneybit-app.svg?style=svg)](https://circleci.com/gh/kt3k/moneybit-app)\n[![codecov](https://codecov.io/gh/kt3k/moneybit-app/branch/master/graph/badge.svg)](https://codecov.io/gh/kt3k/moneybit-app)\n\n## [タスクボード(ZenHub)](https://app.zenhub.com/workspaces/5ab24577a208ae2ed71377b1/boards?repos=85275656)\n\n## [最新モック](https://kt3k.github.io/moneybit-app/app/pages/journal/)\n\n## [ドメインモデル](https://kt3k.github.io/moneybit-app/domaindoc/)\n\n## [i18nリソース](https://kt3k.github.io/moneybit-app/langsheet/)\n\n## [ページ仕様書](https://github.com/kt3k/moneybit-app/blob/master/src/pages/README.md)\n\n# 概要\n\n- 経理アプリ\n- 100% オープンソース\n- フリーランス非小売業向け\n- 年次取引数1000未満の個人事業主がメインターゲット\n\n# Goals\n\n- このアプリだけで日本で確定申告が出来る\n- アプリに適切に入力すれば、電卓を一切使わずに決算書の各項目を入力できる\n\n# Non-Goals\n\n- 決算書自体の出力, 確定申告書の出力\n- 日本以外の国のサポート (issue で上がったら順次対応していきたい, 初期リリースでは must ではない)\n- 小売など, 取引数の多い業種のサポート, PoS 連携\n- 複式簿記を知らないユーザーのサポート\n\n# High level architecture\n\n- WebView app\n  - Use [straw][straw] as native bridging framework.\n- Use [capsid][capsid] as UI framework.\n- Use DDD as design architecture of business logic.\n  - Use [moneybit-domain][moneybit-domain] as core domain.\n- Use [bulma][bulma.io] for css framework.\n  - could be changed later.\n- Store journal data in straw.Storage.\n- i18n with [t10][t10].\n- transpile with babel\n- bundle scripts with browserify (I like it)\n- build the static resources with [bulbo][bulbo].\n- test with karma, mocha, chai.\n- test coverage with istanbul and codecov.\n- ci with circle-ci.\n\n# Wireframes\n\n[![](https://kt3k.github.io/moneybit-app/design/ss.png)](https://sketch.cloud/s/akwkv)\n\n# Features\n\n- Can manage multiple journals. Can switch journals.\n- Can set up/modify period of each journal.\n\n# License\n\nMIT\n\n[straw]: https://github.com/strawjs\n[capsid]: https://github.com/capsidjs/capsid\n[moneybit-domain]: https://github.com/kt3k/moneybit\n[bulma.io]: https://bulma.io\n[bulbo]: https://npm.im/bulbo\n[t10]: https://npm.im/t10\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkt3k%2Fmoneybit-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkt3k%2Fmoneybit-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkt3k%2Fmoneybit-app/lists"}