Skip to content
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

fix: While extracting address for GSTIN info, avoid duplicates #2041

Conversation

Sanket322
Copy link
Contributor

avoid duplicate in address_line1 and address_line2 for GSTIN info
closes #1917

@Sanket322 Sanket322 changed the title fix: avoid_dupliace in address fix: avoid_duplicate in address Apr 17, 2024
Copy link

codecov bot commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.34%. Comparing base (2a34abf) to head (3f46897).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2041      +/-   ##
===========================================
+ Coverage    65.31%   65.34%   +0.02%     
===========================================
  Files          105      105              
  Lines         8731     8737       +6     
===========================================
+ Hits          5703     5709       +6     
  Misses        3028     3028              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vorasmit vorasmit merged commit 17cb1d0 into resilient-tech:develop Apr 23, 2024
12 checks passed
mergify bot pushed a commit that referenced this pull request Apr 23, 2024
* fix: avoid_dupliace in address

* refactor: unique address values

---------

(cherry picked from commit 17cb1d0)
mergify bot pushed a commit that referenced this pull request Apr 23, 2024
* fix: avoid_dupliace in address

* refactor: unique address values

---------

(cherry picked from commit 17cb1d0)
mergify bot added a commit that referenced this pull request Apr 23, 2024
…tfix/pr-2041

fix: avoid_duplicate in address (backport #2041)
mergify bot added a commit that referenced this pull request Apr 23, 2024
…tfix/pr-2041

fix: avoid_duplicate in address (backport #2041)
india-compliance-bot added a commit that referenced this pull request Apr 29, 2024
## [15.7.3](v15.7.2...v15.7.3) (2024-04-29)

### Bug Fixes

* **auto-rcm:** tds getting overwritten where rcm template was reset ([#2056](#2056)) ([13fd096](13fd096))
* avoid_duplicate in address ([#2041](#2041)) ([f41dea2](f41dea2))
* avoiding addition of TDS rates for past financial year ([#2077](#2077)) ([9dcb034](9dcb034)), closes [#2068](#2068)
* cancel sales invoice if e-Invoice is cancelled ([#2045](#2045)) ([8f9351c](8f9351c))
* correct condition for GST Invoice in case of supply to SEZ ([a29f710](a29f710))
* correct outward supply details using gst treatment ([#2067](#2067)) ([6b24008](6b24008))
* do not throw on "ignore_gst_validations" ([2f30984](2f30984))
* Document Type as `CHL` in case of return Invoice with Nil-rated ([#2028](#2028)) ([ac2c634](ac2c634))
* **excel:** remove default bg colors from excel export ([cb42fbc](cb42fbc))
* handle on cancel for reco tool ([#2046](#2046)) ([a3d53fa](a3d53fa))
* on trash update status dynamically ([ee5256c](ee5256c))
* remove extra inward supplies and unlink invoice ([961abbc](961abbc))
* support tax collector as customer ([#2066](#2066)) ([4d86b21](4d86b21))

### Performance Improvements

* dont create address copy ([f2a77c6](f2a77c6))
india-compliance-bot added a commit that referenced this pull request Apr 29, 2024
## [14.26.4](v14.26.3...v14.26.4) (2024-04-29)

### Bug Fixes

* **auto-rcm:** tds getting overwritten where rcm template was reset ([#2056](#2056)) ([0c77750](0c77750))
* avoid_duplicate in address ([#2041](#2041)) ([5b0cc69](5b0cc69))
* avoiding addition of TDS rates for past financial year ([#2077](#2077)) ([e30ba31](e30ba31)), closes [#2068](#2068)
* cancel sales invoice if e-Invoice is cancelled ([#2045](#2045)) ([2ba6807](2ba6807))
* correct condition for GST Invoice in case of supply to SEZ ([937ed11](937ed11))
* correct outward supply details using gst treatment ([#2067](#2067)) ([f4df0be](f4df0be))
* do not throw on "ignore_gst_validations" ([bb59e09](bb59e09))
* Document Type as `CHL` in case of return Invoice with Nil-rated ([#2028](#2028)) ([a331778](a331778))
* **excel:** remove default bg colors from excel export ([54f959b](54f959b))
* handle on cancel for reco tool ([#2046](#2046)) ([b9b9257](b9b9257))
* **minor:** better way to override totals in gst sales beta report ([#2022](#2022)) ([7751af2](7751af2))
* on trash update status dynamically ([9bb6b5d](9bb6b5d))
* remove check digit validation for transporter id ([193c1a8](193c1a8))
* remove extra inward supplies and unlink invoice ([9b363f0](9b363f0))
* support tax collector as customer ([#2066](#2066)) ([c6c33ab](c6c33ab))
* uom as per gst ([#2019](#2019)) ([2caf9e6](2caf9e6))
* validate for cess non-advol ([#2009](#2009)) ([41acfdd](41acfdd))

### Performance Improvements

* dont create address copy ([e74d04a](e74d04a))
@ljain112 ljain112 mentioned this pull request May 2, 2024
@Sanket322 Sanket322 changed the title fix: avoid_duplicate in address fix: While extracting address for GSTIN info, avoid duplicates May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

While extracting address_line2 for GSTIN info, avoid duplicates
2 participants