Commit graph

6 commits

Author SHA1 Message Date
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
8951016ad9 feat: 販売管理関連画面を追加
- 見積入力画面 (estimate_screen.dart)
- 請求書発行画面 (invoice_screen.dart)
- 発注入力画面 (order_screen.dart)
- 売上返品入力画面 (sales_return_screen.dart)
- 売上入力画面 (sales_screen.dart)

販売管理モジュールの実装完了です。
2026-03-06 21:06:40 +09:00
joe
9896c36ccd feat: マスタ管理 5 画面全実装(Material Design テンプレート+CRUD) 2026-03-06 17:26:46 +09:00
joe
e2ec67465e feat: README 多アカウント認証セクション追加 2026-03-06 13:04:08 +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