Bhavan23
|
daac7c589b
|
fix(sales-order): disallow address edits after sales order is submitted
|
2025-07-29 13:23:37 +05:30 |
|
Logesh Periyasamy
|
88b9f8d68c
|
feat: show opening/closing balance in cash flow report (#47877)
* feat: add checkbox to carryforward opening balance
* fix: ignore period closing voucher
* chore: rename filter check box
* feat: add total for opening and closing balance
* fix: update section name
* fix: remove section rename
---------
Co-authored-by: venkat102 <venkatesharunachalam659@gmail.com>
|
2025-07-29 13:05:29 +05:30 |
|
Mihir Kandoi
|
c86e75c091
|
Merge pull request #48557 from KerollesFathy/ft/cost-non-negative-on-ws
feat: Add non-negative constraint to workstation cost fields
|
2025-07-29 13:03:33 +05:30 |
|
ruthra kumar
|
444225f0ec
|
Merge pull request #48757 from aerele/update-subscription-details
fix: add patch for update subscription details
|
2025-07-29 12:06:43 +05:30 |
|
Mihir Kandoi
|
3d5b46bdfc
|
Merge pull request #48820 from mihir-kandoi/st44923
fix: over billed purchase receipt status
|
2025-07-29 11:31:21 +05:30 |
|
Mihir Kandoi
|
15e354f76e
|
fix: over billed purchase receipt status
|
2025-07-29 11:15:14 +05:30 |
|
MochaMind
|
b1037eaade
|
fix: sync translations from crowdin (#48817)
|
2025-07-28 16:56:08 +02:00 |
|
Diptanil Saha
|
a20d0d8f60
|
Merge pull request #48778 from aerele/payment-term-template-sales-invoice
fix: fetch payment term template from order
|
2025-07-28 20:24:35 +05:30 |
|
ruthra kumar
|
bf99f8095d
|
Merge pull request #48797 from aerele/auto-repeat-field-no-copy
fix: avoid auto_repeat on duplicate
|
2025-07-28 17:58:12 +05:30 |
|
Diptanil Saha
|
7464fdb8e8
|
Merge pull request #48794 from diptanilsaha/internal_trans_valuation_rate
fix: fetch item valuation rate for internal transactions when server side reactivity is disabled
|
2025-07-28 17:45:29 +05:30 |
|
ruthra kumar
|
ea5761ee9c
|
Merge pull request #48800 from frappe/mergify/bp/develop/pr-48041
fix: Misclassification of Journal Voucher Entries in Customer Ledger Summary (backport #48041)
|
2025-07-28 17:39:26 +05:30 |
|
ruthra kumar
|
c29fb45e10
|
Merge pull request #48796 from aerele/item-wise-sales-purchase-register-user-permission
fix: remove alias for order by field
|
2025-07-28 17:39:02 +05:30 |
|
diptanilsaha
|
9c4aac03df
|
fix: fetch item valuation rate for internal transactions
|
2025-07-28 17:33:28 +05:30 |
|
ruthra kumar
|
f12b1bbf5d
|
Merge pull request #48480 from aerele/currency-sales-partner-commision-report
Currency sales partner commision report
|
2025-07-28 17:11:24 +05:30 |
|
Mihir Kandoi
|
da498b0558
|
Merge pull request #48804 from mihir-kandoi/st44619
fix: sql error in quality inspection
|
2025-07-28 16:53:21 +05:30 |
|
Mihir Kandoi
|
062b245e3f
|
fix: sql error in quality inspection
|
2025-07-28 16:37:29 +05:30 |
|
rohitwaghchaure
|
2b2c7bdf09
|
Merge pull request #48787 from rohitwaghchaure/fixed-pervent-concurrent-issue
fix: concurrency issues
|
2025-07-28 16:27:56 +05:30 |
|
rohitwaghchaure
|
d0504546ec
|
Merge pull request #48801 from rohitwaghchaure/fixed-support-44546
fix: incorrect GL entries
|
2025-07-28 16:27:32 +05:30 |
|
Mihir Kandoi
|
da68fa0980
|
Merge pull request #48676 from mihir-kandoi/fix-no-account-in-gl-entry
fix: missing account in GL entries (subcontracting)
|
2025-07-28 16:20:45 +05:30 |
|
ruthra kumar
|
8d96acfc98
|
Merge pull request #48413 from ljain112/fix-ple
perf: multiple fixes related to ple and gle
|
2025-07-28 16:11:31 +05:30 |
|
ruthra kumar
|
96c59e0435
|
refactor(test): fix test data; no double counting
|
2025-07-28 15:49:18 +05:30 |
|
Mihir Kandoi
|
2ec69545ea
|
Merge pull request #48793 from mihir-kandoi/st44120
fix: status in MR (material transfer) when using transit stock entries
|
2025-07-28 15:32:26 +05:30 |
|
Mihir Kandoi
|
baa612bc72
|
fix: status in MR (material transfer) when using transit stock entries
|
2025-07-28 15:16:50 +05:30 |
|
ruthra kumar
|
56085fe6a9
|
chore: resolve conflict
|
2025-07-28 15:00:09 +05:30 |
|
Rohit Waghchaure
|
4c273fcc99
|
fix: incorrect GL entries
|
2025-07-28 14:56:17 +05:30 |
|
l0gesh29
|
8fdda31e45
|
chore: rename variable
|
2025-07-28 14:52:03 +05:30 |
|
Mihir Kandoi
|
73e34ff9a9
|
Merge branch 'develop' into fix-no-account-in-gl-entry
|
2025-07-28 14:50:26 +05:30 |
|
Assem Bahnasy
|
d915c2b404
|
fix: Misclassification of Journal Voucher Entries in Customer Ledger Summary (#48041)
* fix: miscalculation of Invoiced Amount, Paid Amount, and Credit Amount in Customer Ledger Summary
* style: Apply ruff-format to customer_ledger_summary.py and ignore .venv/
* fix: Ensure .venv/ is ignored in .gitignore
* chore: removing backportrc line
* test: adding test_journal_voucher_against_return_invoice()
* fix: fixed test_journal_voucher_against_return_invoice function
* Revert .gitignore changes
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com>
(cherry picked from commit 01fcd98c84)
# Conflicts:
# erpnext/accounts/report/customer_ledger_summary/test_customer_ledger_summary.py
|
2025-07-28 09:07:05 +00:00 |
|
l0gesh29
|
468e5e9b2e
|
feat: add show_amount_in_company_currency in gl report
|
2025-07-28 13:54:02 +05:30 |
|
l0gesh29
|
048b87328b
|
fix: remove alias for order by field
|
2025-07-28 12:57:06 +05:30 |
|
mithili
|
2c54f49cbc
|
fix: avoid auto_repeat on duplicate
|
2025-07-28 12:30:14 +05:30 |
|
Diptanil Saha
|
fccfcd6b0e
|
Merge pull request #48675 from aerele/item-price-internal-transaction
feat(internal-transaction): fetch valuation rate for internal transaction
|
2025-07-28 11:48:30 +05:30 |
|
Dany Robert
|
1170e4fb2c
|
fix(regional-uae): restrict zero rated export to invoice
|
2025-07-28 05:32:04 +00:00 |
|
ruthra kumar
|
20c2af9cd4
|
Merge pull request #48788 from frappe/l10n_develop
fix: sync translations from crowdin
|
2025-07-28 10:36:46 +05:30 |
|
MochaMind
|
1d991af821
|
fix: Persian translations
|
2025-07-27 18:54:32 +05:30 |
|
Rohit Waghchaure
|
a186b1266d
|
fix: prevent concurrency issues
|
2025-07-27 18:46:43 +05:30 |
|
ljain112
|
dc841fe661
|
fix: attribute error in payment entry
|
2025-07-26 12:56:10 +05:30 |
|
ruthra kumar
|
ac448988ca
|
Merge pull request #48780 from frappe/l10n_develop
fix: sync translations from crowdin
|
2025-07-25 19:41:13 +05:30 |
|
MochaMind
|
cc48cfaa5d
|
fix: Indonesian translations
|
2025-07-25 18:49:01 +05:30 |
|
ravibharathi656
|
5ed34d6ff9
|
fix: fetch payment term template from order
|
2025-07-25 13:30:05 +05:30 |
|
rohitwaghchaure
|
46e6e48495
|
Merge pull request #48773 from ShreyasTheNewbie/create_job_card
fix: create job card for selected operations only
|
2025-07-25 10:05:36 +05:30 |
|
mithili
|
9638151f9d
|
refactor: remove join in sql
|
2025-07-24 18:41:44 +05:30 |
|
mithili
|
998617879c
|
chore: update query to fetch company currency
|
2025-07-24 18:41:44 +05:30 |
|
mithili
|
984947f333
|
fix: get default company currency
|
2025-07-24 18:41:44 +05:30 |
|
mithili
|
2de2ea9f58
|
fix: set company as mandatory
|
2025-07-24 18:41:43 +05:30 |
|
ravibharathi656
|
657de2cc7e
|
perf: process auto bank reconciliation in batches
|
2025-07-24 17:04:03 +05:30 |
|
Shreyas Sojitra
|
27e5344188
|
fix: create job card for selected operations only
|
2025-07-24 10:05:03 +00:00 |
|
ravibharathi656
|
d163da171f
|
fix: set letter head from company if exists
|
2025-07-24 14:55:21 +05:30 |
|
ravibharathi656
|
d3253d7d06
|
revert: do not save when set email campaign status
|
2025-07-23 16:16:46 +05:30 |
|
l0gesh29
|
c7b1379a7f
|
fix: update subscription details patch
|
2025-07-23 15:46:08 +05:30 |
|