https://github.com/deer-inc/invoice-generator
請求書ジェネレータ
https://github.com/deer-inc/invoice-generator
angular angular-material
Last synced: 12 months ago
JSON representation
請求書ジェネレータ
- Host: GitHub
- URL: https://github.com/deer-inc/invoice-generator
- Owner: deer-inc
- License: mit
- Created: 2019-03-13T02:07:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T16:36:44.000Z (over 5 years ago)
- Last Synced: 2025-02-14T23:19:41.527Z (about 1 year ago)
- Topics: angular, angular-material
- Language: TypeScript
- Homepage: https://deer-inc.github.io/invoice-generator/
- Size: 2.32 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Invoice
請求書ジェネレーターです。URLパラメーターをつけると入力状態で開くことができます。
```
https://deer-inc.github.io/invoice-generator/?title1=品目&count1=数量&unit1=人日&unitCost1=単価&taxRate1=税率
```
- 情報はローカルストレージに保存されます。画面右上よりキャッシュクリアが可能です
- 通信は一切発生しません。ローカルで完結しています。
## コントリビュート
- バグ報告や機能追加要望はIssueをください。
- 軽微な修正や機能追加については直PRでもOKです。
- 大きめのUI変更、機能追加はまずIssueでコンセンサスを得るようお願いします。