Sanket322
8c1f6196b8
fix: remove proprietorship and update it with individual (backport #42307 )
2024-07-17 14:03:52 +05:30
barredterra
8f5278e3d4
fix: migrate lead notes
...
(cherry picked from commit 382d0ff453 )
2024-06-18 22:57:19 +00:00
mergify[bot]
97fdda8a7c
fix: priority not working for multiple pricing rules (backport #41516 ) ( #41524 )
...
* fix: priority not working for multiple pricing rules (#41516 )
(cherry picked from commit 5cf5b18aea )
# Conflicts:
# erpnext/accounts/doctype/pricing_rule/pricing_rule.json
# erpnext/accounts/doctype/pricing_rule/pricing_rule.py
# erpnext/patches.txt
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-05-20 13:39:39 +05:30
ruthra kumar
b4ed2d2c16
fix: use 'eq' and isnull() on qb conditions
...
(cherry picked from commit eee86d2e4b )
(cherry picked from commit 22689958da )
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2024-04-10 17:13:31 +05:30
Akhil Narang
2425119b5e
fix: exclude some query builder lines from ruff rules
...
`== None` and `== True` are intentional here
(cherry picked from commit ac69513f60 )
(cherry picked from commit 41d7c03cbb )
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2024-04-10 17:13:31 +05:30
Akhil Narang
b087fb3d54
fix(treewide): manual ruff fixes
...
(cherry picked from commit f63396ef47 )
(cherry picked from commit 7828eee014 )
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2024-04-10 17:13:31 +05:30
Akhil Narang
4d34b1ead7
refactor(treewide): formatting and ruff fixes, + manually enabled F401
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2024-04-10 17:13:31 +05:30
ruthra kumar
0ec1a88748
Merge pull request #40625 from frappe/mergify/bp/version-14-hotfix/pr-40622
...
refactor: reset update_outstanding_for_self flag for old records (backport #40622 )
2024-03-24 16:24:37 +05:30
rohitwaghchaure
c3f9338430
fix: remove microsecond from posting datetime ( #40017 )
...
(cherry picked from commit 0b04d04da3 )
2024-03-23 03:07:37 +00:00
ruthra kumar
22cec21c6f
refactor: reset flag for old records
...
(cherry picked from commit a88bf8419e )
2024-03-22 14:54:03 +00:00
Rohit Waghchaure
5e68ebd030
perf: new column posting datetime in SLE to optimize stock ledger related queries
...
(cherry picked from commit d80ca523a4 )
2024-03-20 20:07:36 +05:30
ruthra kumar
fa0a60c5d9
Merge pull request #40426 from frappe/mergify/bp/version-14-hotfix/pr-40372
...
refactor: checkbox to toggle standalone Credit/Debit note behaviour (backport #40372 )
2024-03-13 16:28:38 +05:30
Nabin Hait
b5f0576a1b
Merge pull request #40122 from nabinhait/remove-capitalized-in
...
fix: Patch to remove cancelled asset capitalization from asset
2024-03-13 13:16:29 +05:30
ruthra kumar
adbc20736e
chore: patch for updating flag in Cr/Dr notes
...
(cherry picked from commit 849f478894 )
2024-03-13 06:12:44 +00:00
Nabin Hait
ac0dd5083f
fix: linter issues
2024-03-12 12:10:55 +05:30
ruthra kumar
6828a2d46d
refactor: patch to setup dimensions in Reconciliation tool
...
(cherry picked from commit 461fb183fc )
2024-02-26 13:10:44 +05:30
Nabin Hait
23e256aedf
fix: Patch to remove cancelled asset capitalization from asset
2024-02-26 12:53:06 +05:30
Nabin Hait
ea1a0b3a28
fix: linter issue
2024-02-21 08:43:10 +05:30
Nabin Hait
46cd929d00
fix: Delete orphaned asset movement item records
2024-02-20 18:36:23 +05:30
Nabin Hait
b840eb90eb
fix: Asset Depreciation WDV as per Income Tax Act
2024-01-18 19:06:41 +05:30
mergify[bot]
8169c7de0d
feat: total_asset_cost field (backport #38879 ) ( #38886 )
...
* feat: total_asset_cost field (#38879 )
(cherry picked from commit d370c60a6c )
# Conflicts:
# erpnext/assets/doctype/asset/asset.json
# erpnext/assets/doctype/asset/asset.py
# erpnext/patches.txt
* chore: resolve conflicts in asset.json
* chore: resolve conflicts in asset.py
* chore: resolve conflicts in patches.txt
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-12-20 22:57:37 +05:30
rohitwaghchaure
c2f692a4e4
fix: allow to set rate manually for service item in BOM ( #38880 )
2023-12-20 17:53:48 +05:30
ruthra kumar
59773acdd2
chore: clear singles table and reconciliation related tables
...
(cherry picked from commit f31002636b )
# Conflicts:
# erpnext/patches.txt
2023-12-04 06:31:05 +00:00
mergify[bot]
756f08b9ba
fix: patch - Duplicate entry quality inspection parameter (backport #38262 ) ( #38263 )
...
fix: patch - Duplicate entry quality inspection parameter (#38262 )
(cherry picked from commit 0ca7527f7a )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-11-23 22:39:14 +05:30
Anand Baburajan
3daf6f822a
fix: set default asset quantity as 1 [v14] ( #38224 )
...
fix: set default asset quantity as 1
2023-11-20 22:27:25 +05:30
Deepesh Garg
51e33e1556
feat: Add accounting dimensions to Supplier Quotation
...
(cherry picked from commit 089da459f7 )
# Conflicts:
# erpnext/buying/doctype/supplier_quotation/supplier_quotation.json
# erpnext/patches.txt
2023-11-18 14:11:16 +00:00
ruthra kumar
560a45b343
chore: patch to update default repost settings value
...
(cherry picked from commit ebb186c8df )
# Conflicts:
# erpnext/patches.txt
2023-11-07 10:14:28 +00:00
mergify[bot]
eb3630bcf8
fix: Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (backport #37499 ) ( #37916 )
...
fix: Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (#37499 )
* fix: account for case-insensitive database primary key for parameter names
* chore: linting
(cherry picked from commit b099590b2c )
Co-authored-by: Richard Case <110036763+casesolved-co-uk@users.noreply.github.com >
2023-11-05 06:16:23 +00:00
Anand Baburajan
65dfef021a
chore: rename depreciation_amount_based_on_num_days_in_month to daily_prorata_based [v14] ( #37898 )
...
chore: rename depreciation_amount_based_on_num_days_in_month to daily_prorata_based
2023-11-03 20:18:20 +00:00
Anand Baburajan
86c6ae6275
chore: rename daily_depreciation in asset to depreciation_amount_based_on_num_days_in_month [v14] ( #37895 )
...
chore: rename daily_depreciation to depreciation_amount_based_on_num_days_in_month
2023-11-03 23:26:34 +05:30
anandbaburajan
ad64065ec6
fix: add missing disbursement account in update_old_loans patch
2023-11-03 20:57:52 +05:30
mergify[bot]
556095daaa
fix: avoid name clash in delivery stop (backport #37306 ) ( #37701 )
...
fix: avoid name clash in delivery stop (#37306 )
* fix(stock): avoid name clash in delivery stop with Document.lock()
* chore(stock): format delivery stop json according to doctype builder
(cherry picked from commit 681782121c )
Co-authored-by: David Arnold <dgx.arnold@gmail.com >
2023-10-26 18:12:01 +05:30
mergify[bot]
f5e9913746
refactor: rename field Over Order Allowance to Blanket Order Allowance (backport #37669 ) ( #37681 )
...
* refactor: rename field `Over Order Allowance` to `Blanket Order Allowance`
(cherry picked from commit 8ffa2bfe25 )
* chore: patch to rename field `over_order_allowance`
(cherry picked from commit fcfcf6957e )
# Conflicts:
# erpnext/patches.txt
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-25 09:55:24 +00:00
Deepesh Garg
80774e2da1
fix: GL Entries for receiving non CWIP assets using Purchase Receipt ( #37660 )
...
* fix: GL Entries for receiving non CWIP assets using Purchase Receipt
* fix: rearrange functions
* chore: rearrange functions
* chore: rearrange functions
* fix: Purchase Invoice GL entires for assets
* test: cwip accounting unit tests
* chore: Attribute error
* chore: Purchase Invoice tests
* chore: Missing asset account
* chore: Missing asset account
* chore: update tests
* fix: Internal transfer GL Entries
* test: Deprecate tests
* test: Depricate tests
* test: Depricate tests
* chore: make `Reserve Stock` checkbox visible in SO
* refactor: rename field `Auto Reserve Stock for Sales Order`
* feat: add fields to hold SO and SO Item ref in PR Item
* test: Deprecate tests
* test: Depricate tests
* test: Depricate tests
* refactor: Remove expense included in valuation accounts
* chore: Add back default in transit warehousefield
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-25 09:12:27 +05:30
Deepesh Garg
bfa93cd3f6
chore: Add accounting dimensions to Sales Order Item table
...
(cherry picked from commit e31db18912 )
# Conflicts:
# erpnext/patches.txt
2023-10-17 17:25:57 +00:00
Florian HENRY
ab8a4f7f7b
Merge branch 'version-14-hotfix' of https://github.com/frappe/erpnext into 14_warning_depreciation_regional_france
2023-09-25 10:19:55 +02:00
mergify[bot]
13aaff30a5
fix: company wise deferred accounting fields in item ( #37023 )
...
* fix: company wise deferred accounting fields in item (#37023 )
* fix: move deferred accounts in accounting section
* fix: move deferred check boxes in item accounting
* fix: show company wise acc in filters
* fix: fetch item deferred account from child table
* fix: tests using deferred acc
* refactor: use cached value
* fix: cached value call
* feat: patch to migrate deferred acc
* fix: hardcode education module doctypes in patch
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 099468e3cf )
# Conflicts:
# erpnext/patches.txt
# erpnext/patches/v14_0/delete_education_doctypes.py
# erpnext/stock/doctype/item/item.json
* chore: resolve conflicts
* chore: resolve conflicts
---------
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-09-18 09:57:11 +05:30
Florian HENRY
5c0a232e0f
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-10 17:24:01 +02:00
Florian HENRY
7de3d08ce3
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-10 17:23:35 +02:00
Florian HENRY
fb7ca8fca2
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-10 17:19:35 +02:00
Florian HENRY
d9f15e96b5
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-10 17:18:42 +02:00
Anand Baburajan
0ff1546b9b
chore: patch to correct asset values if je has workflow [v14] ( #36915 )
...
chore: patch to correct asset values if je has workflow
2023-09-02 18:32:16 +05:30
ruthra kumar
287af687cf
chore: patch to update property setter for Journal Entry Accounts
...
(cherry picked from commit 0587338435 )
2023-08-14 04:51:37 +00:00
mergify[bot]
8a607db493
fix: Trailing opening entries in Accounts closing balance ( #36175 )
...
fix: Trailing opening entries in Accounts closing balance (#36175 )
(cherry picked from commit fbea61bbc6 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-18 15:20:11 +05:30
mergify[bot]
e7f57542ab
fix: Handle multi-company in patch ( #36127 )
...
* fix: Handle multi-company in patch (#36127 )
fix: Handle multi-compnay in patch
(cherry picked from commit ac9ad8ec36 )
* chore: re trigger patch
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-14 15:59:57 +05:30
mergify[bot]
0147754273
fix: Account balance patch and query fixes ( #36117 )
...
* fix: Account balance patch and query fixes (#36117 )
(cherry picked from commit b4bd978791 )
# Conflicts:
# erpnext/patches.txt
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-14 10:41:18 +05:30
mergify[bot]
cf29156139
fix: Accounts closing balance patch ( #36113 )
...
fix: Accounts closing balance patch (#36113 )
(cherry picked from commit d631c7dffa )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-13 16:13:23 +05:30
mergify[bot]
ebf3c0173e
feat: Closing balance for period closing and reporting ( #34257 )
...
* feat: Introduce opening entry for reporting
(cherry picked from commit 9739d8b52a )
* feat: Introduce opening entry for reporting
(cherry picked from commit b44a19bd1a )
* fix: Add patches to create accounting dimension in Closing Balance
(cherry picked from commit 36c08d0835 )
* feat: Cascade closing balances on PCV submit
(cherry picked from commit c3f39c3f32 )
# Conflicts:
# erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py
# erpnext/patches.txt
* feat: Add views in standard filter
(cherry picked from commit e18336ebe7 )
* chore: Rewrite query using query builder
(cherry picked from commit 7fa7d6b5e4 )
# Conflicts:
# erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py
* feat: Add validations against period closing voucher
(cherry picked from commit f92c63fb10 )
* fix: Order by issue in aggregation query
(cherry picked from commit 6607c8bd82 )
* fix: Add patch to update closing balances
(cherry picked from commit a663df376c )
* fix: Closing balance entries for period closing voucher
(cherry picked from commit 436fc03eda )
* fix: Update patch to generate closing balance entries
(cherry picked from commit 95c9aafda9 )
# Conflicts:
# erpnext/patches.txt
* perf: Apply closing balance in Trial Balance report
(cherry picked from commit e5f603c9d9 )
# Conflicts:
# erpnext/accounts/report/trial_balance/trial_balance.py
* chore: Minor fixes
(cherry picked from commit c089c4156c )
# Conflicts:
# erpnext/patches.txt
* fix: Aggregation with previous closing balance
(cherry picked from commit 4a2046dfb6 )
# Conflicts:
# erpnext/patches.txt
* test: Add static posting dates to tests
(cherry picked from commit 310f71c313 )
* chore: Add index to period closing voucher column
(cherry picked from commit 5dabc98ba5 )
* chore: rename Closing Balance to Account Closing Balance
(cherry picked from commit 3249a79f07 )
* test: Add test case for closing balance
(cherry picked from commit f0267feca8 )
* chore: Use account closing balance in set gl entries
(cherry picked from commit 0157fa15eb )
# Conflicts:
# erpnext/accounts/report/financial_statements.py
* fix: Update patch
(cherry picked from commit 76775a3e49 )
* fix: Account sub query
(cherry picked from commit 7f11373b58 )
* chore: Simplify query
(cherry picked from commit 00fe3042b2 )
# Conflicts:
# erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py
* chore: Add missing validations
(cherry picked from commit 0aadb680eb )
* chore: Remove unnecessary list comprehension
(cherry picked from commit 44053db010 )
# Conflicts:
# erpnext/accounts/report/financial_statements.py
* fix: Ignore opening entries if PCV posted
(cherry picked from commit f9397a87ac )
# Conflicts:
# erpnext/accounts/report/financial_statements.py
* fix: Don't validate if no GL Entry exists
(cherry picked from commit 528ab503f2 )
* chore: Fix Typo
(cherry picked from commit 3fd95200da )
* fix: Validation for cancelation
(cherry picked from commit 30eb6c8512 )
* fix: Partial trial balance view
(cherry picked from commit b7dcf27b01 )
* fix: CS financial statement param
(cherry picked from commit f8cff09129 )
* chore: Improve validation message
(cherry picked from commit 8ce1da111e )
* chore: Resolve conflicts
* chore: Resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-10 18:04:45 +05:30
mergify[bot]
21d560cd19
feat: Provision to send Accounts Receivable Reports using Process SOA ( #35789 )
...
* feat: Provision to send Accounts Receivable Reports using Process Statement of Accounts
Issue #35707
(cherry picked from commit b3d565c91f )
# Conflicts:
# erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.py
* fix: add patch for setting default value of report field
(cherry picked from commit 555c126eb9 )
# Conflicts:
# erpnext/patches.txt
* fix: modify patch
(cherry picked from commit cde82bc0cc )
* chore: update typo in patch
(cherry picked from commit 4de7a4c571 )
* chore: Resolve conflicts
---------
Co-authored-by: Gursheen Anand <gursheen@frappe.io >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-06-25 16:21:18 +05:30
Sagar Sharma
3c790c12f2
fix(patch): enable existing serial no in stock settings ( #35762 )
2023-06-17 23:21:30 +05:30