refactor: remove dead print format#54655
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
💤 Files with no reviewable changes (2)
📝 WalkthroughWalkthroughThis pull request removes the "Sales Invoice Print" print format by deleting its two constituent files: the HTML template file containing the Jinja2-based invoice rendering logic and the JSON configuration file defining the format metadata. The template included header, items table, tax calculations, and terms sections. The removal eliminates the complete print format definition from the codebase. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #54655 +/- ##
===========================================
+ Coverage 79.44% 79.74% +0.30%
===========================================
Files 1160 1160
Lines 126161 126380 +219
===========================================
+ Hits 100224 100781 +557
+ Misses 25937 25599 -338 🚀 New features to boost your workflow:
|
Since there is a new print format for the Sales Invoice, this is no longer needed and is also outdated.