mergify[bot]
d785c6ce3e
fix: perf issue while submitting stock entry (backport #39634 ) ( #39642 )
...
fix: perf issue while submitting stock entry (#39634 )
(cherry picked from commit b14886b227 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-01-30 15:43:50 +05:30
ruthra kumar
bc8ab51f9d
Merge pull request #39633 from frappe/mergify/bp/version-15-hotfix/pr-39559
...
fix: prevent Return Invoices(Credit/Debit Note) from using a different account (backport #39559 )
2024-01-30 11:20:25 +05:30
ruthra kumar
5c9c3bee70
test: debit note account mismatch
...
(cherry picked from commit bdca718103 )
2024-01-30 05:31:53 +00:00
ruthra kumar
c9ea83591f
test: account mismatch validation
...
(cherry picked from commit 8bdc760733 )
2024-01-30 05:31:53 +00:00
ruthra kumar
10fcf5af5f
refactor: prevent '{debit/credit}_to' account mismatch
...
(cherry picked from commit 6f2fae1b61 )
2024-01-30 05:31:52 +00:00
mergify[bot]
e4230cf6d9
feat: Partly billed status in Purchase Receipt ( #39543 )
...
feat: Partly billed status in Purchase Receipt (#39543 )
(cherry picked from commit a673220feb )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2024-01-29 22:41:09 +05:30
mergify[bot]
53c705506b
fix: not able to save BOM (duplicate key error) (backport #39620 ) ( #39623 )
...
fix: not able to save BOM (duplicate key error) (#39620 )
(cherry picked from commit 4e182b89ce )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-01-29 21:22:34 +05:30
mergify[bot]
960443d268
fix: not able to submit subcontracting pr (old flow) (backport #39622 ) ( #39625 )
...
fix: not able to submit subcontracting pr (old flow) (#39622 )
(cherry picked from commit 5cf47ae5f9 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-01-29 21:22:21 +05:30
Gursheen Kaur Anand
f71af209c0
Merge pull request #39618 from frappe/mergify/bp/version-15-hotfix/pr-39616
...
fix(minor): do not auto-populate item delivery date from qtn (backport #39616 )
2024-01-29 16:53:39 +05:30
Gursheen Anand
6b20a7eed1
fix: qtn tests using delivery date
...
(cherry picked from commit 079cd30b9c )
2024-01-29 10:22:01 +00:00
Gursheen Anand
5cdc22adf3
fix: do not auto-populate item delivery date
...
(cherry picked from commit 49cb11c1f3 )
2024-01-29 10:22:00 +00:00
mergify[bot]
9e36ab7de7
fix amount not updated when change rate in material request (backport #39606 ) ( #39615 )
...
fix amount not updated when change rate in material request (#39606 )
* fix amount not updated when change rate in material request
* make code consistent
(cherry picked from commit efade9b9ae )
Co-authored-by: Jeffry Suryadharma <41689493+jeffrysurya@users.noreply.github.com >
2024-01-29 13:36:27 +05:30
Gursheen Kaur Anand
daafe45dd4
Merge pull request #39612 from frappe/mergify/bp/version-15-hotfix/pr-39562
...
fix: enqueue JV submission when > 100 accounts (backport #39562 )
2024-01-29 11:55:58 +05:30
Gursheen Kaur Anand
706d1111ad
Merge pull request #39610 from frappe/mergify/bp/version-15-hotfix/pr-39598
...
fix(minor): type error in financial statements for dashboard (backport #39598 )
2024-01-29 11:42:17 +05:30
Gursheen Anand
da33079f12
fix: return doc obj after submit
...
(cherry picked from commit fc677811b7 )
2024-01-29 06:10:03 +00:00
Gursheen Anand
07bcc24e35
fix: enqueue JV submission when more than 100 accounts
...
(cherry picked from commit 53b44ccf29 )
2024-01-29 06:10:02 +00:00
Nabin Hait
0f0a5b73f6
Merge pull request #39566 from frappe/mergify/bp/version-15-hotfix/pr-39489
...
fix: fetch correct quantity and amount for grouped asset (backport #39489 )
2024-01-29 11:38:33 +05:30
Gursheen Anand
0aa73e31ce
fix: check page obj before adding menu
...
(cherry picked from commit 2486b646a1 )
2024-01-29 06:07:13 +00:00
mergify[bot]
a118417645
refactor: provision to filter on dimensions in reconciliation tool ( #39054 )
...
* refactor: dimensions section in allocation table in reconciliation
(cherry picked from commit 1cde804c77 )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation_allocation/payment_reconciliation_allocation.json
* refactor: update dimension doctypes in hooks
(cherry picked from commit cfb3d87267 )
* refactor: dimensions filter section in payment reconciliation
(cherry picked from commit 20e0acc20a )
* refactor: column break in dimension section
(cherry picked from commit 20576e0f47 )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation_allocation/payment_reconciliation_allocation.json
* refactor: handle dimension filters
(cherry picked from commit c1fe4bcc64 )
* refactor: pass dimension filters to query
(cherry picked from commit ff60ec85b8 )
* refactor: set query filters for dimensions
(cherry picked from commit ad8475cb8b )
* refactor: pass dimension details to query
(cherry picked from commit 5dc22e1811 )
* refactor: replace sql with query builder for Jourals query
(cherry picked from commit 9c5a79209e )
* refactor: partial change on outstanding invoice popup
(cherry picked from commit 2154502955 )
* fix: typo's and parameter changes
(cherry picked from commit 0ec17590ae )
* refactor: Credit Note and its Exc gain/loss JE inherits dimensions
(cherry picked from commit ab939cc6e8 )
* refactor: apply dimension filters on cr/dr notes
(cherry picked from commit 188ff8cde7 )
* chore: test dimension filter output
(cherry picked from commit e3c44231ab )
* test: dimension inheritance for cr note reconciliation
(cherry picked from commit ba5a7c8cd8 )
* refactor: pass dimension values to Gain/Loss journal
(cherry picked from commit c44eb432a5 )
# Conflicts:
# erpnext/accounts/utils.py
* test: dimension inheritance in PE reconciliation
(cherry picked from commit 6148fb024b )
* refactor: pass dimensions on advance allocation
(cherry picked from commit cbd443a78a )
* test: dimension inheritance on adv allocation
(cherry picked from commit fcf4687c52 )
* refactor: dynamic dimension filters in pop up
(cherry picked from commit f8bbb0619c )
* refactor: update dimensions, only if provided
(cherry picked from commit ec0f17ca8b )
* refactor: handle dynamic dimension in order query
(cherry picked from commit 7c2cb70387 )
* chore: resolve conflicts
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2024-01-28 13:50:08 +05:30
mergify[bot]
a83f3106f3
feat: New financial views - Growth and margin views for P&L and balance sheet ( #39588 )
...
feat: New financial views - Growth and margin views for P&L and balance sheet (#39588 )
2024-01-28 13:48:55 +05:30
mergify[bot]
6d4ca6a1ee
fix: prevent extra transfer against inter transfer transaction (backport #39213 ) ( #39596 )
...
fix: prevent extra transfer against inter transfer transaction (#39213 )
* fix: prevent extra transfer against inter transfer transaction
* fix: internal transfer dashboard
(cherry picked from commit 8fdc244e16 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-01-27 23:25:13 +05:30
ruthra kumar
ebec463166
Merge pull request #39594 from frappe/mergify/bp/version-15-hotfix/pr-39591
...
refactor: Do proper currency conversion on Future Payments column in AR/AP report (backport #39591 )
2024-01-27 13:19:27 +05:30
ruthra kumar
10488520e7
test: future payment with foreign currency
...
(cherry picked from commit 7b37389115 )
2024-01-27 07:23:17 +00:00
ruthra kumar
9e15a3c981
refactor: do currency conversion on future amount columns
...
(cherry picked from commit 0de4197c88 )
2024-01-27 07:23:16 +00:00
mergify[bot]
63eef680d0
fix: not able to save subcontracting purchase receipt (old flow) (backport #39590 ) ( #39592 )
...
fix: not able to save subcontracting purchase receipt (old flow) (#39590 )
(cherry picked from commit 67d828dab3 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-01-27 12:15:11 +05:30
mergify[bot]
7def475eb1
fix: incorrect active serial nos (backport #39389 ) ( #39589 )
...
fix: incorrect active serial nos
(cherry picked from commit 64cb1153de )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2024-01-27 11:57:58 +05:30
mergify[bot]
ed06f0cd1b
refactor: BOM creator item selector with short description (backport #39433 ) ( #39435 )
...
refactor: BOM creator item selector with short description
(cherry picked from commit 0f881bc90a )
Co-authored-by: Florian HENRY <florian.henry@open-concept.pro >
2024-01-27 09:51:14 +05:30
Gursheen Kaur Anand
9abc07e34b
Merge pull request #39585 from frappe/mergify/bp/version-15-hotfix/pr-39532
...
fix: type error in transaction.js (backport #39532 )
2024-01-26 23:46:57 +05:30
Gursheen Anand
a7d13686c7
fix: type error on company doc
...
(cherry picked from commit 030d35628d )
2024-01-26 17:31:07 +00:00
Deepesh Garg
ab99414242
Merge pull request #39577 from frappe/mergify/bp/version-15-hotfix/pr-39511
...
refactor(Sales Invoice): set account and sum for payments (#39511 )
2024-01-26 10:04:23 +05:30
Deepesh Garg
fa8fb7a49e
Merge pull request #39575 from frappe/mergify/bp/version-15-hotfix/pr-39108
...
feat: In words in payment entry (#39108 )
2024-01-26 09:46:01 +05:30
barredterra
4fc3a264f9
refactor(Sales Invoice): set account for mode of payment
...
(cherry picked from commit 3815f07c33 )
2024-01-26 04:15:14 +00:00
Deepesh Garg
5df2f5d523
feat: In words in payment entry
...
(cherry picked from commit b21da472f6 )
2024-01-26 04:01:45 +00:00
mergify[bot]
e0c35d60b4
fix: incorrect amount in the material request item (backport #39567 ) ( #39569 )
...
fix: incorrect amount in the material request item (#39567 )
fix: incoorect amount in the material request
(cherry picked from commit 2bdfdeeb9a )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-01-25 17:22:31 +05:30
Gursheen Kaur Anand
14aa9d3d0f
Merge pull request #39564 from frappe/mergify/bp/version-15-hotfix/pr-39557
...
fix: make SO item code mandatory (backport #39557 )
2024-01-25 16:39:39 +05:30
Nabin Hait
3bdd1e9514
fix: fetch correct quantity and amount for grouped asset
...
(cherry picked from commit 06f48c678b )
2024-01-25 10:51:53 +00:00
Gursheen Anand
171586db9b
fix: make SO item code reqd
...
(cherry picked from commit 7f8303a493 )
2024-01-25 10:50:38 +00:00
ruthra kumar
c3557a87ef
Merge pull request #39552 from frappe/mergify/bp/version-15-hotfix/pr-38218
...
fix: honour currency precision while fetching balance (backport #38218 )
2024-01-25 13:25:15 +05:30
mergify[bot]
4853ab1fec
fix: default enable closing stock balance (backport #39551 ) ( #39554 )
...
fix: default enable closing stock balance (#39551 )
(cherry picked from commit d1fb90edff )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-01-25 12:51:55 +05:30
Dany Robert
ed032b3224
chore: avoid explicit escaping for precision
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
(cherry picked from commit a8949174c8 )
2024-01-25 07:00:45 +00:00
Dany Robert
8b7900e6a7
chore: change f-string to sql params
...
(cherry picked from commit 383a4b132e )
2024-01-25 07:00:45 +00:00
Dany Robert
e0a38207f6
fix: honour currency precision while fetching balance
...
(cherry picked from commit bfaa93b0ca )
2024-01-25 07:00:45 +00:00
rohitwaghchaure
e08c7bad63
Merge pull request #39549 from frappe/mergify/bp/version-15-hotfix/pr-39547
...
fix: Item Tax template is not working for e-commerce (backport #39547 )
2024-01-25 11:53:30 +05:30
Rohit Waghchaure
2905db19e5
fix: Item Tax template is not working for e-commerce
...
(cherry picked from commit 7d3240ae3a )
2024-01-25 06:07:23 +00:00
ruthra kumar
bd7e8ed230
Merge pull request #39538 from frappe/mergify/bp/version-15-hotfix/pr-39331
...
fix: Payment Terms Status for Sales Order report show all payment terms from orders (not only when there is a payment terms template) (backport #39331 )
2024-01-24 16:27:29 +05:30
Florian HENRY
b2e0d24954
fix: Payment Terms Status for Sales Order report should show all payment terms from order not only this comming from template
...
(cherry picked from commit 6c8f52b26f )
2024-01-24 10:43:08 +00:00
rohitwaghchaure
84a94cec6b
Merge pull request #39531 from frappe/mergify/bp/version-15-hotfix/pr-39525
...
fix: email list for auto reorder material request (backport #39525 )
2024-01-24 14:49:28 +05:30
ruthra kumar
871dc6b0da
Merge pull request #39533 from frappe/mergify/bp/version-15-hotfix/pr-39529
...
fix: AttributeError in company transaction deletion (backport #39529 )
2024-01-24 13:28:22 +05:30
ruthra kumar
222005ca44
fix: AttributeError in company transaction deletion
...
(cherry picked from commit b127aa308e )
2024-01-24 07:40:59 +00:00
Rohit Waghchaure
98c56535d8
fix: email list for auto reorder material request
...
(cherry picked from commit 764f3422a0 )
2024-01-24 07:07:16 +00:00