Commit graph

37300 commits

Author SHA1 Message Date
David
ac0e46669d
fix: spec preview fields statically on the frontend 2024-08-09 13:50:41 +02:00
Shariq Ansari
b3694b34cf refactor: common api to get apps with details 2024-08-09 12:16:10 +05:30
Rushabh Mehta
b25ff5ba71
Merge pull request #27345 from rmehta/extend-quick-entry
fix(minor): Quick Entry now subclasses from Dialog
2024-08-09 11:10:45 +05:30
gruener
8a2aa92389
fix: Fixes mariadb orm to return list instead of tuple as the typisat… (#27179)
* fix: Fixes mariadb orm to return list instead of tuple as the typisation suggests it

* fix: inverted fix for pg: Expect tuple as data_type for _transform_result

* fix: Fixed failing upstream spec due to data_type change
2024-08-09 09:27:07 +05:30
Rushabh Mehta
864c82bbb5 fix(minor): quick_entry.js - getter/setter for mandatory property 2024-08-08 21:50:24 +05:30
Rushabh Mehta
a6ab011208 fix(minor): quick_entry.js - use this.mandatory if set for backward compatibility 2024-08-08 21:01:49 +05:30
Shariq Ansari
09ac7feb3a fix: check if all installed apps are desk app then route to /app 2024-08-08 21:00:11 +05:30
Shariq Ansari
50325727df feat: added default app selector in system settings 2024-08-08 20:18:40 +05:30
Shariq Ansari
3f5d6d2c7f feat: added default app selector in user doctype 2024-08-08 19:54:02 +05:30
Akhil Narang
333f08dc83
Merge pull request #27347 from akhilnarang/sentry-fixes
fix: check to ensure field is defined
2024-08-08 19:18:12 +05:30
Akhil Narang
f337af5386
fix: check to ensure field is defined
TypeError: Cannot read properties of undefined (reading 'qty')
  at <object>.round_floats_in(../../../../../apps/frappe/frappe/public/js/frappe/model/model.js:793:25)
  at erpnext.TransactionControllerconversion_factor(../../../../../apps/erpnext/erpnext/public/js/controllers/transaction.js:1195:17)
  at erpnext.selling.SellingControllerconversion_factor(../../../../../apps/erpnext/erpnext/public/js/utils/sales_common.js:365:11)
  at <anonymous>(../../../../../apps/erpnext/erpnext/public/js/controllers/transaction.js:1254:16)

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-08 19:03:23 +05:30
Shariq Ansari
b8328c43c2 fix: do not allow guest or website user to access apps page 2024-08-08 18:29:16 +05:30
Shariq Ansari
5a668acb03 fix: do not show Apps option for website user in /me page 2024-08-08 18:29:16 +05:30
Shariq Ansari
9c03bcce5b fix: redirect to default path on login 2024-08-08 18:29:16 +05:30
Shariq Ansari
67eb28d836 fix: redirect to apps if multiple apps installed or redirect to apps portal 2024-08-08 18:29:16 +05:30
Shariq Ansari
8e7da4cd7e fix: single checkbox to track telemetry & allow recording 2024-08-08 18:29:16 +05:30
Shariq Ansari
d7b217b384
Merge branch 'develop' into app-switcher 2024-08-08 18:27:19 +05:30
Ninad1306
19ded8361b fix: before mapping the doc run before_mapping hook 2024-08-08 17:54:09 +05:30
Rushabh Mehta
74d9c622bc fix(minor): Quick Entry now subclasses from Dialog 2024-08-08 17:48:22 +05:30
Raffael Meyer
0b47a255c2
fix: split attribution text into multiple lines (#27343) 2024-08-08 10:33:37 +00:00
Raffael Meyer
e57ca79783
feat: flesh out boilerplate for script report (#27301) 2024-08-08 11:32:56 +02:00
Raffael Meyer
71eb3704bd
fix: preserve exif data in optimized image (#27341) 2024-08-08 11:28:32 +02:00
s-aga-r
cf869ed186
Merge pull request #27332 from s-aga-r/refactor-fm-tz
refactor(Frappe Mail): pass `last_synced_at` in system timezone
2024-08-08 13:40:29 +05:30
barredterra
2144e6b2e7 chore: remove outdated comment 2024-08-07 17:52:05 +02:00
barredterra
f5fbb5bfe7 fix: form breadcrumbs 2024-08-07 17:38:32 +02:00
Rushabh Mehta
68a8b65ac4
Merge pull request #27299 from rmehta/workspace-settings
feat: Workspace Settings - allow enabling and disabling of workspaces during setup
2024-08-07 20:58:09 +05:30
Rushabh Mehta
d4e7551481 fix(minor): add column break in workspace settings modal 2024-08-07 20:41:32 +05:30
Rushabh Mehta
057d32a02d fix(test): complete workspace setup before running UI tests 2024-08-07 18:16:52 +05:30
Corentin Forler
036bdf0445
fix(grid): Hide backdrop when deleting row in modal 2024-08-07 12:26:44 +02:00
Markus Lobedann
b170be419c fix: 🐛 show link titles for virtual link fields too 2024-08-07 12:16:50 +02:00
Rushabh Mehta
0a00b40cee fix(test): complete workspace setup before running UI tests 2024-08-07 10:01:41 +05:30
Rushabh Mehta
0837a39335 fix(test): complete workspace setup before running UI tests 2024-08-07 09:50:17 +05:30
Rushabh Mehta
519bdec3e9 fix(test): complete setup before running UI tests 2024-08-07 09:21:57 +05:30
s-aga-r
3662825559 refactor(Frappe Mail): pass last_synced_at in system timezone 2024-08-06 19:49:01 +05:30
Akhil Narang
07760e359a
Merge pull request #27322 from akhilnarang/fix-auto-email-report-check-report-defined
fix(auto_email_report): ensure that a report is selected before we try to apply filters
2024-08-06 12:52:51 +05:30
Akhil Narang
ae2ffa8c7e
fix(auto_email_report): ensure that a report is selected before we try to apply filters
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-06 12:38:29 +05:30
Akhil Narang
fb3a41cf24
Merge pull request #27311 from akhilnarang/dont-create-feed-entry-for-deleted-deleted-document
chore(deleted_document): don't create feed entry on deletion
2024-08-06 10:12:01 +05:30
Nihantra C. Patel
279c365916
fix: field sorting in listview (#27187)
* fix: field sorting in listview

* fix: field sorting in listview
2024-08-06 09:29:28 +05:30
avc
9a5aac232b
Merge branch 'frappe:develop' into fix-report-excel-translation 2024-08-05 17:12:28 +02:00
Akhil Narang
5916e41249
Merge pull request #27312 from cogk/perf-lazy-load-flags
perf(utils): Lazy load flags img in frappe.utils.flag
2024-08-05 20:16:43 +05:30
Sumit Bhanushali
1c35f2216f fix(XLSX): remove unsupported characters from sheet title 2024-08-05 18:01:30 +05:30
Corentin Forler
ff0bec5838
perf(utils): Lazy load flags img in frappe.utils.flag 2024-08-05 14:29:19 +02:00
Akhil Narang
05bf4bb5a4
chore(deleted_document): don't create feed entry on deletion
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-05 17:13:19 +05:30
Corentin Forler
4dbcc12470
feat(DurationControl): Parse duration string input 2024-08-05 13:00:38 +02:00
Frappe PR Bot
c06a854ea8
chore: update POT file (#27300) 2024-08-04 17:39:39 +02:00
El-Shafei H.
ac4b670792
fix: add translation function to route label text (#27175)
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
2024-08-04 12:12:58 +00:00
Rushabh Mehta
774d86f642 feat: Workspace Settings - allow enabling and disabling of workspaces during setup 2024-08-04 13:41:08 +05:30
s-aga-r
1ca390b189
Merge pull request #27294 from s-aga-r/default-notification
fix: default notification
2024-08-03 12:25:16 +05:30
s-aga-r
20224011b8 fix: default notification 2024-08-03 10:48:17 +05:30
s-aga-r
e9e327104d fix: get value with ignore=True 2024-08-03 09:35:45 +05:30