An open API service indexing awesome lists of open source software.

https://github.com/deer-inc/invoice-generator

請求書ジェネレータ
https://github.com/deer-inc/invoice-generator

angular angular-material

Last synced: 12 months ago
JSON representation

請求書ジェネレータ

Awesome Lists containing this project

README

          

![MIT License](https://img.shields.io/github/license/deer-inc/invoice-generator.svg)

# Invoice

請求書ジェネレーターです。URLパラメーターをつけると入力状態で開くことができます。

```
https://deer-inc.github.io/invoice-generator/?title1=品目&count1=数量&unit1=人日&unitCost1=単価&taxRate1=税率
```

- 情報はローカルストレージに保存されます。画面右上よりキャッシュクリアが可能です
- 通信は一切発生しません。ローカルで完結しています。

## コントリビュート

- バグ報告や機能追加要望はIssueをください。
- 軽微な修正や機能追加については直PRでもOKです。
- 大きめのUI変更、機能追加はまずIssueでコンセンサスを得るようお願いします。