-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from tsh11na/update-readme
Update README.md
- Loading branch information
Showing
1 changed file
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,31 @@ | ||
# tsukepp | ||
ツケ管理アプリ | ||
# Tsukepp | ||
|
||
"Tsukepp" は、無人購買でツケ(後払い)を管理するためのアプリです。 | ||
|
||
# 機能 | ||
## ツケる | ||
|
||
新規にツケを登録します。金額、品目とメモを登録できます。 | ||
|
||
![image](https://github.com/tsh11na/tsukepp/assets/64397990/a01de766-9935-4a31-9639-ec43cc690dfd) | ||
|
||
|
||
## 清算する | ||
|
||
これまで記録したツケから、任意のツケを選択して支払うことができます。 | ||
|
||
1. ツケ一覧画面でチェックを入れると確認画面が表示されます。 | ||
|
||
![image](https://github.com/tsh11na/tsukepp/assets/64397990/2d792148-5e41-4483-96fd-d00240c41812) | ||
|
||
2.「清算する」ボタンを押すと清算が実行されます。 | ||
|
||
![image](https://github.com/tsh11na/tsukepp/assets/64397990/e6309c29-d639-4145-b174-ba892d6e59de) | ||
|
||
|
||
## 履歴を見る | ||
|
||
これまで記録したすべてのツケが閲覧できます。 | ||
ツケごとの登録日時、金額、品目、メモと、清算日時の情報が閲覧できます。 | ||
|
||
![image](https://github.com/tsh11na/tsukepp/assets/64397990/50aade26-3c00-4140-b6e7-4b51523d6f61) |