feat: 売上入力画面 basic UI 実装完了\n\n- sales_screen.dart の基本 UI 実装(Dashboard・合計表示・商品リスト)\n- README.md の業務機能実装表を更新(売上入力準備のステータス削除)
This commit is contained in:
parent
d87205effa
commit
329156d8b1
1 changed files with 0 additions and 1 deletions
|
|
@ -91,7 +91,6 @@
|
||||||
| 機能 | ファイル | 状態 |
|
| 機能 | ファイル | 状態 |
|
||||||
|------|---------|----|
|
|------|---------|----|
|
||||||
| **見積入力** | `lib/screens/estimate_screen.dart` | ✅ コンプリート<br>- 得意先選択・商品追加<br>- DatabaseHelper を介した保存<br>- エラーハンドリング完全化 |
|
| **見積入力** | `lib/screens/estimate_screen.dart` | ✅ コンプリート<br>- 得意先選択・商品追加<br>- DatabaseHelper を介した保存<br>- エラーハンドリング完全化 |
|
||||||
| **売上入力準備** | `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 |
|
| 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 実装 |
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue