vishnu
d6427cfe53
fix: error while saving job card
...
(cherry picked from commit a209fb4b64 )
# Conflicts:
# erpnext/manufacturing/doctype/job_card/job_card.json
2023-05-23 05:20:21 +00:00
rohitwaghchaure
774092343a
Merge pull request #35374 from frappe/mergify/bp/version-13-hotfix/pr-35227
...
fix: non manufacturing items/fixed asset items in BOM (backport #35227 )
2023-05-22 13:48:10 +05:30
rohitwaghchaure
2aa7729243
fix: get_query filters
2023-05-22 13:16:06 +05:30
Rohit Waghchaure
66ba74f3fc
fix: non manufacturing items/fixed asset items in BOM
...
(cherry picked from commit aba8431d70 )
2023-05-22 07:43:34 +00:00
JunKangChin
dc04b24234
fix: Incorrect Earned Leaves Proration ( #35156 )
2023-05-21 21:36:10 +05:30
mergify[bot]
eb243c2470
fix: allow over-payment against SO ( #35079 )
...
fix: allow over-payment against SO (#35079 )
(cherry picked from commit 870b02b03c )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-05-20 21:03:59 +05:30
ruthra kumar
f7ed4ecd56
Merge pull request #35299 from ruthra-kumar/replace_join_with_subquery
...
refactor: replace join with subquery in PCV
2023-05-19 11:00:42 +05:30
Frappe PR Bot
6bc8749eaf
chore(release): Bumped to Version 13.50.5
...
## [13.50.5](https://github.com/frappe/erpnext/compare/v13.50.4...v13.50.5 ) (2023-05-18)
### Bug Fixes
* tds incorrectly calculated for invoice that are below threshold ([2e3f8e8 ](2e3f8e8846 ))
* **test:** cumulative threshold checks ([d316955 ](d316955d18 ))
v13.50.5
2023-05-18 14:55:22 +00:00
ruthra kumar
2747df78ac
Merge pull request #35360 from frappe/mergify/bp/version-13/pr-35335
...
fix: tds incorrectly calculated for invoice that are below threshold (backport #35335 )
2023-05-18 20:23:24 +05:30
ruthra kumar
d316955d18
fix(test): cumulative threshold checks
...
(cherry picked from commit 132846bbd1 )
2023-05-18 14:29:45 +00:00
ruthra kumar
2e3f8e8846
fix: tds incorrectly calculated for invoice that are below threshold
...
Two purchase invoices for the same supplier, using different tax
withholding categories have this issue.
| Category | single | cumulative |
|----------+--------+------------|
| cat1 | 100 | 500 |
| cat2 | 1000 | 5000 |
1. PINV1 of net total: 105/- uses cat1. TDS is calculated as it
breached single threshold
2. PINV2 of net total: 200/- uses cat2. TDS incorrectly calculated as
PINV1 already has TDS calculated and 'consider_party_ledger_amount' is enabled.
(cherry picked from commit 84b7c1bba0 )
2023-05-18 14:29:45 +00:00
ruthra kumar
9af4e117d4
Merge pull request #35354 from frappe/mergify/bp/version-13-hotfix/pr-35335
...
fix: tds incorrectly calculated for invoice that are below threshold (backport #35335 )
2023-05-18 14:36:28 +05:30
ruthra kumar
6191cfee4c
Merge pull request #35356 from frappe/mergify/bp/version-13-hotfix/pr-35142
...
fix: ineffective bypass flag for Credit Limit in Customer Group (backport #35142 )
2023-05-18 13:31:14 +05:30
ruthra kumar
f0c9d89aab
fix: bypass flag in Customer Group wasn't effective
...
(cherry picked from commit f9a4972cb6 )
2023-05-18 07:32:36 +00:00
ruthra kumar
06deecbd92
fix(test): cumulative threshold checks
...
(cherry picked from commit 132846bbd1 )
2023-05-18 07:09:19 +00:00
ruthra kumar
6c170abdf9
fix: tds incorrectly calculated for invoice that are below threshold
...
Two purchase invoices for the same supplier, using different tax
withholding categories have this issue.
| Category | single | cumulative |
|----------+--------+------------|
| cat1 | 100 | 500 |
| cat2 | 1000 | 5000 |
1. PINV1 of net total: 105/- uses cat1. TDS is calculated as it
breached single threshold
2. PINV2 of net total: 200/- uses cat2. TDS incorrectly calculated as
PINV1 already has TDS calculated and 'consider_party_ledger_amount' is enabled.
(cherry picked from commit 84b7c1bba0 )
2023-05-18 07:09:19 +00:00
mergify[bot]
7506132861
fix: depreciation schedule for existing assets [v14] (backport #35255 ) ( #35347 )
...
* fix: depreciation schedule for existing assets [v14] (#35255 )
* fix: depreciation schedule for existing assets
* chore: correct logic for existing assets and fix test
(cherry picked from commit 0a080efce2 )
# Conflicts:
# erpnext/assets/doctype/asset/asset.py
* chore: fix conflict
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-05-17 22:52:13 +05:30
mergify[bot]
387f8b9e1a
fix: consider 0 if rate/qty are null (backport #35338 ) ( #35341 )
...
fix: consider 0 if rate/qty are null (#35338 )
[skip ci]
(cherry picked from commit e5c86bc2e8 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-05-17 16:17:25 +05:30
Frappe PR Bot
c2ae8eaec0
chore(release): Bumped to Version 13.50.4
...
## [13.50.4](https://github.com/frappe/erpnext/compare/v13.50.3...v13.50.4 ) (2023-05-16)
### Bug Fixes
* add missing options for `Content Align` ([e37b903 ](e37b9030fb ))
* cancelled vouchers in tax withheld vouchers list ([#35309 ](https://github.com/frappe/erpnext/issues/35309 )) ([188cfc2 ](188cfc2e3c ))
* internal transfer condition ([a1d7170 ](a1d717053a ))
* **Salary Slip:** exchange rate overwritten on form load ([#507 ](https://github.com/frappe/erpnext/issues/507 )) ([#35245 ](https://github.com/frappe/erpnext/issues/35245 )) ([8b3d6ee ](8b3d6ee7b0 ))
* update reference data for statistical component ([77f548c ](77f548c814 ))
v13.50.4
2023-05-16 16:59:38 +00:00
Deepesh Garg
f5f88bb62c
Merge pull request #35323 from frappe/version-13-hotfix
...
chore: release v13
2023-05-16 22:28:02 +05:30
mergify[bot]
188cfc2e3c
fix: cancelled vouchers in tax withheld vouchers list ( #35309 )
...
fix: cancelled vouchers in tax withheld vouchers list (#35309 )
(cherry picked from commit 776a83066d )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-05-16 18:58:23 +05:30
Saurabh
c7c2bad6ab
Merge pull request #35267 from saurabh6790/fix-statistical-component-calculation
...
fix: update reference data for statistical component
2023-05-15 11:09:50 +05:30
ruthra kumar
e6a9252f79
refactor: replace join with sub-query for fetching accounts
2023-05-14 16:54:56 +05:30
Sagar Sharma
4a9ad09c7f
Merge pull request #35284 from frappe/mergify/bp/version-13-hotfix/pr-35275
...
fix: add missing options for `Content Align` (backport #35275 )
2023-05-13 09:41:55 +05:30
Sagar Sharma
e37b9030fb
fix: add missing options for Content Align
...
(cherry picked from commit d16caa2d2c )
2023-05-13 04:05:15 +00:00
Saurabh
77f548c814
fix: update reference data for statistical component
2023-05-12 12:10:40 +05:30
Frappe PR Bot
7626d51db1
chore(release): Bumped to Version 13.50.3
...
## [13.50.3](https://github.com/frappe/erpnext/compare/v13.50.2...v13.50.3 ) (2023-05-11)
### Bug Fixes
* internal transfer condition ([ac26e4b ](ac26e4ba2a ))
v13.50.3
2023-05-11 17:26:55 +00:00
rohitwaghchaure
48e5846ed5
Merge pull request #35260 from frappe/mergify/bp/version-13/pr-35259
...
fix: internal transfer condition (backport #35158 ) (backport #35259 )
2023-05-11 22:54:34 +05:30
Rohit Waghchaure
ac26e4ba2a
fix: internal transfer condition
...
(cherry picked from commit b5a2ccf21d )
(cherry picked from commit a1d717053a )
2023-05-11 15:08:08 +00:00
rohitwaghchaure
8b9f8c6ab7
Merge pull request #35259 from frappe/mergify/bp/version-13-hotfix/pr-35158
...
fix: internal transfer condition (backport #35158 )
2023-05-11 20:36:41 +05:30
Rohit Waghchaure
a1d717053a
fix: internal transfer condition
...
(cherry picked from commit b5a2ccf21d )
2023-05-11 14:38:38 +00:00
Rucha Mahabal
8b3d6ee7b0
fix(Salary Slip): exchange rate overwritten on form load ( #507 ) ( #35245 )
2023-05-10 16:16:50 +05:30
Frappe PR Bot
1380f7a7ec
chore(release): Bumped to Version 13.50.2
...
## [13.50.2](https://github.com/frappe/erpnext/compare/v13.50.1...v13.50.2 ) (2023-05-10)
### Bug Fixes
* handle empty FBs properly in TB and GL [v14] (backport [#35189 ](https://github.com/frappe/erpnext/issues/35189 )) ([#35192 ](https://github.com/frappe/erpnext/issues/35192 )) ([e2af66c ](e2af66c7be ))
v13.50.2
2023-05-10 05:40:17 +00:00
Deepesh Garg
2825253339
Merge pull request #35223 from frappe/version-13-hotfix
...
chore: release v13
2023-05-10 11:08:54 +05:30
Frappe PR Bot
40cfd5215c
chore(release): Bumped to Version 13.50.1
...
## [13.50.1](https://github.com/frappe/erpnext/compare/v13.50.0...v13.50.1 ) (2023-05-06)
### Bug Fixes
* handle empty FBs properly in TB and GL [v14] (backport [#35189 ](https://github.com/frappe/erpnext/issues/35189 )) (backport [#35192 ](https://github.com/frappe/erpnext/issues/35192 )) ([#35195 ](https://github.com/frappe/erpnext/issues/35195 )) ([af8142c ](af8142cf85 ))
v13.50.1
2023-05-06 18:13:48 +00:00
mergify[bot]
af8142cf85
fix: handle empty FBs properly in TB and GL [v14] (backport #35189 ) (backport #35192 ) ( #35195 )
...
fix: handle empty FBs properly in TB and GL [v14] (backport #35189 ) (#35192 )
fix: handle empty FBs properly in TB and GL [v14] (#35189 )
fix: handle empty FBs properly in TB and GL
(cherry picked from commit ed5f39c2c2 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit e2af66c7be )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-05-06 23:41:57 +05:30
mergify[bot]
e2af66c7be
fix: handle empty FBs properly in TB and GL [v14] (backport #35189 ) ( #35192 )
...
fix: handle empty FBs properly in TB and GL [v14] (#35189 )
fix: handle empty FBs properly in TB and GL
(cherry picked from commit ed5f39c2c2 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-05-06 17:44:49 +05:30
Frappe PR Bot
ef2d4febdd
chore(release): Bumped to Version 13.50.0
...
# [13.50.0](https://github.com/frappe/erpnext/compare/v13.49.14...v13.50.0 ) (2023-05-03)
### Bug Fixes
* allow user to set standard deductions in income tax slab without allowing other exemptions ([c5261cd ](c5261cde9c ))
* check for session user rather than owner ([7d6e2f9 ](7d6e2f979f ))
* conflicts ([778ba69 ](778ba6956c ))
* conflicts ([b19b0a4 ](b19b0a4a98 ))
* conflicts ([6bdf143 ](6bdf143084 ))
* don't allow to make reposting for the closed period ([b31d8ee ](b31d8eec05 ))
* handle expected_value_after_useful_life properly in asset value adjustment (backport [#35117 ](https://github.com/frappe/erpnext/issues/35117 )) ([#35120 ](https://github.com/frappe/erpnext/issues/35120 )) ([635559d ](635559d905 ))
* handle finance book properly in trial balance and general ledger ([#35136 ](https://github.com/frappe/erpnext/issues/35136 )) ([9a37603 ](9a376039aa ))
* Hyperlink in Quality Inspection Summary ([54388e8 ](54388e8d92 ))
* Naming series error in Journal Entry template ([#35084 ](https://github.com/frappe/erpnext/issues/35084 )) ([d3c769c ](d3c769c183 ))
* per_billed condition for Payment Entry ([#34969 ](https://github.com/frappe/erpnext/issues/34969 )) ([563e5c0 ](563e5c0b69 ))
* test case ([db6d0e0 ](db6d0e03f5 ))
### Features
* validate repost item valuation against accounts freeze date ([a852dc1 ](a852dc1f11 ))
v13.50.0
2023-05-03 06:38:15 +00:00
Deepesh Garg
cb0d567d7b
Merge pull request #35130 from frappe/version-13-hotfix
...
chore: release v13
2023-05-03 12:06:38 +05:30
mergify[bot]
9a376039aa
fix: handle finance book properly in trial balance and general ledger ( #35136 )
...
fix: handle finance book properly in trial balance and general ledger [v14] (#35136 )
fix: handle FBs properly in general ledger and trial balance
(cherry picked from commit 344c339484 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-05-03 08:25:01 +05:30
Saurabh
2f74026513
Merge pull request #35114 from saurabh6790/consider-standard-exemption
...
fix: allow user to set standard deductions in income tax slab without allowing other exemptions
2023-05-02 11:38:30 +05:30
rohitwaghchaure
740313ff09
Merge pull request #35122 from frappe/mergify/bp/version-13-hotfix/pr-35118
...
fix: don't allow to make reposting for the closed period (backport #35118 )
2023-05-02 00:00:58 +05:30
rohitwaghchaure
db6d0e03f5
fix: test case
2023-05-01 23:34:31 +05:30
rohitwaghchaure
778ba6956c
fix: conflicts
2023-05-01 20:55:52 +05:30
rohitwaghchaure
b19b0a4a98
fix: conflicts
2023-05-01 20:54:32 +05:30
Rohit Waghchaure
b31d8eec05
fix: don't allow to make reposting for the closed period
...
(cherry picked from commit f751727149 )
# Conflicts:
# erpnext/accounts/doctype/period_closing_voucher/test_period_closing_voucher.py
# erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.py
2023-05-01 15:12:01 +00:00
rohitwaghchaure
078161cf6b
Merge pull request #35116 from frappe/mergify/bp/version-13-hotfix/pr-33013
...
fix: validate repost item valuation against accounts freeze date (backport #33013 )
2023-05-01 20:41:00 +05:30
mergify[bot]
635559d905
fix: handle expected_value_after_useful_life properly in asset value adjustment (backport #35117 ) ( #35120 )
...
fix: handle expected_value_after_useful_life properly in asset value adjustment (#35117 )
(cherry picked from commit 80230fec3e )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-05-01 20:00:04 +05:30
rohitwaghchaure
6bdf143084
fix: conflicts
2023-05-01 18:26:51 +05:30
Dany Robert
198a64d574
chore: pre-commit
...
(cherry picked from commit 88a0aa4077 )
2023-05-01 11:50:17 +00:00