Commit Graph

57958 Commits

Author SHA1 Message Date
MochaMind
31191c0ec4 fix: Persian translations 2026-05-19 01:51:41 +05:30
MochaMind
87164dfe65 fix: Indonesian translations 2026-05-19 01:51:34 +05:30
MochaMind
a5a22ff6a0 fix: Portuguese, Brazilian translations 2026-05-19 01:51:30 +05:30
MochaMind
b63455bfaf fix: Vietnamese translations 2026-05-19 01:51:25 +05:30
MochaMind
95f27a5ab9 fix: Chinese Simplified translations 2026-05-19 01:51:21 +05:30
MochaMind
eacf360cfc fix: Turkish translations 2026-05-19 01:51:16 +05:30
MochaMind
82d3720b25 fix: Swedish translations 2026-05-19 01:51:12 +05:30
MochaMind
2b8ee94d6e fix: Serbian (Cyrillic) translations 2026-05-19 01:51:07 +05:30
MochaMind
8b9f6d42ae fix: Slovenian translations 2026-05-19 01:51:02 +05:30
MochaMind
a7662f2781 fix: Russian translations 2026-05-19 01:50:57 +05:30
MochaMind
9a91339390 fix: Portuguese translations 2026-05-19 01:50:52 +05:30
MochaMind
05bd136a95 fix: Polish translations 2026-05-19 01:50:47 +05:30
MochaMind
3cc54d1328 fix: Dutch translations 2026-05-19 01:50:43 +05:30
MochaMind
a19a9ec606 fix: Italian translations 2026-05-19 01:50:39 +05:30
MochaMind
19518c4b9e fix: Hungarian translations 2026-05-19 01:50:34 +05:30
MochaMind
9b3f47c5f6 fix: German translations 2026-05-19 01:50:30 +05:30
MochaMind
e766d601b1 fix: Danish translations 2026-05-19 01:50:26 +05:30
MochaMind
468801d0ac fix: Czech translations 2026-05-19 01:50:22 +05:30
MochaMind
c5f19201da fix: Arabic translations 2026-05-19 01:50:17 +05:30
MochaMind
25f4cf6218 fix: French translations 2026-05-19 01:50:13 +05:30
MochaMind
9c82d192d0 fix: Swedish translations 2026-05-18 01:15:22 +05:30
MochaMind
da8b767d74 fix: Bosnian translations 2026-05-17 01:14:52 +05:30
MochaMind
9babe1dd22 fix: Croatian translations 2026-05-17 01:14:48 +05:30
MochaMind
010d77e8ea fix: Persian translations 2026-05-17 01:14:44 +05:30
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