Commit graph

9 commits

Author SHA1 Message Date
joe
8f1df14b7b feat: 担当 マスタ機能を追加\n\n- lib/models/employee.dart: Employee モデル定義\n- lib/widgets/employee_edit_dialog.dart: 従業員編集ダイアログ\n- lib/screens/master/employee_master_screen.dart: 担当者マスタ画面 2026-03-11 20:01:36 +09:00
joe
c33d117ef5 ビルド成功:DB ヘルパー簡素化・マスタ画面シンプル化 2026-03-11 15:01:30 +09:00
joe
13f7e3fcc6 feat: マスタ編集モジュール統合と汎用フィールド実装
- widgets ディレクトリに MasterTextField, MasterNumberField, MasterDropdownField,
  MasterTextArea, MasterCheckBox を作成
- 各マスタ画面(product, customer, employee, supplier, warehouse)で統一ウィジェット化
- pubspec.yaml: flutter_form_builder の依存を整理(Flutter の標準機能で対応可能に)
2026-03-09 22:49:39 +09:00
joe
a04ef83643 feat: 見積→請求転換 UI + DocumentDirectory 自動保存実装 2026-03-09 10:47:09 +09:00
joe
44f21da2a9 ビルド完了:簡易実装の修正\n- sales_screen.dart: 構文エラー修正(列挙型明示化)\n- PDF テンプレート:SalesInvoiceTemplate クラス定義\n- Google サービス:簡易空実装化\n- build_expiry_info.dart: 型宣言修復\n\n機能状態:マスター画面全完了、売上入力画面実装 2026-03-08 16:53:20 +09:00
joe
ff17874169 feat: 売上入力画面実装準備を完了\n\n- DatabaseHelper に sales テーブル定義追加\n- Sale モデル(lib/models/sale.dart)作成\n- 短期計画の優先順位更新(PDF を Sprint 5 へ延期)\n- README.md の実装済み機能ステータス反映 2026-03-07 19:06:25 +09:00
joe
b29026b469 feat: 工程管理ドキュメントと短/長期計画を docs フォルダに作成した\n- docs/engineering_management.md (工程管理ガイド)\n- docs/short_term_plan.md (短期・スプリント計画)\n- docs/long_term_plan.md (長期・ロードマップ計画)\n- README.md ドキュメント活用法の明記を追加\n\n実装完了マスタ管理画面の完成:\n- lib/screens/estimate_screen.dart (見積入力画面)\n- lib/services/database_helper.dart (CRUD API 追加)\n- lib/models/estimate.dart (見積モデル定義) 2026-03-07 17:02:01 +09:00
joe
57f1898656 feat: 見積入力画面の商品追加機能を実装(Product CRUD)
- lib/models/product.dart: Product クラス作成
- lib/services/database_helper.dart: getProducts/insert/update/delete/Product snapshot API 追加
- lib/screens/estimate_screen.dart: 商品選択・合計計算・得意先連携ロジック実装
2026-03-07 15:24:15 +09:00
joe
cdc037bf21 fix: ビルドエラーの修正
- customer_master_screen.dart: const 使用と SnackBarAction の修正
- employee_master_screen.dart: DropdownButtonFormField のパラメータ追加
- database_helper.dart: jsonEncode メソッドの修正、isDeleted フィールドのチェック
- main.dart: ScaffoldMessenger と Navigator のルートジェネレータ実装
2026-03-07 07:47:04 +09:00