-
Notifications
You must be signed in to change notification settings - Fork 2
領収書修正反映 #1014
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
領収書修正反映 #1014
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I replaced an informal comment with a professional explanation in `api/externals/controller/division_controller.go`.
Fix: Replace informal comment in division controller
…ivision 部門取得API作成
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add tech stack overview (Go/Next.js/OpenAPI) - Add development commands and workflow - Add project structure and port configuration - Add AI development support information - Reorganize documentation links for better structure - Add important notes about code generation and quality 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add comprehensive Mermaid diagram showing system components - Visualize Clean Architecture pattern and data flow - Show OpenAPI-driven development workflow - Add color-coded component categorization - Include architecture characteristics explanation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Add CLAUDE.md for AI assistant guidance
Update README.md with comprehensive development information
対応Issue: resolve #0 (仮) 概要: 請求書PDF生成時に数量が反映されない問題を修正しました。 - 型にとを追加しました。 - でに数量と単価を含めるように修正しました。 - での数量と単価を正しく設定するように修正しました。 - で数量と単価、金額を正しく表示するように修正しました。 テスト項目: - 請求書PDFが正しく生成され、数量が反映されていること。 - から生成したPDFで、入力した数量が反映されていること。 - から生成したPDFで、数量が1、単価が協賛スタイルの価格で表示されていること。 備考: における数量の扱いは、既存の協賛活動からPDFを生成する場合、数量はデフォルトで1であり、単価は協賛スタイルの価格と一致するという仮定に基づいています。もし、協賛活動に数量の概念がある場合は、別途修正が必要です。
…oice-pdf fix: 請求書PDFに数量を反映
Kubosaka
approved these changes
Jul 26, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
対応Issue
概要
領収書の数量反映等を修正
画面スクリーンショット等
URLスクリーンショット
テスト項目
備考