Commit graph

52228 commits

Author SHA1 Message Date
K
2e36bfbbae
fix: add label for signature field in print format (#35144) 2025-12-10 07:35:36 +00:00
MochaMind
b7e4e6b325
fix: sync translations from crowdin (#35141)
* fix: French translations

* fix: Spanish translations

* fix: Arabic translations

* fix: Czech translations

* fix: Danish translations

* fix: German translations

* fix: Hungarian translations

* fix: Italian translations

* fix: Dutch translations

* fix: Polish translations

* fix: Portuguese translations

* fix: Russian translations

* fix: Slovenian translations

* fix: Serbian (Cyrillic) translations

* fix: Swedish translations

* fix: Turkish translations

* fix: Chinese Simplified translations

* fix: Vietnamese translations

* fix: Portuguese, Brazilian translations

* fix: Indonesian translations

* fix: Persian translations

* fix: Tamil translations

* fix: Thai translations

* fix: Croatian translations

* fix: Burmese translations

* fix: Bosnian translations

* fix: Norwegian Bokmal translations

* fix: Serbian (Latin) translations

* fix: Esperanto translations

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2025-12-10 12:18:43 +05:30
Ejaaz Khan
13a2a92f59
fix: define variable with default value (#35147) 2025-12-10 06:33:44 +00:00
Jannat Patel
630987d97c
Merge pull request #35145 from frappe/data-import-issue
fix: validate import columns only if type is insert
2025-12-10 11:43:57 +05:30
Jannat Patel
c9e8a293a4 fix: validate import columns only if type is insert 2025-12-10 11:30:13 +05:30
Ejaaz Khan
5386cba461
Merge pull request #35126 from iamejaaz/new-navbar-design
feat: new navbar design
2025-12-10 11:27:01 +05:30
Ejaaz Khan
1678d82a69 test: remove optional delete anban test case 2025-12-10 11:01:09 +05:30
Ejaaz Khan
11146bb1cc chore: skip maxscale in github actions mariadb setup 2025-12-10 10:38:48 +05:30
Ejaaz Khan
f2c37576af test: fix kanban test cases 2025-12-09 23:10:16 +05:30
Soham Kulkarni
ec04d47bed
Merge pull request #35136 from sokumon/refactor-auto-generate 2025-12-09 19:09:42 +05:30
Rahul Agrawal
dfd956f236
fix: allow same filter multiple times in workspace shortcut (#35133)
* fix: populate multiple filters of same type in URL

* test: increase wait time for jump to field
2025-12-09 19:00:01 +05:30
sokumon
104824dc91 chore: move code to the correct file 2025-12-09 18:20:22 +05:30
Soham Kulkarni
1deffcedd9
Merge pull request #34918 from sokumon/module-sidebar 2025-12-09 18:03:47 +05:30
Ejaaz Khan
da936cc2fe test: add correct id for copying title 2025-12-09 17:40:54 +05:30
Ejaaz Khan
1f33616371 test: fix route to worksapce test case 2025-12-09 17:37:38 +05:30
Ejaaz Khan
f04cc04502 test: apply doctype filter while seearching file 2025-12-09 17:25:40 +05:30
MochaMind
088b091bd7
fix: sync translations from crowdin (#35096) 2025-12-09 12:37:30 +01:00
Ejaaz Khan
6a45fde134 feat: show title text on breadcrumb 2025-12-09 16:13:31 +05:30
sokumon
9fc078e112 fix: add a simpler icon for list 2025-12-09 15:44:32 +05:30
sokumon
92a73cbd5e refactor: move logic to a function 2025-12-09 15:16:37 +05:30
Ejaaz Khan
763e92bda0 fix: increase breadcrumb width 2025-12-09 14:46:04 +05:30
Ejaaz Khan
4758119b06 fix: add indicator back 2025-12-09 14:44:27 +05:30
Ejaaz Khan
a27cb7e148 feat: show new doc name on breadcrumb 2025-12-09 14:40:03 +05:30
Saqib Ansari
8d46b17c71
fix: dashboard view margin (#35128) 2025-12-09 14:01:43 +05:30
Rahul Agrawal
146e8b66f0
fix: store childtable fieldname in query param (#35122)
* fix: resolve child table fieldname override in list view filter

* chore: rename variables
2025-12-09 07:34:49 +00:00
Ejaaz Khan
727446ab3b feat: design navbar of mobile view 2025-12-09 12:58:56 +05:30
Akhil Narang
66ef5bf2ca
Merge pull request #35092 from akhilnarang/return-query-object
feat(qb_query)!: return query object if requested
2025-12-09 12:21:48 +05:30
sokumon
e2ff41dc89 fix: enhance the sidebar which is generated 2025-12-09 12:13:11 +05:30
MochaMind
e5890087fe
chore: update POT file (#35104) 2025-12-09 11:58:52 +05:30
Akhil Narang
269471729c
feat(qb_query)!: return query object if requested
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-09 11:39:48 +05:30
Abdeali Chharchhodawala
e57244c037
chore: proper example for bulk update query (#35100) 2025-12-09 11:38:18 +05:30
Akhil Narang
492fad0fec
Merge pull request #35114 from akhilnarang/fix-datetime-between-filter
fix(query): match `between` behaviour for datetime fields with db_query
2025-12-09 11:35:18 +05:30
Akhil Narang
207ee7a367
fix(query): match between behaviour for datetime fields with db_query
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-08 20:06:32 +05:30
Akhil Narang
55aaf67205
Merge pull request #34827 from akhilnarang/fix-filter-generation
fix: don't add 5th element to filter array
2025-12-08 18:58:39 +05:30
Akhil Narang
632e65e6d9
fix: don't add 5th element to filter array
It wasn't used, and now causes an error if passed to query builder

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-08 18:34:53 +05:30
Packeting
456d785792
feat(ListView): add per-field filter match type selector (#34520)
* feat(List View): add per-field filter match type selector

* feat: update filter symbol onchage standard filter

* feat(ListView): enhance filter match type functionality and style

* feat: use toggle btn

* fix: use dropdown instead

* fix: add border left for dropdown button

* refactor: remove unused filter match type styles from filters.scss

* style: remove focus outline from filter match type button for cleaner appearance

* fix(ListView): ensure string values are properly formatted for filter conditions

---------

Co-authored-by: Rahul Agrawal <12agrawalrahul@gmail.com>
Co-authored-by: Packeting <packeting.zhong@yoswit.com>
2025-12-08 17:18:51 +05:30
sokumon
d9d231feb8 refactor: move logic to a seperate patch 2025-12-08 13:03:19 +05:30
sokumon
16d3c2c85c feat: generate sidebars based on module 2025-12-08 12:43:33 +05:30
Soham Kulkarni
181fd66894
Merge pull request #35110 from sokumon/reroute-issues 2025-12-08 12:33:22 +05:30
sokumon
17de031475 fix: use forward_query_parameters instead 2025-12-08 11:54:18 +05:30
Ejaaz Khan
1000fa931c
Merge pull request #34625 from hexed0ut/fix-tags-autocomplete
fix(tags): Fix autocomplete to select the best match on Enter
2025-12-08 11:49:04 +05:30
Ejaaz Khan
bb5cfd5689
Merge pull request #34675 from aerele/button-color
feat: add color property to button field
2025-12-08 11:33:45 +05:30
sokumon
581d5891c5 fix: change encoding to add support for more characters 2025-12-08 11:29:16 +05:30
sokumon
d038cdec5c fix: redirect with query 2025-12-08 11:26:00 +05:30
Ejaaz Khan
16d3418516 Merge branch 'develop' into fix-tags-autocomplete 2025-12-08 11:24:58 +05:30
Ejaaz Khan
67f88d5531
Merge pull request #34834 from prateekkaramchandani/fix/set_formatted_input
fix(link.js): pass value to super.set_formatted_input
2025-12-08 11:22:03 +05:30
Ejaaz Khan
55a29e818b refactor: add readonly and imporsinote indicator back 2025-12-07 23:30:05 +05:30
Soham Kulkarni
e5b7bab26c
Merge pull request #35105 from sokumon/sidebar-fixes 2025-12-07 21:13:32 +05:30
Ejaaz Khan
aabf641f41 feat: new navbar design 2025-12-07 20:54:30 +05:30
sokumon
bebda873f6 fix: translate standard sidebar items 2025-12-07 20:48:08 +05:30