docs: 売上入力準備完了を README に反映\n\n- 業務機能実装表のステータス更新\n- 次のステップ:売上入力画面構築
This commit is contained in:
parent
fe29c269d2
commit
426c280cb6
1 changed files with 5 additions and 6 deletions
11
README.md
11
README.md
|
|
@ -90,16 +90,15 @@
|
||||||
|
|
||||||
| 機能 | ファイル | 状態 |
|
| 機能 | ファイル | 状態 |
|
||||||
|------|---------|----|
|
|------|---------|----|
|
||||||
| **見積入力** | `lib/screens/estimate_screen.dart` | ✅ 完了(エラーハンドリング追加)<br>- 得意先選択・商品追加<br>- DatabaseHelper を介した保存<br>- エラーハンドリング完全化<br>📝 次のステップ:売上入力画面実装
|
| **見積入力** | `lib/screens/estimate_screen.dart` | ✅ コンプリート<br>- 得意先選択・商品追加<br>- DatabaseHelper を介した保存<br>- エラーハンドリング完全化 |
|
||||||
| DB CRUD API | `lib/services/database_helper.dart` | ✅ Estimate テーブル対応<br>・insertEstimate<br>・getEstimates<br>・estimate CRUD |
|
| **売上入力準備** | `lib/models/sale.dart` + `database_helper.dart` | ✅ コンプリート(DB テーブル・モデル完了)<br>- sales テーブル定義追加<br>- Sale モデル実装<br>📝 次のステップ:売上入力画面構築
|
||||||
|
| DB CRUD API | `lib/services/database_helper.dart` | ✅ Estimate/Sales テーブル対応<br>・insertEstimate<br>・getEstimates<br>・insertSales<br>・getSales |
|
||||||
| Estimate モデル | `lib/models/estimate.dart` | ✅ LineItem ネスト構造<br>・toMap/fromMap 実装 |
|
| Estimate モデル | `lib/models/estimate.dart` | ✅ LineItem ネスト構造<br>・toMap/fromMap 実装 |
|
||||||
|
|
||||||
### ⏳ 次期実装予定(Sprint 4)
|
### ⏳ 次期実装予定(Sprint 4-M3)
|
||||||
|
|
||||||
- [ ] 見積保存時の完全なエラーハンドリング
|
|
||||||
- [ ] PDF 帳票出力テンプレート準備
|
- [ ] PDF 帳票出力テンプレート準備
|
||||||
- [ ] 売上入力画面実装
|
- [ ] 売上入力画面構築
|
||||||
- [ ] 請求書機能設計
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue