h-1.flet.3/flutter.参考/aiderのお仕事.md
2026-02-20 23:24:01 +09:00

9 lines
732 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

既存の lib/ 内のモデルを確認し、請求書Invoiceと領収書ReceiptのPDF出力機能を実装せよ。
printing パッケージを使用して、プレビュー画面とPDF保存機能を実装すること。
レイアウトは日本の商習慣に合わせた標準的なものとし、ロゴ、会社名、インボイス登録番号、明細、合計金額、登録日を表示すること。
重要: PDFを生成する際、将来のOdoo連携のために、ファイル名には {会社ID}_{端末ID}_{連番}.pdf という命名規則を適用せよ。
生成したPDFのバイナリを share_plus で外部メールやLINEに共有できるボタンをUIに追加せよ。