From fe29c269d22b05569d4aeb9a9636e82afd978258 Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 7 Mar 2026 20:00:14 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=9F=AD=E6=9C=9F=E8=A8=88=E7=94=BB?= =?UTF-8?q?=E3=81=AE=E5=A3=B2=E4=B8=8A=E5=85=A5=E5=8A=9B=E3=82=BF=E3=82=B9?= =?UTF-8?q?=E3=82=AF=E5=AE=8C=E4=BA=86=E3=82=92=E5=8F=8D=E6=98=A0\n\n-=20D?= =?UTF-8?q?atabaseHelper=20=E3=81=AE=20sales=20=E3=83=86=E3=83=BC=E3=83=96?= =?UTF-8?q?=E3=83=AB=E5=AE=9A=E7=BE=A9=E8=BF=BD=E5=8A=A0=EF=BC=88=E5=AE=8C?= =?UTF-8?q?=E4=BA=86=EF=BC=89\n-=20SaleEntry=20=E3=83=A2=E3=83=87=E3=83=AB?= =?UTF-8?q?=E4=BD=9C=E6=88=90=EF=BC=88lib/models/sale.dart=20=E5=AE=8C?= =?UTF-8?q?=E4=BA=86=EF=BC=89\n-=20=E6=AC=A1=E3=81=AF=E5=A3=B2=E4=B8=8A?= =?UTF-8?q?=E5=85=A5=E5=8A=9B=E7=94=BB=E9=9D=A2=20Screen=20=E6=A7=8B?= =?UTF-8?q?=E7=AF=89=E3=81=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/short_term_plan.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/short_term_plan.md b/docs/short_term_plan.md index 4e92f52..d0f97d7 100644 --- a/docs/short_term_plan.md +++ b/docs/short_term_plan.md @@ -24,14 +24,15 @@ **工期**: 3/15-3/20(5 営業日) **優先度**: 🟢 High -#### 🛒 売上入力画面実装 -- [ ] DatabaseHelper の sales テーブル定義追加 -- [ ] SaleEntry モデル作成・画面構築 +#### 🛒 売上入力画面実装(Sprint 4-M2: 完了) +- [x] DatabaseHelper の sales テーブル定義追加 +- [x] SaleEntry モデル作成(lib/models/sale.dart) +- [ ] 売上入力画面構築(Screen 設計中) - [ ] レジモードとの連携設計 **担当者**: POS チーム -**工期**: 3/20-3/27(6 営業日) -**優先度**: 🟢 High +**工期**: 完了済 / 次は Screen 実装 +**優先度**: 🟡 Medium #### 📝 請求書機能定義 - [ ] Invoice モデル定義