mergify[bot]
bca893a508
fix: add missing fields in set_currency_labels (backport #54689 ) ( #54690 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
fix: add missing fields in set_currency_labels (#54689 )
2026-05-01 14:39:39 +02:00
nishkagosalia
5916e570af
fix: Table row in dialog should not have delete row option
...
(cherry picked from commit eb89903dec )
2026-04-17 10:40:26 +00:00
Mihir Kandoi
8db397bdae
feat: co product by product support ( #52979 ) ( #53975 )
2026-04-01 07:41:39 +00:00
mergify[bot]
5ade905ee8
feat(Payment Request): Added a toggle for using the payment schedule (backport #53922 ) ( #53928 )
...
* feat(Payment Request): Added a toggle for using the payment schedule
(cherry picked from commit 8ec15b537e )
---------
Co-authored-by: Jatin3128 <jatinsarna8@gmail.com >
Co-authored-by: Jatin3128 <140256508+Jatin3128@users.noreply.github.com >
2026-03-31 12:26:29 +05:30
mergify[bot]
a94bf6db06
fix(payment_schedule): using show_alert instead of msgprint for non-selection of payment schedule (backport #53623 ) ( #53631 )
...
Co-authored-by: diptanilsaha <diptanil@frappe.io >
fix(payment_schedule): using `show_alert` instead of `msgprint` for non-selection of payment schedule (#53623 )
2026-03-19 12:57:45 +05:30
ervishnucs
29d565b9de
fix: allow payment_request to be created in draft
...
(cherry picked from commit 24825a16e0 )
2026-03-09 14:54:36 +00:00
Rohit Waghchaure
93a597410e
feat: option to enable serial / batch features
...
(cherry picked from commit 82c3da5b1e )
# Conflicts:
# erpnext/patches.txt
2026-03-06 06:48:17 +00:00
SowmyaArunachalam
b2f695310c
fix: fetch payment terms from quotation
...
(cherry picked from commit 99ed1c34f3 )
2026-03-05 06:20:47 +00:00
kavin-114
d61ad3bd95
fix(stock): pass company to avoid document naming rule issue in QI
...
When a Document Naming Rule is configured in QI with a condition based on the company,
the system was not passing the company value properly. As a result, the naming rule
condition was skipped and the document name was generated using the default series.
This fix ensures that the company is passed correctly so that the configured
Document Naming Rule is evaluated and applied as expected.
(cherry picked from commit 74def423ed )
# Conflicts:
# erpnext/controllers/stock_controller.py
2026-03-03 15:10:47 +00:00
Jatin3128
751a081253
feat(payment request): create payment request as per payment schedules
...
(cherry picked from commit e476dff842 )
2026-02-24 13:09:27 +00:00
Rohit Waghchaure
91e9867fb1
refactor: Cleanup buying module forms
...
(cherry picked from commit f3ea1863ae )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
2026-02-23 05:26:46 +00:00
Rohit Waghchaure
2a3642b55a
fix: batch selector not working if Use Legacy (Client side) Reactivity disabled
...
(cherry picked from commit d1cba1073f )
2026-02-02 16:32:18 +00:00
Sudharsanan11
881562fc37
fix: autofill warehouse for packed items
...
(cherry picked from commit 3f8a0a4833 )
2026-01-22 17:28:22 +00:00
Rohit Waghchaure
ae6b3af013
fix: qty with serial no count
...
(cherry picked from commit 56e58ef301 )
2026-01-19 10:00:35 +00:00
Pandiyan5273
ab482caac9
fix(stock): resolve quantity issue when adding items via barcode scan
...
(cherry picked from commit f959b2c59a )
2026-01-16 10:49:36 +00:00
diptanilsaha
8ba470160d
fix(transaction.js): use flt instead of cint for plc_conversion_rate
...
(cherry picked from commit 8b445e04e5 )
2026-01-14 10:22:21 +00:00
Mihir Kandoi
ca568a01f5
fix: autofixes by semgrep
2026-01-01 21:56:12 +05:30
Lakshit Jain
c66f78c784
feat: Introduce tax withholding entry
2025-12-23 20:47:53 +05:30
Navin-S-R
c28f6f1856
refactor: standardize cost_center updation across transactions
2025-12-12 14:25:08 +05:30
Rohit Waghchaure
29f2ecbd6f
fix: cost center not reset
2025-12-02 21:49:03 +05:30
diptanilsaha
079218ffbf
fix: exchange_rate field visibility on invoice currency change
2025-11-26 14:20:05 +05:30
Logesh Periyasamy
5e58e344b2
feat(accounting-dimension): add dynamic triggers for custom accounting dimensions ( #50621 )
...
* feat: add dynamic triggers for custom accounting dimensions
* feat: add accounting dimension trigger call in setup event
* chore: ignore cur_frm semgrep rules
* chore: move function to transaction.js
2025-11-25 10:21:17 +05:30
Kavin
827f9cc6ef
fix: pass UOM null to update when item changes
2025-11-11 13:52:23 +05:30
Diptanil Saha
a82c0c20f0
Merge pull request #49939 from aerele/retain-address
...
fix: preserve address if present
2025-10-09 11:09:08 +05:30
ruthra kumar
4672c2c383
Merge pull request #49848 from Jaswanth-Sriram-Veturi/perf/transaction-set-dynamic-labels
...
perf: avoid unnecessary set_dynamic_labels updates
2025-10-09 10:15:01 +05:30
Jaswanth Sriram
946073cfd9
perf: avoid unnecessary set_dynamic_labels updates
2025-10-09 10:13:49 +05:30
ravibharathi656
0678638106
fix: preserve address if present
2025-10-07 12:46:09 +05:30
Lakshit Jain
3c70cbbaf8
feat: dynamic due date in payment terms when fetched from order ( #48864 )
...
* fix: dynamic due date when payment terms are fetched from order
* fix(test): use change_settings decorator for settings enable and disable
* fix(test): compare schedule for due_date dynamically
* fix: save conditions for due date at invoice level
* fix: make fields read only and on change of date unset the date condition fields
* fix: remove fetch_form
* fix: correct field assingment
* fix: revert unwanted changes
* refactor: streamline payment term field assignments and enhance discount date handling
* refactor: remove payment_term from fields_to_copy and optimize currency handling in transaction callback
* refactor: ensure default values for payment schedule and discount validity fields
2025-10-07 12:27:23 +05:30
rohitwaghchaure
6836b8830a
Merge pull request #49702 from ljain112/disabled-item-tax-template
...
fix: do not fetch disabled item tax template
2025-10-07 10:55:00 +05:30
ruthra kumar
073f88892e
Merge pull request #49590 from ruthra-kumar/make_checkboxes_opt_out
...
refactor: make checkboxes opt out
2025-09-29 16:56:27 +05:30
ravibharathi656
b75940bf0e
fix: set cost center in taxes if not set
2025-09-25 22:38:58 +05:30
ruthra kumar
9391c8911c
refactor: rename reactivity checkbox
2025-09-24 16:24:03 +05:30
ljain112
b10cf4a928
fix: do not fetch disabled item tax template
2025-09-23 19:10:23 +05:30
venkat102
11b9b1adc5
fix(purchase order): get party type based on supplier field
2025-09-20 13:16:28 +05:30
Rohit Waghchaure
5503d4b05b
fix: Serial Nos popup only appears 1 time
2025-08-21 23:24:35 +05:30
barredterra
1cdf32d807
style: format controllers with prettier
2025-08-19 15:43:35 +02:00
ruthra kumar
bb2236ba85
Merge pull request #49102 from aerele/duplicate-quotation-currency
...
fix(quotation): update currency on duplicate
2025-08-19 14:04:04 +05:30
Soni Karm
227fadc541
feat: enhance barcode scanner to support warehouse scanning ( #48865 )
...
Co-authored-by: Sagar Vora <16315650+sagarvora@users.noreply.github.com >
2025-08-14 11:32:02 +05:30
ravibharathi656
430a06d056
fix(quotation): update currency on duplicate
2025-08-11 17:59:59 +05:30
diptanilsaha
9c4aac03df
fix: fetch item valuation rate for internal transactions
2025-07-28 17:33:28 +05:30
Diptanil Saha
05e7db2362
Merge pull request #48565 from aerele/fix/qty-change
...
fix(transaction): recalculate tax and total when quantity changes
2025-07-15 17:01:12 +05:30
ljain112
0da8ed2daa
fix: fix party account field access
2025-07-15 16:45:58 +05:30
ruthra kumar
896b21e78b
Merge pull request #48321 from ljain112/fix-client-item-tax-template
...
fix: fetch item tax template after setting `base_net_rate`
2025-07-14 15:01:59 +05:30
Bhavan23
ac7b6c6a3d
fix(transaction): recalculate tax and total when quantity changes
2025-07-14 13:23:56 +05:30
pugazhendhivelu
9da5010265
fix: update item reference in quality inspection
2025-07-03 15:44:00 +05:30
ljain112
db654d5e59
fix: fetch item tax template after setting base_net_rate
2025-06-30 12:31:39 +05:30
Rohit Waghchaure
ae77c609ff
fix: option to pick serial / batch for asset repair
2025-06-27 14:53:11 +05:30
ljain112
20565f5f19
fix: incorrect condition for setting party account on change of company
2025-06-17 16:30:56 +05:30
ljain112
7e758a9d5b
fix: do not reset party account for return doc
2025-06-17 14:32:20 +05:30
Diptanil Saha
8f4a6d248f
fix: fetch correct item tax template on item rate update ( #47955 )
2025-06-11 10:58:18 +05:30