-
Notifications
You must be signed in to change notification settings - Fork 12.3k
feat(India): Bootstrapped GST Setup #25415
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
Merged
nabinhait
merged 29 commits into
frappe:version-13-hotfix
from
deepeshgarg007:bootstraped_gst_setup
Jul 6, 2021
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
e379f08
feat(India): Separate Input and Output GST tax accounts
deepeshgarg007 3130ed5
fix: Item Tax templates for GST
deepeshgarg007 2acc66d
fix: Add tax categories on company setup
deepeshgarg007 5099770
fix: Update country-wise-tax JSON and tax setup
deepeshgarg007 66a71bd
fix: Issues on new company setup
deepeshgarg007 204ea10
fix: Ignore validations for Tax Setup
deepeshgarg007 a66184f
fix: Remove redundant get_doc
deepeshgarg007 f6610c9
fix: Gracefully handle duplicate bank account name to make setup faster
deepeshgarg007 72e602a
fix: Add validation for GST Settings
deepeshgarg007 1bac72b
fix: Add GST accounts to GST Settings
deepeshgarg007 0ae702a
Merge branch 'develop' of https://github.com/frappe/erpnext into boot…
deepeshgarg007 4311fdc
Merge branch 'version-13-hotfix' of https://github.com/frappe/erpnext…
deepeshgarg007 48b1a82
fix: Add accounts and templates for reverse charge
deepeshgarg007 b3ed807
fix: Regional settings setup
deepeshgarg007 ca34eec
Merge branch 'version-13-hotfix' of https://github.com/frappe/erpnext…
deepeshgarg007 7c7c084
fix: Check for tax category
deepeshgarg007 6734707
Merge branch 'version-13-hotfix' of https://github.com/frappe/erpnext…
deepeshgarg007 40a4330
fix: Move tax categories up in country wise json
deepeshgarg007 208b5f9
chore: Add comments
deepeshgarg007 35e11fb
fix: Tests
deepeshgarg007 0bfffdd
fix: Test Cases
deepeshgarg007 1e5482c
fix: Revert Changes
deepeshgarg007 cf445eb
fix: Add validate bank account method back
deepeshgarg007 ebc46c1
fix: Update account heads in GST test cases
deepeshgarg007 6309601
Merge branch 'version-13-hotfix' of https://github.com/frappe/erpnext…
deepeshgarg007 a0599e5
fix: Test cases for M-pesa
deepeshgarg007 db682d9
fix: Create mode of payment if doesn't exists
deepeshgarg007 15b336d
fix: Test cases
deepeshgarg007 9b6d9a4
fix: Test Cases
deepeshgarg007 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
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.
Why this is removed? The code was there because many people enter just "Bank Accounts" in Bank field in Setup Wizard and it raises duplication error.