website settings social icons

This commit is contained in:
Rushabh Mehta
2013-02-20 15:02:21 +05:30
parent 150d98d786
commit 87e4801946
31 changed files with 1555 additions and 183 deletions

View File

@@ -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"
]

View File

@@ -0,0 +1 @@
[]

View File

@@ -0,0 +1,3 @@
[
"All Day"
]

View File

@@ -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