From 329156d8b15c95c42d75b1e68fa93fea10a76b1d Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 8 Mar 2026 01:56:19 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A3=B2=E4=B8=8A=E5=85=A5=E5=8A=9B?= =?UTF-8?q?=E7=94=BB=E9=9D=A2=20basic=20UI=20=E5=AE=9F=E8=A3=85=E5=AE=8C?= =?UTF-8?q?=E4=BA=86\n\n-=20sales=5Fscreen.dart=20=E3=81=AE=E5=9F=BA?= =?UTF-8?q?=E6=9C=AC=20UI=20=E5=AE=9F=E8=A3=85=EF=BC=88Dashboard=E3=83=BB?= =?UTF-8?q?=E5=90=88=E8=A8=88=E8=A1=A8=E7=A4=BA=E3=83=BB=E5=95=86=E5=93=81?= =?UTF-8?q?=E3=83=AA=E3=82=B9=E3=83=88=EF=BC=89\n-=20README.md=20=E3=81=AE?= =?UTF-8?q?=E6=A5=AD=E5=8B=99=E6=A9=9F=E8=83=BD=E5=AE=9F=E8=A3=85=E8=A1=A8?= =?UTF-8?q?=E3=82=92=E6=9B=B4=E6=96=B0=EF=BC=88=E5=A3=B2=E4=B8=8A=E5=85=A5?= =?UTF-8?q?=E5=8A=9B=E6=BA=96=E5=82=99=E3=81=AE=E3=82=B9=E3=83=86=E3=83=BC?= =?UTF-8?q?=E3=82=BF=E3=82=B9=E5=89=8A=E9=99=A4=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e8911d0..b23815f 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,6 @@ | 機能 | ファイル | 状態 | |------|---------|----| | **見積入力** | `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 実装 |