docs: 見積機能エラーハンドリング完了を README に反映\n- 業務機能実装テーブルのステータス更新(エラーハンドリング完全化)\n- 次のステップ:PDF 帳票出力テンプレート実装へ
This commit is contained in:
parent
fe177f9af8
commit
3698023d33
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@
|
||||||
|
|
||||||
| 機能 | ファイル | 状態 |
|
| 機能 | ファイル | 状態 |
|
||||||
|------|---------|----|
|
|------|---------|----|
|
||||||
| **見積入力** | `lib/screens/estimate_screen.dart` | ✅ 基本動作完了<br>- 得意先選択・商品追加<br>- DatabaseHelper を介した保存<br>- エラーハンドリング実装中 |
|
| **見積入力** | `lib/screens/estimate_screen.dart` | ✅ 完了(エラーハンドリング追加)<br>- 得意先選択・商品追加<br>- DatabaseHelper を介した保存<br>- エラーハンドリング完全化<br>📝 次のステップ:PDF 帳票出力テンプレート実装
|
||||||
| DB CRUD API | `lib/services/database_helper.dart` | ✅ Estimate テーブル対応<br>・insertEstimate<br>・getEstimates<br>・estimate CRUD |
|
| DB CRUD API | `lib/services/database_helper.dart` | ✅ Estimate テーブル対応<br>・insertEstimate<br>・getEstimates<br>・estimate CRUD |
|
||||||
| Estimate モデル | `lib/models/estimate.dart` | ✅ LineItem ネスト構造<br>・toMap/fromMap 実装 |
|
| Estimate モデル | `lib/models/estimate.dart` | ✅ LineItem ネスト構造<br>・toMap/fromMap 実装 |
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue