Akhil Narang
455edcb7d3
Merge pull request #28478 from akhilnarang/clarify-naming-series-options
...
chore(document_naming_settings): clarify that FY and ABBR require ERPNext being installed
2024-11-19 15:58:01 +05:30
Akhil Narang
605a11a4a1
Merge pull request #28498 from akhilnarang/fix-user-query
...
refactor(user_query): switch to `frappe.get_list()`
2024-11-19 15:56:54 +05:30
Shariq Ansari
16b56ee895
Merge pull request #28459 from shariquerik/billing
...
feat: Billing Page
2024-11-19 11:30:57 +05:30
Shariq Ansari
a1214143b4
chore: updated README
2024-11-19 11:04:09 +05:30
David Arnold
6f35a554a5
fix: make read only mode thread safe ( #28359 )
...
* fix: Apply read_only_method decorator to Document methods
* fix: update tests for read-only document context manager
* refactor: place mappers into read-only mode
Reapply "refactor: place mappers into read-only mode"
This reverts commit a8208d57069c63f0982bf2881bcad28a4b349f3c.
read-only mode is now thread safe
2024-11-18 15:00:50 +01:00
David Arnold
223640d8a7
feat: render debug timer ( #28501 )
2024-11-18 12:59:23 +00:00
Shariq Ansari
06fed8008c
fix: added some more links in user dropdown
2024-11-18 16:06:15 +05:30
Shariq Ansari
4755b35c91
fix: added support link in sidebar
2024-11-18 16:02:44 +05:30
Shariq Ansari
c161864dd4
refactor: moved currentSiteInfo to App.vue and provide it globally
2024-11-18 16:02:30 +05:30
Shariq Ansari
67decb2323
style: changed upgrade button color
2024-11-18 16:00:26 +05:30
Akhil Narang
b3acb7857b
refactor(user_query): switch to frappe.get_list()
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-11-18 13:04:15 +05:30
Shariq Ansari
14cca922b8
fix: empty state for card listview
2024-11-18 12:44:18 +05:30
Frappe PR Bot
e8808cec17
chore: update POT file ( #28489 )
2024-11-17 16:08:20 +01:00
David Arnold
7065489759
fix: jinja template html errors ( #28490 )
2024-11-17 10:35:09 +00:00
Raffael Meyer
585dae2053
fix: don't try to rename a doctype that doesn't exist ( #28487 )
...
When migrating a database that doesn't contain a table for "Marketing Campaign" yet (because it was added in a later, in-between version), this patch used to fail. Now we attempt to rename the doctype only if it exists.
The patch was introduced in https://github.com/frappe/frappe/pull/27801
2024-11-16 18:27:05 +01:00
Shariq Ansari
b98edf8504
fix: show all apps in apps dropdown
2024-11-16 20:28:27 +05:30
Shariq Ansari
a23307865a
chore: linter fix
2024-11-16 16:49:08 +05:30
Shariq Ansari
5f96b801e2
chore: minor layout fixes
2024-11-16 16:38:54 +05:30
Shariq Ansari
23883096cf
fix: changed upgrade button variant to outline in desk trial banner
2024-11-16 16:13:25 +05:30
Shariq Ansari
9125f173f5
fix: added pay now button in invoices listview
2024-11-16 15:56:08 +05:30
Shariq Ansari
b505cfc97c
fix: pay now will redirect to invoices page if there are multiple unpaid invoices
2024-11-16 15:49:57 +05:30
Shariq Ansari
8fcee6280e
fix: pay now action if payment mode is card
2024-11-16 14:16:34 +05:30
Shariq Ansari
f317e68fc2
fix: added header in each page
2024-11-16 13:44:31 +05:30
Shariq Ansari
85d44755bc
fix: consistent spacing
2024-11-16 13:15:04 +05:30
Shariq Ansari
eece201ea9
fix: changed Billing page name to Overview
2024-11-16 13:11:58 +05:30
Shariq Ansari
78870ba10b
fix: added user dropdown and made sidebar static
2024-11-16 13:07:48 +05:30
s-aga-r
c3a6f750bb
refactor(FrappeMail): merge newsletter and transactional email into a single endpoint ( #28480 )
2024-11-16 04:57:33 +00:00
Shariq Ansari
b77810322d
fix: added billing.py to handle csrf token issue
2024-11-15 20:47:13 +05:30
David Arnold
67f2b056b4
feat: add hook to allow downstream apps to add auto-loading instrumentation for their doctypes ( #28479 )
2024-11-15 13:04:20 +00:00
Shariq Ansari
eb55ff194a
fix: removed TrialBanner component and used css variables instead of hard coded values
2024-11-15 18:24:52 +05:30
Akhil Narang
c06f528037
chore(document_naming_settings): clarify that FY and ABBR require ERPNext being installed
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-11-15 18:04:49 +05:30
Sagar Vora
d6eaf15d84
Merge pull request #28475 from Abdeali099/add-acceptable-html-element
...
fix: add `summary` html element to `acceptable_elements`
2024-11-15 17:08:10 +05:30
Abdeali Chharchhoda
066f7c66de
fix: add summary html element to acceptable_elements
2024-11-15 16:54:18 +05:30
Shariq Ansari
5bfc2e7f58
refactor: trial banner class naming
2024-11-15 16:46:44 +05:30
Shariq Ansari
681b2b0186
fix: do not show billing page if setup not completed or not system manager
2024-11-15 16:27:08 +05:30
Shariq Ansari
1001f1fe0e
fix: added trial banner in desk
2024-11-15 16:09:17 +05:30
Shariq Ansari
167929ffd7
fix: added manage billing button in navbar settings dropdown
2024-11-15 14:32:05 +05:30
Shariq Ansari
a78bcc4566
fix: allow adding condition (js) in navbar settings dropdown
2024-11-15 14:31:34 +05:30
David Arnold
d4382dc020
feat: add allowed referrers to loosen csrf prevention ( #27841 )
...
* fix: add allowed referrers to loosen csrf prevention
* feat: Add test case for is_allowed_referrer functionality
2024-11-15 12:09:53 +05:30
Akhil Narang
6a568daa75
Merge pull request #28468 from cogk/fix-report-fallback-user-before-validating-permissions
...
fix(query_report): Validate filters using `select` permission, not `read`
2024-11-15 12:00:01 +05:30
Corentin Forler
b410d7f5ff
chore: Format
2024-11-14 17:57:50 +01:00
Corentin Forler
8cac65b4e2
fix(query_report): Validate filters using select permission, not read
2024-11-14 17:28:45 +01:00
Shariq Ansari
fb0a19bd03
chore: linter fix
2024-11-14 21:50:00 +05:30
Shariq Ansari
a305984216
fix: show confirmation message before changing plan
2024-11-14 21:42:39 +05:30
Shariq Ansari
c109306169
fix: allow adding component in dialog
2024-11-14 21:38:51 +05:30
Shariq Ansari
2cafc7fb09
fix: cache cards
2024-11-14 20:47:01 +05:30
Shariq Ansari
b4b890ec35
fix: moved set as default option in menu
2024-11-14 20:44:45 +05:30
Shariq Ansari
a0d14a4547
fix: renamed BillingHistory to Invoices
2024-11-14 20:37:36 +05:30
Corentin Forler
572391afd6
fix(query_report): Fall back to session user before validating permissions
2024-11-14 16:03:23 +01:00
Shariq Ansari
e1c64ed3f0
fix: added cards list
2024-11-14 19:53:49 +05:30