Raffael Meyer
b42e7d4b32
refactor(Timesheet): move methods to Timesheet Detail ( #43794 )
2024-10-29 01:05:32 +01:00
mergify[bot]
b4d4c4a736
fix: purchase return validation issue (backport #43871 ) ( #43874 )
...
fix: purchase return validation issue (#43871 )
(cherry picked from commit a7cc7b28c0 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-10-28 17:21:36 +05:30
rohitwaghchaure
0a70be5b99
fix: work order finish button not showing ( #43875 )
2024-10-28 17:21:06 +05:30
ruthra kumar
c74bc51b41
Merge pull request #43862 from ruthra-kumar/fix_garbage_description_in_razorpay
...
refactor: fix garbage title, desc and name in razorpay
2024-10-28 12:22:54 +05:30
ruthra kumar
7e45d1555a
Merge pull request #43685 from ljain112/fix-arap-report
...
fix: do not check for payment terms details for return invoices.
2024-10-28 11:22:36 +05:30
ruthra kumar
7332ec8fbd
refactor: fix garbage title, desc and name in razorpay
2024-10-28 10:47:34 +05:30
rohitwaghchaure
ad6ce09b86
fix: incorrect value of available_qty_for_consumption in subcontracti… ( #43836 )
...
fix: incorrect value of available_qty_for_consumption in subcontracting receipt
2024-10-28 10:42:07 +05:30
ruthra kumar
6d7c5871de
Merge pull request #43833 from ljain112/fix-exp-acc
...
refactor: query for expense_account moved to setup hook in purchase invoice
2024-10-28 09:43:20 +05:30
ruthra kumar
31da5c0cc0
Merge pull request #43851 from frappe/l10n_develop
...
fix: sync translations from crowdin
2024-10-28 09:37:42 +05:30
Frappe PR Bot
99a3a07e63
fix: Russian translations
2024-10-28 08:27:16 +05:30
Frappe PR Bot
dc19fe02d3
fix: Polish translations
2024-10-28 08:27:12 +05:30
Frappe PR Bot
d2306f67ef
fix: Chinese Simplified translations
2024-10-28 08:27:09 +05:30
Frappe PR Bot
2c3f60f74d
fix: Hungarian translations
2024-10-28 08:27:06 +05:30
Frappe PR Bot
da798ee9c5
fix: Esperanto translations
2024-10-28 08:27:03 +05:30
Frappe PR Bot
2cae324924
fix: Swedish translations
2024-10-28 08:27:00 +05:30
Frappe PR Bot
1c0550e944
fix: Spanish translations
2024-10-28 08:26:56 +05:30
Frappe PR Bot
49443a01aa
fix: Arabic translations
2024-10-28 08:26:53 +05:30
Frappe PR Bot
b6feff03a0
fix: Bosnian translations
2024-10-28 08:26:50 +05:30
Frappe PR Bot
4223a2b73e
fix: Turkish translations
2024-10-28 08:26:45 +05:30
Frappe PR Bot
b5b63d5ae6
fix: French translations
2024-10-28 08:26:42 +05:30
Frappe PR Bot
67a0022d37
fix: Persian translations
2024-10-28 08:26:38 +05:30
Frappe PR Bot
67423e0b09
fix: German translations
2024-10-28 08:26:35 +05:30
Frappe PR Bot
46adceb8a7
chore: update POT file ( #43853 )
2024-10-27 11:10:31 +01:00
Frappe PR Bot
147b07f1c2
fix: German translations
2024-10-27 08:23:56 +05:30
Frappe PR Bot
ffbc9f8dfd
fix: sync translations from crowdin ( #43827 )
2024-10-26 19:52:05 +02:00
Raffael Meyer
1d40e3dbe3
fix(RFQ): make strings translatable ( #43843 )
2024-10-26 19:22:29 +02:00
Nabin Hait
c330a292d2
fix: Negative stock validation against inventory dimension ( #43834 )
2024-10-26 13:03:38 +05:30
rohitwaghchaure
5a967bc868
fix: basic rate not editable in Stock Entry Detail ( #43837 )
2024-10-25 18:41:49 +05:30
ljain112
912e1e3f3d
fix: hide payment terms for return and paid purchase invoices
2024-10-25 18:14:07 +05:30
ljain112
8b700eadc7
fix: do not set payment terms for return invoices
2024-10-25 18:09:01 +05:30
ljain112
a9ac0cc223
refactor: query for expense_account moved to setup hook in purchase invoice
2024-10-25 17:11:27 +05:30
ruthra kumar
8647c67b35
Merge pull request #43830 from ruthra-kumar/missing_bill_no_in_general_ledger
...
fix: set bill_no before `against_voucher` gets concatenated
2024-10-25 14:00:11 +05:30
ruthra kumar
7bade7f1fe
fix: set bill_no before against_voucher gets concatenated
2024-10-25 13:31:01 +05:30
Nabin Hait
91f6f75a5b
fix: map item_ID instead of item_code while creating subcontracting order from PO ( #43822 )
2024-10-24 22:10:43 +05:30
David Arnold
349c2b1cdc
Merge pull request #43821 from blaggacao/ci/add-upstream-dispatch
...
ci: trigger ci runs from upstream fix
2024-10-24 14:52:13 +02:00
David
2f747a274f
ci: trigger ci runs from upstream fix
2024-10-24 14:26:55 +02:00
David Arnold
6a2ed74de2
Merge pull request #43819 from blaggacao/ci/add-upstream-dispatch
...
ci: trigger ci runs from upstream
2024-10-24 13:12:29 +02:00
David
c314b71917
ci: trigger ci runs from upstream
2024-10-24 12:11:07 +02:00
Deepesh Garg
af472054f6
fix: Unnecessary validation for non deferred sales invoices ( #43816 )
2024-10-24 12:58:47 +05:30
ruthra kumar
076486e1f8
Merge pull request #43813 from frappe/l10n_develop
...
fix: sync translations from crowdin
2024-10-24 10:26:20 +05:30
Frappe PR Bot
67fe7f294a
fix: Turkish translations
2024-10-24 08:26:06 +05:30
Raffael Meyer
fe1e1b12c3
chore(Timesheet): add type hints ( #43793 )
2024-10-23 22:52:42 +00:00
Nabin Hait
96ea64fd00
fix: consider gle based on balances in company currency ( #43804 )
2024-10-23 17:08:48 +05:30
ruthra kumar
e8f3d1323c
Merge pull request #43755 from IamSaiyyamChhetri/company_filter_issue
...
fix: Add Company Filter
2024-10-23 16:49:29 +05:30
IamSaiyyamChhetri
9909d760a5
fix: add company filter for project
...
- In Project dt Sales Order field
- In Sales Order dt Project field
2024-10-23 16:45:44 +05:30
ruthra kumar
031e33a2d1
Merge pull request #43796 from frappe/l10n_develop
...
fix: sync translations from crowdin
2024-10-23 16:17:19 +05:30
Nabin Hait
0c71df9a75
fix: wrong fieldname ( #43799 )
2024-10-23 14:35:09 +05:30
Nabin Hait
8b7e153616
perf: performance optimizations for accounting reports by refactoring account closing balance and period closing voucher ( #43435 )
...
* fix: Gl Entry form cleanup
* fix: Added indexes in gl entry table
* perf: Refactored period closing voucher to handle large volume of gle
* fix: fixes as per new period start and end date fields in PCV
* perf: performance optimization for accounting reports
* perf: performance optimizations for account closing balance patch
* fix: test cases
* fix: lenter issues - direct use of sql query
* fix: test cases
* fix: test cases
* fix: test cases
2024-10-23 11:53:09 +05:30
Frappe PR Bot
4183581515
fix: Russian translations
2024-10-23 08:18:54 +05:30
Frappe PR Bot
4250c9c8ed
fix: Polish translations
2024-10-23 08:18:51 +05:30