-
Notifications
You must be signed in to change notification settings - Fork 152
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: GSTIN Status report #3011
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
Connected to Huly®: IC-3139 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3011 +/- ##
===========================================
- Coverage 57.28% 56.97% -0.32%
===========================================
Files 126 127 +1
Lines 12705 12785 +80
===========================================
+ Hits 7278 7284 +6
- Misses 5427 5501 +74
|
…is_blocked value of gstin document from backend
…hance ui for updating gstin info;
ljain112
reviewed
Feb 3, 2025
india_compliance/gst_india/report/gstin_detailed/gstin_detailed.js
Outdated
Show resolved
Hide resolved
ljain112
reviewed
Feb 3, 2025
india_compliance/gst_india/report/gstin_detailed/gstin_detailed.js
Outdated
Show resolved
Hide resolved
ljain112
reviewed
Feb 3, 2025
india_compliance/gst_india/report/gstin_detailed/gstin_detailed.js
Outdated
Show resolved
Hide resolved
ljain112
reviewed
Feb 3, 2025
india_compliance/gst_india/report/gstin_detailed/gstin_detailed.js
Outdated
Show resolved
Hide resolved
…ke formatting the value more dynamic;
db4a736
to
5b85eb8
Compare
vorasmit
reviewed
Feb 3, 2025
india_compliance/gst_india/report/gstin_detailed/gstin_detailed.json
Outdated
Show resolved
Hide resolved
vorasmit
requested changes
Feb 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just 2 things for this to be merged.
- Report name need not have report keyword
- Add this to GST dashboard
india_compliance/gst_india/report/gstin_detailed/gstin_detailed.js
Outdated
Show resolved
Hide resolved
india_compliance/gst_india/report/gstin_detailed/gstin_detailed.js
Outdated
Show resolved
Hide resolved
mergify bot
pushed a commit
that referenced
this pull request
Feb 3, 2025
Co-authored-by: ljain112 <ljain112@gmail.com> (cherry picked from commit c61c96b) # Conflicts: # india_compliance/gst_india/workspace/gst_india/gst_india.json
mergify bot
added a commit
that referenced
this pull request
Feb 3, 2025
…tfix/pr-3011 feat: GSTIN Status report (backport #3011)
india-compliance-bot
added a commit
that referenced
this pull request
Feb 4, 2025
# [15.16.0](v15.15.0...v15.16.0) (2025-02-04) ### Bug Fixes * add more fields ([1d51694](1d51694)) * added bill_date column and mapping for linked voucher ([3fb980c](3fb980c)) * added posting date column for export ([894eab4](894eab4)) * changes not available in version-15 ([5b630ee](5b630ee)) * convert ewaybill number to string for IRN retrieval; hence support its indexing ([91384b5](91384b5)) * correct string formatting in version compatibility error message ([53abd5c](53abd5c)) * css for actions summary ([64e1e9a](64e1e9a)) * delete transactions marked as rejected ([07180f8](07180f8)) * don't set default IMS action ([dd557d8](dd557d8)) * format bill_date and bill_no ([31f12ba](31f12ba)) * Improved Data Flow in Purchase Reconciliation Tool ([#2953](#2953)) ([613931d](613931d)) * load set_gstin_options in public.js so that it's accessible in 3b report ([0c61718](0c61718)) * make e-waybill-detailed print format ([2314e71](2314e71)) * more reliable way to link integration request ([db9866f](db9866f)) * new versions for black, isort, flake8 ([119e0cf](119e0cf)) * remove filters correctly from ui too ([9b38da4](9b38da4)) * remove unnecessary padding ([58399cf](58399cf)) * reverse_charge filter for purchase reconciliation tool ([d171f51](d171f51)) * set irn from data json removed ([2fb0ed9](2fb0ed9)) * set year as per doc ([6681ef1](6681ef1)) * Suggest Invoices that Should be Marked as Pending ([#3009](#3009)) ([0e7377f](0e7377f)) * throw when no request data found ([b749376](b749376)) * update address mapping; variable names; conditional IRN being set ([cc61926](cc61926)) * update fieldnames ([7ad6dda](7ad6dda)) * update UI of e-Waybill print-format ([ace8313](ace8313)) ### Features * export document view for IMS ([672ee7f](672ee7f)) * GST Invoice Management System (IMS) Implementation ([#2638](#2638)) ([5b1c084](5b1c084)) * GST Invoice Management System (IMS) Implementation (backport [#2638](#2638)) ([#2994](#2994)) ([8729bf3](8729bf3)) * GSTIN Status report ([#3011](#3011)) ([5681351](5681351))
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.
Fixes: #3006