mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
website settings social icons
This commit is contained in:
@@ -3,29 +3,35 @@
|
||||
"Add/Remove Recipients",
|
||||
"Monthly",
|
||||
"New Purchase Requests",
|
||||
"New Stock Entries",
|
||||
"Send regular summary reports via Email.",
|
||||
"Select Digest Content",
|
||||
"Collections",
|
||||
"Expenses Booked",
|
||||
"Income",
|
||||
"New Stock Entries",
|
||||
"New Delivery Notes",
|
||||
"Stock",
|
||||
"To Do List",
|
||||
"Selling",
|
||||
"Recipients",
|
||||
"Email Digest Settings",
|
||||
"Check all the items below that you want to send in this digest.",
|
||||
"New Quotations",
|
||||
"New Support Tickets",
|
||||
"Support",
|
||||
"Buying",
|
||||
"New Communications",
|
||||
"New Projects",
|
||||
"Setup",
|
||||
"Enabled",
|
||||
"Daily",
|
||||
"New Delivery Notes",
|
||||
"Payments",
|
||||
"Bank Balance",
|
||||
"How frequently?",
|
||||
"Payables",
|
||||
"New Enquiries",
|
||||
"New Sales Orders",
|
||||
"Calendar Events",
|
||||
"New Purchase Receipts",
|
||||
"New Purchase Orders",
|
||||
"Receivables",
|
||||
@@ -34,7 +40,10 @@
|
||||
"Next email will be sent on:",
|
||||
"New Supplier Quotations",
|
||||
"Income Year to Date",
|
||||
"General",
|
||||
"Open Tickets",
|
||||
"Accounts",
|
||||
"Projects",
|
||||
"Email Digest",
|
||||
"Weekly"
|
||||
]
|
||||
1
setup/doctype/email_digest/locale/_messages_js.json
Normal file
1
setup/doctype/email_digest/locale/_messages_js.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
3
setup/doctype/email_digest/locale/_messages_py.json
Normal file
3
setup/doctype/email_digest/locale/_messages_py.json
Normal file
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"All Day"
|
||||
]
|
||||
@@ -64,6 +64,7 @@ class DocType(DocTypeNestedSet):
|
||||
|
||||
self.doc.items = get_product_list_for_group(product_group = self.doc.name, limit=20)
|
||||
self.parent_groups = get_parent_item_groups(self.doc.name)
|
||||
self.doc.title = self.doc.name
|
||||
|
||||
if self.doc.slideshow:
|
||||
from website.helpers.slideshow import get_slideshow
|
||||
|
||||
Reference in New Issue
Block a user