El-Shafei H.
6730960f56
Merge branch 'frappe:develop' into add-employee-name-to-session-user
2025-09-24 11:26:38 +03:00
ruthra kumar
1f91dcb1bd
Merge pull request #49706 from frappe/l10n_develop
...
fix: sync translations from crowdin
2025-09-24 13:53:08 +05:30
El-Shafei H.
320f0056a2
Merge branch 'frappe:develop' into Add-a-missing-translate-function
2025-09-24 11:17:35 +03:00
Pandiyan P
a7ec01bf21
fix(accounting): ensure proper removal of advance references during unreconcillation
2025-09-24 11:37:16 +05:30
MochaMind
36f923c540
fix: Norwegian Bokmal translations
2025-09-24 08:26:11 +05:30
Raffael Meyer
8bc7fe7e55
fix: fallback to default selling price list only in selling transactions ( #49705 )
2025-09-23 20:13:35 +00:00
Henning Wendtland
ff78aaeb3b
feat: allow fallback to default selling price list ( #49634 )
...
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
2025-09-23 19:29:13 +00:00
ljain112
b10cf4a928
fix: do not fetch disabled item tax template
2025-09-23 19:10:23 +05:30
rohitwaghchaure
027a4ea1bf
Merge pull request #49698 from rohitwaghchaure/fixed-serial-no-reservation
...
fix: serial no reservation issue
2025-09-23 17:22:02 +05:30
Rohit Waghchaure
c21a713750
fix: serial no reservation issue
2025-09-23 17:02:42 +05:30
Mithili G
b98977dc75
fix: remove remarks if show_remarks is unchecked ( #49567 )
...
* fix: remove remarks if show_remarks is unchecked
* chore: resolve conflicts in accounts receivable
---------
Co-authored-by: mithili <mithili15602@gamil.com >
2025-09-23 16:43:41 +05:30
Nareshkanna S
1979879b07
fix: only show filters in print view if 'Include filters' is enabled
2025-09-23 16:22:08 +05:30
Jannat Patel
f5057cfb66
Merge pull request #49694 from pateljannat/sales-data
...
chore: update sales_data from site_info
2025-09-23 14:49:15 +05:30
Jannat Patel
5a26d593e4
test: activation with site_info
2025-09-23 14:06:02 +05:30
Jannat Patel
866b252309
chore: update sales_data from site_info
2025-09-23 13:09:59 +05:30
rohitwaghchaure
2065f2b117
Merge pull request #49184 from rohitwaghchaure/feat-mrp
...
feat: MPS (SO Schedules) and MRP
2025-09-23 12:06:10 +05:30
rohitwaghchaure
b99d2e16c4
Merge pull request #49648 from aerele/fix-sre-validation-for-old-batch
...
fix: Consider non SABB batch qty in reserved batch validation
2025-09-23 11:50:14 +05:30
rohitwaghchaure
468d181a00
Merge pull request #49684 from aerele/fetch-actual-qty-pick-list
...
feat: populate available qty in pick list locations
2025-09-23 11:49:46 +05:30
rohitwaghchaure
997d573dc0
Merge pull request #49687 from rohitwaghchaure/fixed-warehouse-validation
...
fix: warehouse for batch validation
2025-09-23 11:41:50 +05:30
Diptanil Saha
2442be5773
Merge pull request #49676 from aerele/support-48980
...
fix: auto commit if too many writes reached
2025-09-23 10:59:14 +05:30
Rohit Waghchaure
381072170a
fix: warehouse for batch validation
2025-09-23 10:56:50 +05:30
Kavin
e3ab0e7c67
refactor: fetching qty on warehouse trigger
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-23 10:56:14 +05:30
ruthra kumar
a68cbb177c
Merge pull request #49678 from barredterra/yarn-cache-dir
...
ci: update yarn cache dir command
2025-09-23 10:49:59 +05:30
ruthra kumar
f8f47d0a73
Merge pull request #49675 from ShreyasTheNewbie/develop
...
fix(pricing_rule): handle dict type when checking coupon_code_based
2025-09-23 10:39:06 +05:30
ruthra kumar
e6ad752c99
Merge pull request #49683 from frappe/l10n_develop
...
fix: sync translations from crowdin
2025-09-23 10:34:36 +05:30
Kavin
d8756fc7de
feat: populate available qty in pick list locations
2025-09-23 08:39:39 +05:30
Kavin
fc967fceb2
chore: rename stock qty label
2025-09-23 08:35:24 +05:30
MochaMind
b7fbe31558
fix: Norwegian Bokmal translations
2025-09-23 08:31:01 +05:30
MochaMind
eef77291ad
fix: Persian translations
2025-09-23 08:30:46 +05:30
Srujan N
82285e236f
fix: handle MT940 statement numbers longer than 5 digits
...
The MT940 standard expects statement numbers to be maximum 5 digits,
but some banks provide longer statement numbers that cause parsing errors.
Problem:
- MT940 files with statement numbers > 5 digits fail to parse
- Error: "Unable to parse StatementNumber object from '167619/1'"
- This breaks bank statement import functionality
Solution:
- Add preprocess_mt940_content() function to truncate long statement numbers
- Preserve sequence numbers (e.g., '/1') when present
- Apply preprocessing before mt940.parse() to ensure compatibility
The fix truncates statement numbers to the last 5 digits while maintaining
the MT940 format structure, allowing successful parsing of previously
failing bank statements.
2025-09-22 20:46:44 +00:00
barredterra
2579402852
ci: update yarn cache dir command
2025-09-22 20:39:43 +02:00
MochaMind
609164fb9a
fix: sync translations from crowdin ( #49660 )
2025-09-22 16:21:27 +02:00
Kavin
66712fa8b5
fix: restore auto_commit_on_many_writes flag
2025-09-22 19:31:27 +05:30
Kavin
99a0ba0b45
fix: auto commit if too many writes reached
2025-09-22 18:54:57 +05:30
Shreyas Sojitra
790876ea5b
fix(pricing_rule): handle dict type when checking coupon_code_based
2025-09-22 18:43:28 +05:30
Rohit Waghchaure
f7a37d2812
feat: demand planning, MPS and MRP
2025-09-22 18:18:18 +05:30
ruthra kumar
993ba4cf45
Merge pull request #49643 from aerele/po-super-class
...
fix(purchase order): invoke superclass onload method
2025-09-22 13:40:55 +05:30
ruthra kumar
bb081e46d7
Merge pull request #49644 from aerele/po-party-currency
...
fix(purchase order): get party type based on supplier field
2025-09-22 13:35:10 +05:30
ruthra kumar
6985f0efc3
Merge pull request #49653 from aerele/ar-exclude-employee
...
fix(accounts receivable): exclude employee transactions
2025-09-22 13:34:53 +05:30
Ravibharathi
302ff49b7f
Merge pull request #49470 from aerele/bank-clearance-tax-calculation
...
fix(bank clearance): use base total taxes and charges if exists
2025-09-22 11:26:56 +05:30
Diptanil Saha
ee2b65806b
Merge pull request #49649 from diptanilsaha/issue-replied
...
fix: set first_response_time on set_first_response
2025-09-22 00:05:07 +05:30
diptanilsaha
ba459204b0
fix: set first_response_time on status change of issue
2025-09-21 23:44:33 +05:30
MochaMind
7d4785784b
fix: sync translations from crowdin ( #49625 )
2025-09-21 14:01:24 +02:00
MochaMind
35b503932d
chore: update POT file ( #49655 )
2025-09-21 13:59:21 +02:00
venkat102
736a776d3d
fix(accounts receivable): exclude employee transactions
2025-09-21 11:14:06 +05:30
Kavin
ae8b34e03c
fix: Consider non SABB batch qty in reserved batch validation
2025-09-20 17:42:54 +05:30
venkat102
11b9b1adc5
fix(purchase order): get party type based on supplier field
2025-09-20 13:16:28 +05:30
venkat102
9f6bc7fe49
fix(purchase order): invoke superclass onload method
2025-09-20 13:07:57 +05:30
l0gesh29
1de0c46c51
fix: include precision in validation
2025-09-19 19:29:43 +05:30
Navin-S-R
2abb011816
fix: add date filter for getting return invoice items
2025-09-19 18:21:30 +05:30