inv/gemi_invoice
2026-02-08 10:55:57 +09:00
..
android initial commit (resetted) 2026-01-31 22:18:30 +09:00
assets/fonts initial commit (resetted) 2026-01-31 22:18:30 +09:00
ios initial commit (resetted) 2026-01-31 22:18:30 +09:00
lib ollama/gpt-oss:20bにスイッチ 2026-02-08 10:55:57 +09:00
linux initial commit (resetted) 2026-01-31 22:18:30 +09:00
macos initial commit (resetted) 2026-01-31 22:18:30 +09:00
test initial commit (resetted) 2026-01-31 22:18:30 +09:00
web initial commit (resetted) 2026-01-31 22:18:30 +09:00
windows initial commit (resetted) 2026-01-31 22:18:30 +09:00
.gitignore initial commit (resetted) 2026-01-31 22:18:30 +09:00
.metadata initial commit (resetted) 2026-01-31 22:18:30 +09:00
analysis_options.yaml initial commit (resetted) 2026-01-31 22:18:30 +09:00
dir.tree initial commit (resetted) 2026-01-31 22:18:30 +09:00
pubspec.lock ollama/gpt-oss:20bにスイッチ 2026-02-08 10:55:57 +09:00
pubspec.yaml initial commit (resetted) 2026-01-31 22:18:30 +09:00
README.md ollama/gpt-oss:20bにスイッチ 2026-02-08 10:55:57 +09:00
Screenshot_2026-01-31-20-41-14-956_com.jpeg initial commit (resetted) 2026-01-31 22:18:30 +09:00

gemi_invoice

A new Flutter project.

Getting Started

!! 日本語が主体のアプリです。アプリの基本言語は日本語です。コメントも日本語と英語併記です。!! !! 可読性は重視しません。AIの開発効率を最大に上げて下さい。!!

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

販売アシスト1号の機能

販売アシスト1号は、営業マンの販売業務を支援するためのアプリケーションです。主な機能は以下の通りです。

  • ファイル名の規則 "{date}({請求等}){顧客名}{件名}{金額カンマ付}円_{sha256}" 20251202(請求)佐々木製作所_あの件_20,000円_25ab85cc9988
  • 伝票(件名)の管理
  • 管理ではファイルの様にオブジェクトとして管理します。
  • 顧客マスター管理
  • 商品マスター管理
  • 見積納品請求領収証の作成
  • 見積納品請求領収証の一覧表示
  • 見積納品請求領収証のPDF出力
  • PDFの管理
  • GPSと顧客マスターを連携し座標の履歴を記録する機能
  • フォーム入力時にGPS情報で自動的に顧客マスターから候補を選出する機能
  • 入力時にQRコードやOCRをGoogleレンズを使ってアシストします
  • レシート印刷するポータブルプリンタを使って領収証印刷する機能
  • 印刷時にQRコードを印刷する機能
  • Googleドライブにバックアップする機能
  • 未来の機能(今は実装しない可能にしておく)odooとの同期・連携 伝票単位で同期 アプリの基本言語は日本語です。コメントも日本語と英語併記です。可読性は重視しません。AIの開発効率を最大に上げるものです。 表示言語は日本語です。環境により英語を表示する機能は未来に実装予定です。 見積・納品・請求・領収証はフォームがほぼ同じですが、項目が時間と共に変化するので件名が同じでも明細は異なる場合があります。 伝票はsqliteで管理します。