Sha256: 81628e959279b0e872c0781324ad8e5743b8eee7597b89491ba6597b2200c843
Contents?: true
Size: 859 Bytes
Versions: 29
Compression:
Stored size: 859 Bytes
Contents
# TaxJp 税金計算ライブラリ * 消費税 * 社会保険(健康保険・厚生年金) * 雇用保険 * 源泉徴収 * 減価償却率 ## インストール Gemfile に以下の記述を追加 ```ruby gem 'tax_jp' ``` bundle を実行 $ bundle ## 使い方 ### Rails-5.2 routes.rb に以下の記述を追加 ```ruby mount TaxJp::Engine, at: '/tax_jp', as: 'tax_jp' ``` Railsを起動 $ rails s ブラウザで localhost:3000/tax_jp にアクセス ![トップページ](https://raw.github.com/wiki/hybitz/tax_jp/images/top.png) ## Contributing 1. Fork it ( https://github.com/[my-github-username]/tax_jp/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
29 entries across 29 versions & 1 rubygems