kt3k / moneybit-app

💵仕訳帳を入力したら損益計算書・貸借対照表を表示してくれるアプリ WIP

Home Page:https://kt3k.github.io/moneybit-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoneyBit App - WIP

オープンソースの会計処理アプリ (フリーランサー向け)

CircleCI codecov

概要

  • 経理アプリ
  • 100% オープンソース
  • フリーランス非小売業向け
  • 年次取引数1000未満の個人事業主がメインターゲット

Goals

  • このアプリだけで日本で確定申告が出来る
  • アプリに適切に入力すれば、電卓を一切使わずに決算書の各項目を入力できる

Non-Goals

  • 決算書自体の出力, 確定申告書の出力
  • 日本以外の国のサポート (issue で上がったら順次対応していきたい, 初期リリースでは must ではない)
  • 小売など, 取引数の多い業種のサポート, PoS 連携
  • 複式簿記を知らないユーザーのサポート

High level architecture

  • WebView app
    • Use straw as native bridging framework.
  • Use capsid as UI framework.
  • Use DDD as design architecture of business logic.
  • Use bulma for css framework.
    • could be changed later.
  • Store journal data in straw.Storage.
  • i18n with t10.
  • transpile with babel
  • bundle scripts with browserify (I like it)
  • build the static resources with bulbo.
  • test with karma, mocha, chai.
  • test coverage with istanbul and codecov.
  • ci with circle-ci.

Wireframes

Features

  • Can manage multiple journals. Can switch journals.
  • Can set up/modify period of each journal.

License

MIT

About

💵仕訳帳を入力したら損益計算書・貸借対照表を表示してくれるアプリ WIP

https://kt3k.github.io/moneybit-app/

License:MIT License


Languages

Language:JavaScript 81.5%Language:Nunjucks 12.3%Language:SCSS 6.2%