-
Notifications
You must be signed in to change notification settings - Fork 652
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
受注テーブルのtaxに税率ごとの消費税額の合算を設定する #5974
Conversation
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## 4.2 #5974 +/- ##
=========================================
Coverage 82.56% 82.56%
- Complexity 6425 6427 +2
=========================================
Files 475 475
Lines 25859 25862 +3
=========================================
+ Hits 21350 21354 +4
+ Misses 4509 4508 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@takeuji どのような用途で利用されますでしょうか? |
@takeuji |
819d0df
to
7155a6e
Compare
Order->setTax は非奨励となっていますが |
@takeuji tax ではなく tax_total などに名称変更した方が、直感的に税額合計とわかりやすそうですがいかがでしょうか? |
@nanasess ただ、payment_totalはdtb_order内のカラムの合計値で すこし、本来のPRから範囲が広がる話になりますが… |
もう1点補足します。 PRのタイトルは税率ごとの合算としていますが |
概要(Overview・Refs Issue)
dtb_orderのtaxカラムは非奨励ではあるようですが、適格請求書に記載する消費税を設定しておきたいです。
方針(Policy)
現在は、各商品の消費税分×数量の合算を設定していますが、このプルリクでは消費税率ごとの消費税の合算としています。
実装に関する補足(Appendix)
テスト(Test)
相談(Discussion)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目