Mihir Kandoi
90cd957d6e
fix: do not check for sub assembly reference for rm of fg ( #53758 )
2026-03-24 17:09:49 +00:00
ruthra kumar
14a46bf920
Merge pull request #53657 from ruthra-kumar/move_commits_inside_test_guard_clause
...
refactor(test): move remaining commits inside test guard
2026-03-24 17:43:17 +05:30
ruthra kumar
bc2b8da597
refactor(test): process statement of acc remove commit
2026-03-24 17:21:31 +05:30
ruthra kumar
fd2b76a4d2
refactor(test): move location creation to bootstrap in asset movement
2026-03-24 17:21:31 +05:30
ruthra kumar
8fd65d7afa
refactor(test): make stock entry deterministic
2026-03-24 17:21:31 +05:30
ruthra kumar
2c53cf3902
refactor(test): make asset capitalization deterministic
2026-03-24 17:21:31 +05:30
ruthra kumar
d3cf8cb851
refactor(test): make ledger merge deterministic
2026-03-24 17:21:31 +05:30
ruthra kumar
77f41e120d
refactor(test): SLA move company creation to bootstrap
2026-03-24 17:21:31 +05:30
ruthra kumar
426b7db3c8
refactor(test): move webform custom dt creation to boostrap
2026-03-24 17:21:31 +05:30
ruthra kumar
934740205a
refactor(test): move custom doctype data setup to bootstrap
2026-03-24 17:21:31 +05:30
ruthra kumar
4454af8efd
refactor(test): move tax category custom field creation to bootstrap
2026-03-24 17:21:31 +05:30
ruthra kumar
11fb00c21d
refactor(test): move trial company creation to bootstrap
2026-03-24 17:21:31 +05:30
ruthra kumar
31ce09204f
refactor(test): move purchase invoice dimension setup to bootstrap
2026-03-24 17:21:31 +05:30
Nishka Gosalia
6c354895d6
Merge pull request #53738 from nishkagosalia/item-form-cleanup
2026-03-24 16:28:10 +05:30
nishkagosalia
be55082751
refactor: item master ux improvements
2026-03-24 15:55:45 +05:30
Khushi Rawat
ec003342a0
Merge pull request #53588 from khushi8112/default-print-format-for-quotation
...
feat: default print format for Quotation
2026-03-24 15:36:34 +05:30
khushi8112
da41057cd6
fix: add quotation print format in the list
2026-03-24 13:03:24 +05:30
khushi8112
b9083411cc
fix: remove unused print format
2026-03-24 12:17:42 +05:30
khushi8112
c99cec1071
fix: add closing div tab
2026-03-24 12:17:42 +05:30
khushi8112
4307cd5b1c
feat: default print format for Quotation
2026-03-24 12:17:36 +05:30
ruthra kumar
9ed072ac83
refactor(test): move company setup to bootstrap
2026-03-24 11:57:45 +05:30
ruthra kumar
342ce65401
refactor(test): move dimension setup to test data bootstrap
...
and remove create_dimension() and disable_dimension()
2026-03-24 11:57:43 +05:30
ruthra kumar
ed76d6699a
refactor(test): move commits inside test guard clause
2026-03-24 11:57:02 +05:30
ruthra kumar
cd5b0ea5fd
Merge pull request #52802 from nabinhait/workspace-cleanup-1
...
fix: Removed quick access link from selling workspace
2026-03-24 11:30:53 +05:30
ruthra kumar
ae8068e833
Merge pull request #53302 from Shllokkk/xxs-xxe-fix
...
fix: sanitize genericode import inputs and secure XML parser
2026-03-24 11:27:15 +05:30
Nabin Hait
d7c48d645a
fix: Removed quick access link from selling workspace
2026-03-24 11:11:56 +05:30
ruthra kumar
107fecd4b0
Merge pull request #53730 from khushi8112/asset-location-overwritten-by-accounting-dimension
...
fix: skip overwriting existing asset fields with accounting dimensions
2026-03-24 11:04:59 +05:30
khushi8112
2859a143f2
fix: skip overwriting existing asset fields with accounting dimensions
2026-03-24 02:19:44 +05:30
Khushi Rawat
bd9b0185f4
Merge pull request #53680 from khushi8112/better-opening-invoice-creation-tool
...
fix(UX): improve party selection UX with party name field
2026-03-24 01:35:54 +05:30
Khushi Rawat
0faa261729
Merge pull request #53646 from khushi8112/default-print-format-for-rfq
...
feat: default print format for Request for Quotation
2026-03-24 01:34:00 +05:30
Mihir Kandoi
91da450a31
chore: remove unused imports ( #53722 )
2026-03-23 16:39:55 +00:00
Pandiyan P
8ebc2e38ec
fix(manufacturing): close work order status when stock reservation is… ( #53714 )
...
* fix(manufacturing): close work order status when stock reservation is enabled
* chore: better syntax
---------
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com >
2026-03-23 16:05:00 +00:00
diptanilsaha
96c79dfe8b
chore(test_item_group): removed unused function _print_tree ( #53716 )
2026-03-23 15:50:01 +00:00
diptanilsaha
958bb6c619
chore: skip semgrep check for db.commit in BootStrapTestData ( #53715 )
2026-03-23 15:39:14 +00:00
ruthra kumar
30380851d8
Merge pull request #52285 from Jatin3128/payment_entry_ref
...
fix(Payment Entry): split orders as per the schedules in the reference table
2026-03-23 19:36:36 +05:30
Rucha Mahabal
248ea16d96
feat(employee): Create User button and form. ( #52726 )
...
* feat(employee): Create User button and form.
* feat(employee): Add automatic user creation feature and related validations. Create User on Import.
* refactor(employee): create user function -removed useless function calls
* refactor(employee): reorganize joining and employee exit tabs at the end.
* feat(employee): Add birthdays and work anniversaries indicator in form ,list view enhancements and new empty state.
* fix: add missing type hints to whitelisted function arguments
* fix(employee): add 'set_only_once' property to 'Create User Automatically' field
* refactor(employee): remove anniversary indicator logic from employee form
* fix: move Joining section before Exit, relabel Employee Exit -> Exit
* fix: reset employee listview empty state, add import btn instead
* fix: employee user creation
- consider prefered email as default in employee creation
- remove unused user parameter from `create_user` API
- remove unnecessary validations on user ID, already checked by user doctype hooks
- set company email only if empty
* fix: only validate auto user creation before insert
* fix: uncollapse User Details section in new form
* fix: hide Create User Automatically checkbox if user is already selected
* fix: set create user perm to 1 by default + persist option while saving employee
* fix: avoid setting unnecessary fields
* fix: fallback to Personal Email for user creation just like client-side
* fix: reset User ID and make it read-only if 'Create User Automatically' is set
* test: Create User Automatically
* test(fix): set company in employee
---------
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2026-03-23 17:47:02 +05:30
rohitwaghchaure
3f3ddf968e
Merge pull request #53705 from rohitwaghchaure/fixed-support-63246
...
fix: batch validation for subcontracting receipt
2026-03-23 17:01:47 +05:30
Rucha Mahabal
a14f834589
test(fix): set company in employee
2026-03-23 16:52:11 +05:30
Rohit Waghchaure
b8d201658a
fix: batch validation for subcontracting receipt
2026-03-23 16:29:47 +05:30
Rucha Mahabal
cc93b14154
Merge branch 'develop' into feat/employee-creation-and-lifecycle
2026-03-23 16:11:10 +05:30
Rucha Mahabal
d4ecede3c3
test: Create User Automatically
2026-03-23 16:09:58 +05:30
Asief Tejani
99d55ab8d8
docs(README): sync erpnext docker with frappe_docker repo ( #53447 )
...
Co-authored-by: diptanilsaha <diptanil@frappe.io >
2026-03-23 16:00:03 +05:30
diptanilsaha
8ea0cc90df
fix: check for submit permissions instead of write permissions when updating status ( #53697 )
2026-03-23 15:43:33 +05:30
Rucha Mahabal
2be6bb694f
fix: reset User ID and make it read-only if 'Create User Automatically' is set
2026-03-23 15:42:13 +05:30
Rucha Mahabal
31af13a5e6
fix: fallback to Personal Email for user creation just like client-side
2026-03-23 15:31:51 +05:30
Sudharsanan Ashok
41f986ff83
fix(manufacturing): update non-stock item dict ( #53689 )
2026-03-23 15:16:37 +05:30
khushi8112
469bb0ba4e
fix: party name not updating correctly
2026-03-23 09:44:41 +00:00
khushi8112
8fd9b88cd9
fix(UX): improve party selection UX with party name field
2026-03-23 09:44:41 +00:00
Rucha Mahabal
97bb100010
fix: avoid setting unnecessary fields
2026-03-23 15:06:15 +05:30
khushi8112
6b9fb77772
fix: set default print format for when downlod pdf
2026-03-23 15:04:14 +05:30