Ernesto Ruiz
6754f15487
chore: Add translations to QI validations in Update stock_controller.py
...
chore: Add translations to QI validations in Update stock_controller.py
2024-11-23 09:07:18 -06:00
David Arnold
e9ea9ee57b
fix: update calling signature ( #44299 )
2024-11-23 00:29:00 +00:00
ruthra kumar
15c607306a
Merge pull request #44246 from aerele/validate_for_closed_fiscal_year
...
fix: Get submitted documents in validate_for_closed_fiscal_year
2024-11-22 15:51:37 +05:30
ruthra kumar
367f56179b
Merge pull request #44266 from aerele/pricing-rule-round-free-qty
...
fix: make free qty round on large transaction qty
2024-11-22 15:50:10 +05:30
ruthra kumar
2a31807407
Merge pull request #44277 from aerele/pos-item-group-filter
...
fix: filter with item group only if it is mentioned in pos profile
2024-11-22 15:44:44 +05:30
ruthra kumar
c3e5d6336c
Merge pull request #44264 from frappe/l10n_develop
...
fix: sync translations from crowdin
2024-11-22 15:43:54 +05:30
Smit Vora
30f9b2b806
Merge pull request #44263 from vorasmit/fix-toggle-amount
2024-11-22 12:08:58 +05:30
venkat102
09641073e3
fix: filter with item group only if it is mentioned in pos profile
2024-11-22 11:53:07 +05:30
ruthra kumar
160bb10db8
Merge pull request #44194 from aerele/tds-tax-on-excess-amount
...
fix: include current invoice amount when tax_on_excess_amount is checked
2024-11-22 11:06:25 +05:30
Smit Vora
a10e175bc9
test: test case for toggling debit and credit if negative
2024-11-21 19:44:02 +05:30
venkat102
013a6fc6ec
test: add unit test to validate free qty round on large transaction qty
2024-11-21 18:37:14 +05:30
Smit Vora
8e759c32c4
fix: toggle debit credit amounts for transaction currency too; minor refactor
2024-11-21 18:30:37 +05:30
venkat102
f9b8165385
fix: make free qty round on large transaction qty
2024-11-21 18:27:15 +05:30
Frappe PR Bot
fbdc40114b
fix: Persian translations
2024-11-21 16:34:12 +05:30
Frappe PR Bot
4eb32023f5
fix: Swedish translations
2024-11-21 16:34:07 +05:30
rohitwaghchaure
57293aa18a
fix: no permission to read Doctype ( #44256 )
2024-11-21 13:13:21 +05:30
Raffael Meyer
4b53075f84
refactor: use frappe._dict() instead of {} ( #44255 )
...
* refactor: use `frappe._dict()` instead of `{}`
A downstream function (`_get_item_tax_template`) expects this to be a frappe._dict and fails otherwise.
* refactor: use `ItemDetails()`
2024-11-21 00:36:20 +01:00
Raffael Meyer
8d8070e8eb
fix: use of ctx ( #44253 )
...
* fix: rename args to ctx in caller
* fix: use `.get("items")` to avoid conflict with `.items()` method
2024-11-20 19:03:26 +01:00
ruthra kumar
4d96a20205
Merge pull request #44249 from frappe/l10n_develop
...
fix: sync translations from crowdin
2024-11-20 17:06:57 +05:30
Frappe PR Bot
f5cf417f53
fix: Persian translations
2024-11-20 16:34:49 +05:30
Frappe PR Bot
93fef93a1d
fix: Turkish translations
2024-11-20 16:34:41 +05:30
Frappe PR Bot
77cba04b13
fix: Swedish translations
2024-11-20 16:34:36 +05:30
vimalraj27
c607e5f940
fix: Get submitted documents in validate_for_closed_fiscal_year
2024-11-20 13:27:21 +05:30
ruthra kumar
1737269358
Merge pull request #44197 from ljain112/fi-rev-dr-credit-reco
...
fix: payment reco for jv with negative dr or cr amount
2024-11-20 12:46:57 +05:30
Nihantra C. Patel
9ea8bd7a3c
Merge pull request #44240 from Nihantra-Patel/fix_pos_warehouse
...
fix: non group pos warehouse
2024-11-20 12:10:42 +05:30
Nihantra C. Patel
d526be0394
fix: non group pos warehouse
2024-11-20 12:00:41 +05:30
ruthra kumar
3b9e226d93
Merge pull request #44220 from Abdeali099/payment-request-search-option-query
...
refactor: Update `Payment Request` search query in PE's reference
2024-11-20 11:50:48 +05:30
rohitwaghchaure
cc571aca8f
fix: added Stock UOM field for RM in work order ( #44185 )
...
fix: added UOM field for RM in work order
2024-11-20 11:20:47 +05:30
ruthra kumar
8bd7ad5bf0
Merge pull request #44203 from ljain112/fix-so-calender
...
fix: disable conversion to user tz for sales order calender
2024-11-20 10:46:31 +05:30
ruthra kumar
a971417f25
Merge pull request #44207 from ljain112/validate-sales_person
...
fix: validate sales team to ensure all sales person are enabled
2024-11-20 10:40:34 +05:30
David Arnold
9673bf85ec
refactor: pass typed arguments to get_item_details methods ( #44230 )
...
* refactor: pass proper types to get_item_details methods
* chore: excempt previous commit from git blame
2024-11-20 02:31:03 +01:00
David Arnold
4ec23b5525
refactor: make stem utility for normalizing ctx args from dict json-str or Document ( #44228 )
2024-11-20 00:40:16 +01:00
David Arnold
af2a622afb
fix: partial fix for #44291 ( #44229 )
...
This is only a partial fix and improves the situaton.
A proper fix will need to have items _always_ track their tax-related
account head, namely for item-wise tax templates as well as default
document taxes that are applied "On Net Total", in order to achive
proper assignment of the net_amount.
Currently there is no way to always identify the orignating account head per item.
2024-11-19 23:15:22 +00:00
David Arnold
daabe847b0
refactor: cleanup args structure akin to some typing ( #44226 )
...
* refactor: cleanup args structure akin to some typing
this clarification is a human precondition to being able to fix https://github.com/frappe/erpnext/issues/44219
* chore: excempt previous commit from git blame
* fix: adapt signature
2024-11-19 22:27:57 +00:00
Abdeali Chharchhoda
4ab3499a17
refactor: Update Payment Request search query in PE's reference
2024-11-19 18:00:35 +05:30
ruthra kumar
a9bb6b9970
Merge pull request #44190 from cogk/fix-coa-setup-wizard
...
fix(setup): Fix typo in COA setup
2024-11-19 17:44:01 +05:30
David Arnold
8b05f954c2
Merge pull request #44215 from blaggacao/fix/item-tax-detail-ro
...
fix: field read only property on taxes net_amount
2024-11-19 12:58:28 +01:00
Corentin Forler
a245cc6b07
fix(setup): Fix typo in COA setup
2024-11-19 17:18:25 +05:30
ruthra kumar
cb4b4e212c
Merge pull request #44213 from frappe/l10n_develop
...
fix: sync translations from crowdin
2024-11-19 17:11:39 +05:30
Nikolas Beckel
9d31bf7647
fix: check if pricing rule matches with coupon code ( #44104 )
...
* fix: check if pricing rule matches with coupon code
* fix: correct linting error
2024-11-19 17:10:55 +05:30
ruthra kumar
64833fccb4
Merge pull request #44214 from ruthra-kumar/wrong_eval_expression
...
fix: incorrect eval expression
2024-11-19 17:05:51 +05:30
David
b2f8b610fc
fix: field read only property on taxes net_amount
2024-11-19 12:29:56 +01:00
ruthra kumar
76ea94d906
fix: incorrect eval expression
2024-11-19 16:36:34 +05:30
Frappe PR Bot
8a12104073
fix: Swedish translations
2024-11-19 16:17:20 +05:30
rohitwaghchaure
b21fb8f8b6
fix: update project cost from timesheet ( #44211 )
2024-11-19 16:12:22 +05:30
Khaled Bin Amir
a2199db5e5
feat: Add 'ABBR' variable to support company abbreviation in naming series ( #43260 )
...
* Add ABBR variable in naming settings
* Add ABBR variable in naming settings
* Update utils.py
* chore: resolve linter
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2024-11-19 15:15:27 +05:30
hyaray
b3c558f0c0
chore: typo in Manufaturing Settings
2024-11-19 14:54:05 +05:30
ruthra kumar
7ff6901883
Merge pull request #44204 from ruthra-kumar/update_owners
...
chore: update codeowners
2024-11-19 14:46:59 +05:30
ljain112
548dbb33eb
fix: validate sales team to ensure all sales person are enabled
2024-11-19 14:32:43 +05:30
ruthra kumar
ed54b9b8c7
Merge pull request #44145 from ajiragroup/ajiragroup-patch-1
...
fix: updated label "Is short year" to "Is Short/Long year" for both short and long fiscal years
2024-11-19 14:25:37 +05:30