ruthra kumar
7b3a78e04e
refactor: hooks for monthly re-evaluation jobs
...
(cherry picked from commit fc4e5f165c )
2024-07-24 13:15:18 +00:00
mergify[bot]
a0e06a4ba5
fix: timeout error while submitting JV (backport #42040 ) ( #42099 )
...
* fix: timeout error while submitting JV (#42040 )
(cherry picked from commit 32bdcdb08f )
# Conflicts:
# erpnext/accounts/doctype/account/account.json
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
# erpnext/accounts/utils.py
# erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.json
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-01 14:15:13 +05:30
Akhil Narang
7af1b5d4ec
refactor: use json directly instead of using frappe.json ( #41609 )
...
(cherry picked from commit 3f06f1905f )
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2024-05-24 10:51:09 +05:30
ruthra kumar
5a9615a1f2
Merge pull request #41270 from frappe/mergify/bp/version-15-hotfix/pr-41268
...
fix: validation to prevent overallocation (backport #41268 )
2024-04-30 18:40:22 +05:30
Fritz
c3077ee067
fix: compute tree-view parent field name ( #41234 )
...
fix: Fixing treeView lookup incompatibility, see : See https://github.com/frappe/frappe/pull/26199
2024-04-30 17:57:58 +05:30
ruthra kumar
ea596eb4a2
fix: validation to prevent overallocation
...
(cherry picked from commit bf755fab55 )
2024-04-30 12:08:48 +00:00
HarryPaulo
f51481983d
fix: notify update when update outstanding amount - Linters
...
(cherry picked from commit 198b90eb01 )
2024-04-10 15:17:17 +00:00
HarryPaulo
b10d3c4da2
fix: notify update when update outstanding amount
...
(cherry picked from commit f67f163e7d )
2024-04-10 15:17:16 +00:00
Akhil Narang
960ef14b7a
refactor(treewide): formatting and ruff fixes, + manually enabled F401
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2024-04-10 14:15:58 +05:30
ruthra kumar
bf0cfae9c9
refactor: only run checks on specified companies
...
(cherry picked from commit 00eeacd06a )
2024-04-09 12:25:54 +00:00
ruthra kumar
9bae5e37cd
refactor: control monitoring through settings page
...
(cherry picked from commit a42482ce35 )
2024-04-09 12:25:53 +00:00
ruthra kumar
0f927f99a4
refactor: barebones method to run checks
...
(cherry picked from commit 8c8d9be810 )
2024-04-09 12:25:53 +00:00
ruthra kumar
5b62f2050b
fix: use reference type name to update exc rate
...
(cherry picked from commit c15690e475 )
2024-04-05 05:04:02 +00:00
ruthra kumar
17fb287cd9
refactor: support payment against reverse payment reconciliation
...
(cherry picked from commit 5f15297f28 )
2024-03-15 07:22:41 +00:00
ruthra kumar
b8582db124
chore: resolve conflicts
2024-03-10 16:52:02 +05:30
ruthra kumar
6a5a941a5a
fix: advance paid amount and ledger entries against SO/PO
...
(cherry picked from commit d9a0494fc3 )
# Conflicts:
# erpnext/accounts/utils.py
2024-03-10 11:09:53 +00:00
ruthra kumar
6832908e92
fix: incorrect advance paid in Sales/Purchase Order
...
(cherry picked from commit 9d9b83362a )
2024-03-10 11:09:52 +00:00
ruthra kumar
4513d83f22
fix: don't override reference exchange rate
...
(cherry picked from commit eaac02655b )
2024-03-02 08:22:47 +00:00
mergify[bot]
b9181e85dc
perf: new column Posting Datetime in SLE to optimize stock ledger related queries (backport #39800 ) ( #40004 )
...
* perf: new column posting datetime in SLE to optimize stock ledger related queries
(cherry picked from commit d80ca523a4 )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
* test: test cases to test clash timestamp entries
(cherry picked from commit f04676aaed )
* chore: remove microsecond from posting_datetime
(cherry picked from commit a73ba2c0d2 )
* chore: fix conflicts
---------
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2024-02-21 21:14:28 +05:30
mergify[bot]
e76f59803c
fix: Percentage handling in queries ( #39692 )
...
fix: Percentage handling in queries (#39692 )
* fix: Percentage handling in queries
* test: Account with percent sign
* chore: add test records
(cherry picked from commit 6d87cfeb8d )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2024-02-02 20:27:36 +05:30
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
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
Gursheen Anand
9aae439b1f
fix: date in master document for dictionary condition
...
(cherry picked from commit d96a777edd )
2024-01-11 13:27:02 +00:00
Gursheen Anand
53208dfb3e
fix: fetch name for fy
...
(cherry picked from commit d0ea598cdf )
2024-01-08 16:22:58 +00:00
ruthra kumar
aa5e16e681
fix: validation error on reconciling PE to Journals as Invoice
...
With the same exchange rate on Journal Entry and Payment Entry,
reconcilition should not post exc gain/loss journal and should not
throw validation error
(cherry picked from commit 5eeb650dfd )
2023-12-15 07:44:08 +00:00
ruthra kumar
65b4dbab2a
refactor: return the newly added reference upon reconciliation
...
(cherry picked from commit ecb533c4d1 )
2023-12-01 07:07:55 +00:00
ruthra kumar
58d04e1f42
refactor: use different GL build logic for advance as liability
...
(cherry picked from commit 58114e7b24 )
2023-12-01 07:07:55 +00:00
ruthra kumar
aaef9d68c0
refactor: post to GL and Payment Ledger on advance as liability
...
(cherry picked from commit 78ab11f991 )
2023-12-01 07:07:54 +00:00
ruthra kumar
7a1744691f
refactor: pass on filter to upfront outstanding query as well
...
(cherry picked from commit cfd3230c75 )
2023-11-30 07:26:32 +00:00
Gursheen Anand
ca2ad175d3
fix: annual income and expenses in digest
...
(cherry picked from commit 52305e3000 )
2023-11-24 09:51:30 +00:00
ruthra kumar
d01a480149
refactor: optimize outstanding vouchers query
...
(cherry picked from commit 8b04c1d4f6 )
2023-11-23 10:14:25 +05:30
ruthra kumar
337707b9cc
fix: overallocation on Payment with PO/SO
...
(cherry picked from commit 23df4205f8 )
2023-11-21 07:03:05 +00:00
ruthra kumar
e2dd414793
refactor: use 'boolean' parameter while fetching FY year
...
(cherry picked from commit c31ee8ea33 )
2023-11-16 04:18:34 +00:00
Gursheen Anand
2a5b3bdfd9
fix: use get_all instead of get_list
...
(cherry picked from commit 2984a86f37 )
2023-11-09 06:46:33 +00:00
Gursheen Anand
9781f9b7b1
fix: credit note receive payment entry
...
(cherry picked from commit 4015723591 )
2023-11-09 06:46:31 +00:00
ruthra kumar
d4773872aa
Merge pull request #37069 from marination/advance-unlink-impact
...
fix: Recalculate `advance_paid` in SO/PO after unlinking from advance entry
2023-09-22 08:35:27 +05:30
ruthra kumar
85ebaa3aed
Merge pull request #36879 from ruthra-kumar/unreconcile_feature
...
feat: Unreconcile Payments
2023-09-14 12:17:46 +05:30
Deepesh Garg
6664bc98a0
Merge pull request #37041 from vorasmit/fix-advances
...
fix: multiple fixes for booking advances in seperate account
2023-09-13 20:24:57 +05:30
Deepesh Garg
7bfd487b25
Merge pull request #36364 from SvbZ3r0/develop
...
fix: Naming Series preview when no previous transaction present
2023-09-13 15:17:51 +05:30
marination
426350eee6
fix: Update advance_paid in SO/PO after unlinking from advance entry
2023-09-13 14:24:56 +05:30
ruthra kumar
5dbcf7d2b9
refactor: only cancel specific gain/loss je
2023-09-05 09:52:36 +05:30
ruthra kumar
9a1588f1cc
fix: typo in doctype name and qb
2023-09-05 08:34:26 +05:30
ruthra kumar
9b6eac23b6
refactor: unlink individual vouchers from payments
2023-09-05 08:34:26 +05:30
ruthra kumar
0130aea2aa
refactor: convert raw sql to query_builder
2023-09-05 08:34:26 +05:30
ruthra kumar
f7865da4d2
refactor: gain/loss should use same posting date as payment
2023-09-04 21:40:40 +05:30
ruthra kumar
27e0dd9fdc
Merge pull request #36911 from ruthra-kumar/deduplicate_gain_loss_journal_creation
...
fix: deduplicate gain/loss JE creation for journals as payment
2023-09-03 10:11:43 +05:30
ruthra kumar
d6a3b9a5c7
refactor: use payment's CC for gain/loss if company default is unset
2023-09-03 09:21:23 +05:30
Deepesh Garg
2e7548462d
Merge pull request #36895 from blaggacao/fix-coa-dill-down-on-startup
...
fix(startup): coa drill down
2023-09-02 17:12:18 +05:30