Skip to content

chore: release v15#3556

Merged
mergify[bot] merged 31 commits intoversion-15from
version-15-hotfix
Jul 29, 2025
Merged

chore: release v15#3556
mergify[bot] merged 31 commits intoversion-15from
version-15-hotfix

Conversation

@india-compliance-bot
Copy link
Copy Markdown
Collaborator

Automated Release.

karm1000 and others added 17 commits July 21, 2025 09:31
(cherry picked from commit 7068127)

# Conflicts:
#	india_compliance/gst_india/utils/__init__.py
…tfix/pr-3531

refactor: replace Jinja {% include %} with doctype_js hook for loading JS (backport #3531)
…tfix/pr-3530

fix: check permission of the india-compliance-account page for auth (backport #3530)
…tfix/pr-3545

fix: ignore links while saving GST Return Log; as integration requests could be deleted (backport #3545)
…tfix/pr-3541

fix: enhance error messages for version compatibility checks (backport #3541)
…tfix/pr-3540

fix: ignore permissions for file deletion as it's a backend process to generate new file (backport #3540)
…tfix/pr-3542

fix: handle auth failure while generating evc otp (backport #3542)
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jul 24, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch version-15-hotfix

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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 24, 2025

Codecov Report

❌ Patch coverage is 56.81818% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.19%. Comparing base (e795b03) to head (8a4fde6).
⚠️ Report is 74 commits behind head on version-15.

Files with missing lines Patch % Lines
india_compliance/gst_india/utils/__init__.py 14.28% 6 Missing ⚠️
india_compliance/boot.py 0.00% 4 Missing ⚠️
...st_india/page/india_compliance_account/__init__.py 33.33% 4 Missing ⚠️
..._compliance/gst_india/api_classes/nic/e_waybill.py 50.00% 1 Missing ⚠️
...gst_india/doctype/gst_return_log/gst_return_log.py 0.00% 1 Missing ⚠️
...iance/gst_india/doctype/gstr_action/gstr_action.py 0.00% 1 Missing ⚠️
...econciliation_tool/purchase_reconciliation_tool.py 0.00% 1 Missing ⚠️
...dia_compliance/gst_india/utils/transaction_data.py 95.23% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff               @@
##           version-15    #3556      +/-   ##
==============================================
- Coverage       59.25%   59.19%   -0.07%     
==============================================
  Files             139      139              
  Lines           14423    14428       +5     
==============================================
- Hits             8547     8540       -7     
- Misses           5876     5888      +12     
Files with missing lines Coverage Δ
..._compliance/gst_india/api_classes/taxpayer_base.py 28.38% <ø> (ø)
...a_compliance/gst_india/utils/gstr_1/gstr_1_data.py 89.08% <ø> (-0.08%) ⬇️
india_compliance/gst_india/utils/gstr_utils.py 39.34% <100.00%> (+1.01%) ⬆️
india_compliance/hooks.py 100.00% <ø> (ø)
..._compliance/gst_india/api_classes/nic/e_waybill.py 64.23% <50.00%> (-0.20%) ⬇️
...gst_india/doctype/gst_return_log/gst_return_log.py 27.86% <0.00%> (ø)
...iance/gst_india/doctype/gstr_action/gstr_action.py 38.46% <0.00%> (-3.21%) ⬇️
...econciliation_tool/purchase_reconciliation_tool.py 27.20% <0.00%> (ø)
...dia_compliance/gst_india/utils/transaction_data.py 92.92% <95.23%> (-0.30%) ⬇️
india_compliance/boot.py 0.00% <0.00%> (ø)
... and 2 more

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

karm1000 and others added 11 commits July 24, 2025 05:30
…tfix/pr-3554

fix: correct reference to settings in AutoReconcile (backport #3554)
…3227)

* refactor: use gst details for e-Waybill and e-Invoice transactions

* fix: use item gst details to update item taxes

* fix: add tax amounts while grouping

* fix: round tax totals

---------

Co-authored-by: Smit Vora <smitvora203@gmail.com>
(cherry picked from commit 82699b0)

# Conflicts:
#	india_compliance/gst_india/utils/transaction_data.py
…tfix/pr-3227

refactor: Use GST Details for e-Waybill and e-Invoice Transactions (backport #3227)
karm1000 and others added 3 commits July 29, 2025 13:48
…alidation in JS; (#3546)

Fixes: #3520

`no_docs`

## Summary by CodeRabbit

* **New Features**
  * Added a feature that identifies whether a company is an Indian registered company and makes this information available in the application.

* **Bug Fixes**
  * Updated GST HSN code validation and overseas GST category checks to only apply to Indian registered companies, ensuring validations are more accurate and relevant.

(cherry picked from commit d40f56a)
…tfix/pr-3578

fix: handle response type as list in _make_request method of StandardEWaybillAPI (backport #3578)
…tfix/pr-3546

fix: add support for identifying Indian registered companies in GST validation in JS; (backport #3546)
@mergify mergify Bot merged commit 6c121a2 into version-15 Jul 29, 2025
16 checks passed
@india-compliance-bot
Copy link
Copy Markdown
Collaborator Author

🎉 This PR is included in version 15.20.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants