-
Notifications
You must be signed in to change notification settings - Fork 142
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
feat: allow filing of Nil return for GSTR-1 #2906
Merged
Merged
Conversation
This file contains 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
Sanket322
force-pushed
the
nil_return_filing
branch
from
December 26, 2024 10:14
cfbbb33
to
08c7591
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2906 +/- ##
===========================================
- Coverage 59.90% 59.86% -0.04%
===========================================
Files 122 122
Lines 12135 12142 +7
===========================================
Hits 7269 7269
- Misses 4866 4873 +7
|
ljain112
reviewed
Dec 26, 2024
ljain112
reviewed
Dec 26, 2024
india_compliance/gst_india/doctype/gst_return_log/generate_gstr_1.py
Outdated
Show resolved
Hide resolved
ljain112
reviewed
Dec 26, 2024
india_compliance/gst_india/doctype/gst_return_log/generate_gstr_1.py
Outdated
Show resolved
Hide resolved
Sanket322
force-pushed
the
nil_return_filing
branch
from
December 26, 2024 17:40
1100ae2
to
e5c919d
Compare
Sanket322
force-pushed
the
nil_return_filing
branch
from
December 27, 2024 05:58
aa02623
to
b572da3
Compare
vorasmit
force-pushed
the
nil_return_filing
branch
from
January 11, 2025 07:40
df424ba
to
6725770
Compare
vorasmit
approved these changes
Jan 11, 2025
mergify bot
pushed a commit
that referenced
this pull request
Jan 11, 2025
- closes: #2880 ![image](https://github.com/user-attachments/assets/7f577ef2-e7bf-4a47-804c-2d7143f42c4c) Show a checkbox to file NIL return if there is no data in books. <sub><a href="https://huly.app/guest/resilienttech?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsaW5rSWQiOiI2NzZkMmM3NmYxNDRmNTg1YWU1MGU1MGYiLCJndWVzdCI6InRydWUiLCJlbWFpbCI6IiNndWVzdEBoYy5lbmdpbmVlcmluZyIsIndvcmtzcGFjZSI6Inctc21pdHZvcmEyMDMtcmVzaWxpZW50dGVjLTY2N2U0MjkxLWEwNWMwNjY4N2EtNjM4MjY3In0.SryCl4-r0RaJt_P6UCMRszP6s_XiYYrA03fhRqrsi_0">Huly®: <b>IC-3033</b></a></sub> (cherry picked from commit 00ec2ca)
india-compliance-bot
added a commit
that referenced
this pull request
Jan 15, 2025
# [15.15.0](v15.14.7...v15.15.0) (2025-01-15) ### Bug Fixes * `ignore_permissions` when handeling missing gstr2a 2b transactions ([a2c2fda](a2c2fda)) * do not migrate old passwords if decryption fails ([f5f093c](f5f093c)) * enqueue only once for transactions created in bulk ([3faba43](3faba43)) * **gstr-1:** handle gov api error when downloading and make it optional for unfiled returns ([#2897](#2897)) ([744fedc](744fedc)) * ignore permissions for saving gstin doc ([133405c](133405c)) * only download sections with records ([924046e](924046e)) * primary action to reset on change of `is_nil` if already uploaded info ([225f681](225f681)) * round gst values before upload for accurate comparision with govt summary ([57252b8](57252b8)) * save nil filing information in gst return log ([c6c4352](c6c4352)) * selective download supported only for filled information, fixes related to updating description ([ea9feaa](ea9feaa)) * selectively download sections in GSTR-1 based on summary information ([abf6f02](abf6f02)) * set recon status for unlinked document ([7db22c8](7db22c8)) * suggest default return period correct when in first period ([1773cff](1773cff)) * support purchases from tax collector in purchae reco tool ([4ea05f6](4ea05f6)) * trim OTP values before sending ([7e33fa7](7e33fa7)) * unique name for events and doctype parameter alone is redundant ([#2903](#2903)) ([7d47599](7d47599)) ### Features * allow filing of Nil return for GSTR-1 ([#2906](#2906)) ([5a05376](5a05376)), closes [#2880](#2880)
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.
Show a checkbox to file NIL return if there is no data in books.