From c1f065c1abbaf244685c2f479c6374a08512723c Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 8 Mar 2026 01:35:57 +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=B9=E3=83=86=E3=83=BC?= =?UTF-8?q?=E3=82=BF=E3=82=B9=E3=81=AE=20README=20=E5=8F=8D=E6=98=A0\n\n-?= =?UTF-8?q?=20README.md=20=E3=81=AE=E6=A5=AD=E5=8B=99=E6=A9=9F=E8=83=BD?= =?UTF-8?q?=E5=AE=9F=E8=A3=85=E8=A1=A8=E3=82=92=E6=9B=B4=E6=96=B0\n-=20?= =?UTF-8?q?=E5=A3=B2=E4=B8=8A=E5=85=A5=E5=8A=9B=E7=94=BB=E9=9D=A2=E6=A7=8B?= =?UTF-8?q?=E7=AF=89=E3=81=AE=E3=82=B9=E3=83=86=E3=83=BC=E3=82=BF=E3=82=B9?= =?UTF-8?q?=E3=82=92=E3=80=8C=E5=BE=85=E6=A9=9F=E4=B8=AD=E3=80=8D=E3=81=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index cbdaf5c..e8911d0 100644 --- a/README.md +++ b/README.md @@ -95,10 +95,6 @@ | DB CRUD API | `lib/services/database_helper.dart` | ✅ Estimate/Sales テーブル対応
・insertEstimate
・getEstimates
・insertSales
・getSales | | Estimate モデル | `lib/models/estimate.dart` | ✅ LineItem ネスト構造
・toMap/fromMap 実装 | -### ⏳ 次期実装予定(Sprint 4-M3) - -- [ ] PDF 帳票出力テンプレート準備 -- [ ] 売上入力画面構築 ---