Commit graph

10 commits

Author SHA1 Message Date
joe
bd1e2be03e feat: 担当マスタ機能を追加(修正版) 2026-03-11 20:20:41 +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
4c5ea99947 Google サービス依存削除\n- googleapis_auth, googleapis, google_sign_in を pubspec.yaml から除外\n- lib/services/google/ 関連ファイルを削除\n- ビルド:成功(48.4MB)\n\n備考:オフライン単体アプリとして機能します 2026-03-08 17:36:22 +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
a64adefe25 feat: PDF 帳票出力対応と工程管理ドキュメントを追加\n\n- pubspec.yaml に pdf パッケージ追加\n- docs/short_term_plan.md, docs/long_term_plan.md, docs/engineering_management.md をコミット\n- README.md の実装済み機能ステータス更新(見積エラーハンドリング完了) 2026-03-07 18:20:30 +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
joe
1a89559648 feat: GmailWrapper(GoogleOAuth)を実装 (Google API フル活用) 2026-03-06 12:42:04 +09:00
joe
665f2f6880 chore: ビルド環境準備 (bin/ディレクトリ・スクリプト・テストデータを含む) 2026-03-06 12:19:37 +09:00