From 426c280cb6c00eccae5a796c4f88db883455e130 Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 7 Mar 2026 20:01:36 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=A3=B2=E4=B8=8A=E5=85=A5=E5=8A=9B?= =?UTF-8?q?=E6=BA=96=E5=82=99=E5=AE=8C=E4=BA=86=E3=82=92=20README=20?= =?UTF-8?q?=E3=81=AB=E5=8F=8D=E6=98=A0\n\n-=20=E6=A5=AD=E5=8B=99=E6=A9=9F?= =?UTF-8?q?=E8=83=BD=E5=AE=9F=E8=A3=85=E8=A1=A8=E3=81=AE=E3=82=B9=E3=83=86?= =?UTF-8?q?=E3=83=BC=E3=82=BF=E3=82=B9=E6=9B=B4=E6=96=B0\n-=20=E6=AC=A1?= =?UTF-8?q?=E3=81=AE=E3=82=B9=E3=83=86=E3=83=83=E3=83=97=EF=BC=9A=E5=A3=B2?= =?UTF-8?q?=E4=B8=8A=E5=85=A5=E5=8A=9B=E7=94=BB=E9=9D=A2=E6=A7=8B=E7=AF=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b01d01a..cbdaf5c 100644 --- a/README.md +++ b/README.md @@ -90,16 +90,15 @@ | 機能 | ファイル | 状態 | |------|---------|----| -| **見積入力** | `lib/screens/estimate_screen.dart` | ✅ 完了(エラーハンドリング追加)
- 得意先選択・商品追加
- DatabaseHelper を介した保存
- エラーハンドリング完全化
📝 次のステップ:売上入力画面実装 -| DB CRUD API | `lib/services/database_helper.dart` | ✅ Estimate テーブル対応
・insertEstimate
・getEstimates
・estimate CRUD | +| **見積入力** | `lib/screens/estimate_screen.dart` | ✅ コンプリート
- 得意先選択・商品追加
- DatabaseHelper を介した保存
- エラーハンドリング完全化 | +| **売上入力準備** | `lib/models/sale.dart` + `database_helper.dart` | ✅ コンプリート(DB テーブル・モデル完了)
- sales テーブル定義追加
- Sale モデル実装
📝 次のステップ:売上入力画面構築 +| DB CRUD API | `lib/services/database_helper.dart` | ✅ Estimate/Sales テーブル対応
・insertEstimate
・getEstimates
・insertSales
・getSales | | Estimate モデル | `lib/models/estimate.dart` | ✅ LineItem ネスト構造
・toMap/fromMap 実装 | -### ⏳ 次期実装予定(Sprint 4) +### ⏳ 次期実装予定(Sprint 4-M3) -- [ ] 見積保存時の完全なエラーハンドリング - [ ] PDF 帳票出力テンプレート準備 -- [ ] 売上入力画面実装 -- [ ] 請求書機能設計 +- [ ] 売上入力画面構築 ---