Akhil Narang
13f8bcd289
fix: adjust a few more queries
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2025-11-20 18:14:34 +05:30
Akhil Narang
1cf9f903e5
fix: adapt to query builder
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2025-11-19 21:36:37 +05:30
Mihir Kandoi
f7585f40ac
Merge pull request #50320 from aerele/task-is-group-filter
2025-11-11 10:27:37 +05:30
Patrick Eißler
4846dfd3ca
fix(Timesheet): don't use billing_hours for costing amount calculation ( #50392 )
2025-11-07 13:26:16 +05:30
Pugazhendhi Velu
4cf02b4d78
refactor(task): use get_link_to_form for validation error messages
2025-11-06 11:22:58 +00:00
Pugazhendhi Velu
291f0c7161
test: add test for parent task is_group validation
2025-11-04 08:31:41 +00:00
Pugazhendhi Velu
ed1a1099cb
fix: validate is_group for parent task
2025-11-04 08:30:54 +00:00
Pugazhendhi Velu
5bac896329
fix: add is_group filter in task for timesheet
2025-11-03 15:54:00 +00:00
Mihir Kandoi
abf81e5217
Merge pull request #50130 from PatrickDEissler/task-no-copy-fix
...
fix(Task): make Timesheet-dependent fields no_copy
2025-10-22 13:46:10 +05:30
Patrick Eissler
2a2e4b5423
fix(Task): make Timesheet-dependent fields no_copy
2025-10-16 08:40:54 +02:00
Akhil Narang
f8b50d3ffa
fix: sanitize projects field in tasks webform ( #50089 )
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2025-10-14 13:07:59 +00:00
Rehan Ansari
88097e78d2
feat: add project filter to Delayed Tasks Summary report
2025-10-06 00:21:00 +05:30
Hussain Nagaria
a5f200636a
feat: show title in link field for Project DocType ( #49265 )
2025-08-21 12:47:06 +00:00
diptanilsaha
e563ed0c75
fix: use query builder instead of raw SQL in get_timesheet_detail_rate
2025-08-16 23:08:29 +05:30
KerollesFathy
2729d7521d
feat: add 'Manufacture' section to project dashboard and show linked Work Orders
2025-08-04 13:43:42 +00:00
Mihir Kandoi
f6e16c1180
chore: rename recalculating to updating
2025-07-18 16:08:04 +05:30
Mihir Kandoi
dd23d4c81b
feat: option to recalculate costing and billing fields in project
2025-07-18 16:08:04 +05:30
Mihir Kandoi
407fdab487
feat: add subject field to project ( #48368 )
...
* feat: add subject field to project
2025-07-04 16:09:34 +00:00
Sagar Vora
7a482a6998
chore: use frappe.in_test
2025-06-17 21:28:21 +05:30
Ankush Menat
c222d5fa55
chore: Drop empty UnitTestCase
2025-06-10 10:55:43 +05:30
Ankush Menat
765c7c2bcc
refactor: rename get_settings -> get_single_value ( #47961 )
2025-06-09 04:40:02 +00:00
Ankush Menat
73746e2c71
perf: use cached selling settings ( #47949 )
...
* perf: Use cached stock repost settings
* perf: Use cached selling settings
2025-06-06 14:10:12 +00:00
Marc Ramser
0670765baa
fix(Timesheet): only update to_time if it's more than 1 second off ( #47703 )
...
* Only update to_time if it's more than 1 second off
Before, to_time was updated even when it was almost the same as the expected time (like 17:20 vs 17:19:59.998). This causes problems because of small rounding errors and caused valid times like 17:20 to be reset. Now, to_time is only updated if the difference is greater than 1 second.
To reproduce the current error:
From Time 09:00:00
To Time 17:20:00 Save
To Time is 17:19:59
* Change data to self in timesheet
* Update timesheet_detail.py
2025-06-03 11:58:00 +05:30
ruthra kumar
351f02cea0
refactor(test): project update drop ignore test record dependencies
2025-05-22 20:09:55 +05:30
Mihir Kandoi
b04a07fda0
fix: timesheet portal showing total billing hours
2025-05-09 13:38:42 +05:30
ruthra kumar
afc46a77f6
refactor(test): Timesheet will use ERPNextTestSuite
2025-05-07 18:31:39 +05:30
ruthra kumar
bc7cc6eac0
refactor(test): Project will use ERPNextTestSuite
2025-05-07 18:31:39 +05:30
ruthra kumar
835d08ab00
refactor(test): Project will use ERPNextTestSuite
2025-05-07 18:31:39 +05:30
ruthra kumar
fbdbcdd8c0
refactor(test): Activity Cost to use ERPNextTestSuite
2025-05-07 18:31:39 +05:30
ruthra kumar
50551c1069
refactor(test): deterministic test suite for Task
2025-05-07 18:31:39 +05:30
ruthra kumar
80f7c507ba
refactor(test): make 'Timesheet' test suite deterministic
2025-05-07 18:31:39 +05:30
ruthra kumar
eda7595179
refactor(test): make tests for queries and Project deterministic
2025-05-07 18:31:39 +05:30
ruthra kumar
3ecc39a51f
refactor(test): make 'Activity Cost' idempotent
2025-05-07 18:31:39 +05:30
Mihir Kandoi
4fc7a8b71d
refactor: portal query in timesheet.py ( #47336 )
...
* refactor: portal query in timesheet.py
* fix: use criterion.any to fix query
2025-04-30 16:13:55 +05:30
Md Hussain Nagaria
ef4f662c31
chore: update links to Frappe School ( #46823 )
2025-04-02 12:15:10 +05:30
ruthra kumar
21e22b577a
Merge pull request #46591 from ruthra-kumar/revert_to_json_for_test_records
...
Revert "chore(tests): move to compact, human readable, commentable to…
2025-03-19 16:50:14 +05:30
Marc Ramser
f4aba561ce
feat(projects): add option to hide timesheets for project users ( #46173 )
...
* feat: add option to hide timesheets for project users
* Added a new "Hide timesheets" checkbox field to Project User doctype that allows to control timesheet visibility for specific users. When enabled, the timesheets section will not be displayed on the project page for that user.
* Update projects.html
2025-03-19 13:34:15 +05:30
Yatri Dholakia
343940a9f3
fix: broken Frappe School links
2025-03-19 04:20:20 +00:00
ruthra kumar
4683e03353
chore: include company in test record
2025-03-18 17:50:44 +05:30
ruthra kumar
54d96f34f2
Revert "chore(tests): move to compact, human readable, commentable toml layout for test records"
...
This reverts commit bb917207c2 .
2025-03-18 17:27:01 +05:30
Corentin Forler
43303f2cf6
feat: Allow disabling and renaming Project Template
2025-03-12 14:27:44 +01:00
rohitwaghchaure
62837099fc
Merge pull request #46046 from mihir-kandoi/st32237-2
...
perf: optimize query in project.py
2025-03-05 12:10:16 +05:30
Mihir Kandoi
f7594e2ff9
fix: revamp logic (split parent and child)
2025-02-21 11:04:14 +05:30
Mihir Kandoi
2f1e253e19
fix: syntax error
2025-02-20 15:28:13 +05:30
Mihir Kandoi
5e66231ca4
perf: replace if function in query
2025-02-20 15:03:19 +05:30
venkat102
5880f1d5c6
fix: enable fetch_timesheet_in_sales_invoice in test
2025-02-17 14:49:32 +05:30
venkat102
876082ea2f
fix(project settings): add checkbox to auto fetch timesheet in sales invoice
2025-02-13 23:05:34 +05:30
Rohit Waghchaure
33d03b1542
fix: the project document timed out while opening
2025-02-06 16:04:51 +05:30
ruthra kumar
49570a5544
Merge pull request #45302 from aerele/validate-dimensions-company
...
feat: add company level validation for accounting dimension
2025-01-27 14:53:49 +05:30
Raffael Meyer
11f65f20a0
feat(Sales Invoice): allow linking to project without adding timesheets ( #44295 )
...
* feat(Sales Invoice): allow linking to project without adding timesheets
* test: add timesheet data
2025-01-27 13:20:57 +05:30