MochaMind
0a054500c9
fix: Croatian translations
2026-05-15 01:13:12 +05:30
MochaMind
b11c51a7e5
fix: Swedish translations
2026-05-15 01:13:03 +05:30
MochaMind
4380d710c7
fix: sync translations from crowdin ( #54893 )
...
* fix: Persian translations
* fix: Croatian translations
* fix: Swedish translations
2026-05-14 13:30:43 +02:00
Mihir Kandoi
78a79120ea
fix: status not changing for dropshipped POs and SOs ( #54934 )
...
* fix: status not changing for dropshipped POs and SOs
* test: change test case to accomodate new flow
2026-05-14 08:26:51 +00:00
Khushi Rawat
930990434c
Merge pull request #54935 from frappe/revert-54176-payment-entry-list-reconciliation-indicator
...
Revert "feat: show reconciled/unreconciled indicator in list view"
2026-05-14 12:52:35 +05:30
Khushi Rawat
c5e24eda69
Revert "feat: show reconciled/unreconciled indicator in list view"
2026-05-14 12:35:57 +05:30
rohitwaghchaure
06784d2a46
Merge pull request #54905 from rohitwaghchaure/fixed-support-67449
...
fix: posting date and time
2026-05-13 23:47:38 +05:30
Pandiyan P
f9dec73042
fix(stock): add whole number quantity validation in Stock Reconciliation ( #54922 )
2026-05-13 20:11:34 +05:30
rohitwaghchaure
3c993377aa
chore: fix linter issue
2026-05-13 18:50:09 +05:30
Nishka Gosalia
45f05fbeaa
fix(UX): Buying settings form cleanup ( #54731 )
...
* fix(UX): Buying settings form cleanup
* fix: controller approach modification
* fix: dark mode support
2026-05-13 14:53:04 +05:30
Mihir Kandoi
cf5e8ce878
Revert "fix: debit credit not equal in purchase transactions for mult… ( #54906 )
...
* Revert "fix: debit credit not equal in purchase transactions for multi currency"
This reverts commit 75bcea57f4 .
* Revert "test: add test case"
This reverts commit 1d30a202c3 .
* Revert "fix: include rejected qty in tax (purchase receipt)"
This reverts commit 8c9a88abbe .
2026-05-13 08:57:52 +00:00
rohitwaghchaure
c740f77a6f
chore: fixed test case
2026-05-13 14:05:55 +05:30
Rohit Waghchaure
fb6c05f186
fix: posting date and time
2026-05-13 13:16:00 +05:30
Pandiyan P
bc07b2d3e5
fix: add warehouse vaildation for repack entry ( #54866 )
2026-05-13 11:51:49 +05:30
Loïc Oberle
d80a52ae22
refactor(supplier): Using query builder for get_rfq_total_items ( #54877 )
...
Use the query builder for get_rfq_total_items to assure compatibility with PostgreSQL.
2026-05-12 17:22:23 +00:00
Loïc Oberle
d128fb92cf
refactor(supplier): Using query builder for get_total_accepted_amount ( #54873 )
...
Use the query builder for get_total_accepted_amount to assure compatibility with PostgreSQL.
2026-05-12 17:14:30 +00:00
Loïc Oberle
66914ac2fc
refactor(supplier): Using query builder for get_total_rejected_items ( #54872 )
...
Use the query builder for get_total_rejected_items to assure compatibility with PostgreSQL.
2026-05-12 22:37:04 +05:30
Loïc Oberle
20d6b54590
refactor(supplier): Using query builder for get_total_received_items ( #54870 )
...
Use the query builder for get_total_received_items to assure compatibility with PostgreSQL
2026-05-12 22:36:07 +05:30
Loïc Oberle
573e37a78d
refactor(supplier): Using query builder for get_total_rejected_amount ( #54871 )
...
Use the query builder for get_total_rejected_amount to assure compatibility with PostgreSQL.
2026-05-12 22:35:47 +05:30
Loïc Oberle
7a292f9ea6
refactor(supplier): Using query builder for get_total received ( #54868 )
...
Use the query builder for get_total_received to assure compatibility with PostgreSQL.
2026-05-12 22:34:30 +05:30
Loïc Oberle
876d4bdb75
refactor(supplier): Using query builder for get_sq_total_number ( #54878 )
...
Use the query builder for get_sq_total_number to assure compatibility with PostgreSQL.
2026-05-12 22:33:24 +05:30
Loïc Oberle
24530fa349
refactor(supplier): Using query builder for get_total_shipments ( #54875 )
...
Use the query builder for get_total_shipments to assure compatibility with PostgreSQL.
2026-05-12 22:32:57 +05:30
Loïc Oberle
5b7f07ddb1
refactor(supplier): Using query builder for get_total_received_amount ( #54869 )
...
Use the query builder for get_total_received_amount to assure compatibility with PostgreSQL.
2026-05-12 22:32:34 +05:30
Loïc Oberle
1a4748759d
refactor(supplier): Using query builder for get_total_accepted_items ( #54874 )
...
Use the query builder for get_total_accepted_items to assure compatibility with PostgreSQL.
2026-05-12 22:31:34 +05:30
Loïc Oberle
c8f91ac4db
refactor(supplier): Using query builder for get_rfq_total_number ( #54876 )
...
Use the query builder for get_rfq_total_number to assure compatibility with PostgreSQL.
2026-05-12 22:30:49 +05:30
Loïc Oberle
1e7a265037
refactor(supplier): Using query builder for get_sq_total_items ( #54879 )
...
Use the query builder for get_sq_total_items to assure compatibility with PostgreSQL.
2026-05-12 22:30:21 +05:30
Loïc Oberle
1b9eaed4d2
refactor(supplier): Using query builder for get_rfq_response_days ( #54880 )
...
Use the query builder for get_rfq_response_days to assure compatibility with PostgreSQL.
2026-05-12 22:29:31 +05:30
Soham-ambibuzz
5560f6c270
feat: Added Philippines chart of account json file ( #53918 )
...
* feat: Added philipinnes chart of account json file
Signed-off-by: Soham-ambibuzz <soham.pawar@ambibuzz.com >
* feat: made changes as per review comments and corrected indentation
* feat: made changes as per review comments
* feat: made changes as per review comments to resolve the issues
* fix: fixed changes as per review comments
Signed-off-by: soham7117 <sohampawar626@gmail.com >
* fix: fixed changes as per review comments on bank group account
Signed-off-by: soham7117 <sohampawar626@gmail.com >
---------
Signed-off-by: Soham-ambibuzz <soham.pawar@ambibuzz.com >
Signed-off-by: soham7117 <sohampawar626@gmail.com >
Co-authored-by: soham7117 <sohampawar626@gmail.com >
2026-05-12 21:48:55 +05:30
diptanilsaha
9134db9cd3
fix: added permission validation for deactivate_sales_person ( #54884 )
2026-05-12 16:01:08 +00:00
MochaMind
6e349569c7
fix: sync translations from crowdin ( #54810 )
...
* fix: Swedish translations
* fix: Croatian translations
* fix: Bosnian translations
* fix: French translations
* fix: Arabic translations
* fix: Czech translations
* fix: Danish translations
* fix: German translations
* fix: Hungarian translations
* fix: Italian translations
* fix: Dutch translations
* fix: Polish translations
* fix: Portuguese translations
* fix: Russian translations
* fix: Slovenian translations
* fix: Serbian (Cyrillic) translations
* fix: Swedish translations
* fix: Turkish translations
* fix: Chinese Simplified translations
* fix: Vietnamese translations
* fix: Portuguese, Brazilian translations
* fix: Indonesian translations
* fix: Persian translations
* fix: Thai translations
* fix: Croatian translations
* fix: Burmese translations
* fix: Bosnian translations
* fix: Norwegian Bokmal translations
* fix: Serbian (Latin) translations
* fix: Spanish translations
* fix: Esperanto translations
* fix: Swedish translations
* fix: Croatian translations
* fix: Bosnian translations
2026-05-12 21:10:00 +05:30
Jaypal Lakum
3532c1cc69
fix(task): update depends_on for closing date and review date #54850 ( #54852 )
2026-05-12 09:53:42 +00:00
Mihir Kandoi
b5527cf328
fix: raw material should not have target warehouse in manufacture entry ( #54849 )
2026-05-12 14:56:59 +05:30
Nishka Gosalia
631958314f
Merge pull request #54835 from nishkagosalia/st-67801
...
fix: rename supplier wise stock analytics report
2026-05-12 12:37:36 +05:30
Nikhil Kothari
422ff15be5
fix: remove wrapper for list items in error messages ( #54848 )
2026-05-12 05:52:39 +00:00
Loïc Oberle
1d5ef62452
refactor(supplier): use frappe orm for criteria retrieval ( #54841 )
...
replace raw SQL with frappe.get_all in get_criteria_list to leverage
the standard Frappe API. This improves code readability and follows
framework best practices.
2026-05-11 21:27:10 +05:30
Loïc Oberle
2e958de95b
refactor(supplier): use frappe orm for database queries ( #54842 )
...
replace raw SQL with frappe orm to leverage the framework's native
capabilities. this improves code maintainability and adheres to frappe
best practices.
2026-05-11 21:24:28 +05:30
Loïc Oberle
0729c9a9cd
refactor(material-request): replace raw SQL with Frappe Query Builder ( #54836 )
...
* refactor(material-request): replace raw SQL with Frappe Query Builder
Replace frappe.db.sql with frappe.qb in get_linked_material_requests
to improve readability and leverage the ORM's built-in SQL injection protection.
* removes unused import
2026-05-11 12:10:04 +00:00
Mihir Kandoi
95705f18aa
fix: validate variant values ( #54831 )
2026-05-11 12:00:57 +00:00
nishkagosalia
85206e0278
fix: rename supplier wise stock analytics report
2026-05-11 16:24:57 +05:30
ruthra kumar
0f9cfeb2ef
Merge pull request #54828 from ruthra-kumar/faster_payment_reconciliation_tests
...
refactor(test): speed up payment reconciliation tests
2026-05-11 14:09:45 +05:30
Jatin3128
dfbe847307
fix(general-ledger): show raw GL entries when categorize_by is empty ( #54816 )
2026-05-11 13:41:23 +05:30
ruthra kumar
f58242dca7
refactor(test): speed up payment reconciliation tests
2026-05-11 13:21:01 +05:30
Mihir Kandoi
23e9ad3fd9
fix: check if item is dropshipped before updating quantity ( #54825 )
2026-05-11 07:46:27 +00:00
Nikhil Kothari
f4008adc16
fix: UI/UX issues in new banking module ( #54824 )
...
* fix: enforce user permissions on bank account get_list
* feat: auto-select last used bank account
* fix: skeleton loaders in bank balance
* fix: show empty state for no bank transactions
* chore: add Stripe and PayPal logos
* fix: alignment of header text in list-view
* fix: wrap words in transaction description
* fix: change file-dropzone color on hover
2026-05-11 07:32:11 +00:00
Mihir Kandoi
03acbc3dc9
fix: do not rely on client side to update quantities during partial d… ( #54804 )
...
fix: do not rely on client side to update quantities during partial dropship
2026-05-11 06:17:54 +00:00
ruthra kumar
3deda25d21
Merge pull request #54783 from ruthra-kumar/prevent_editing_reversal_journals
...
fix: disallow editing on reversal journals
2026-05-11 10:08:18 +05:30
MochaMind
8c3739eb08
chore: update POT file ( #54815 )
2026-05-10 13:56:37 +02:00
Nikhil Kothari
346f080538
chore: update frappe-react-sdk ( #54811 )
2026-05-09 18:58:15 +00:00
dependabot[bot]
09d772f92e
chore(deps): bump socket.io-parser from 4.2.5 to 4.2.6 in /banking ( #54807 )
...
Bumps [socket.io-parser](https://github.com/socketio/socket.io ) from 4.2.5 to 4.2.6.
- [Release notes](https://github.com/socketio/socket.io/releases )
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io/compare/socket.io-parser@4.2.5...socket.io-parser@4.2.6 )
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-version: 4.2.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-09 18:35:33 +00:00
dependabot[bot]
4dfe532475
chore(deps): bump axios from 1.13.5 to 1.16.0 in /banking ( #54806 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.13.5 to 1.16.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.13.5...v1.16.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.16.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-09 18:12:04 +00:00