mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
@@ -87,5 +87,5 @@ def update_feed(controller, method=None):
|
||||
doc = controller.doc
|
||||
if method in ['on_update', 'on_submit']:
|
||||
subject, color = feed_dict.get(doc.doctype, [None, None])
|
||||
if subject:
|
||||
if subject:
|
||||
make_feed('', doc.doctype, doc.name, doc.owner, subject % doc.fields, color)
|
||||
|
||||
@@ -1,4 +1,14 @@
|
||||
erpnext.updates = [
|
||||
["28th December 2012", [
|
||||
"Workflow: Added System for Multi-level approval before Submission. \
|
||||
<br>See video at <a href='https://www.youtube.com/watch?v=zuGv59_wJKw' \
|
||||
target='_blank'>https://www.youtube.com/watch?v=zuGv59_wJKw</a>.",
|
||||
"Stock Level Report: New report to see available and estimated qty of stock",
|
||||
]],
|
||||
["27th December 2012", [
|
||||
"Website: Added auto-generated Contact Us and About Us Pages",
|
||||
"Website: Added option to create slideshows and add them to Pages, Products and Product Groups",
|
||||
]],
|
||||
["25th December 2012", [
|
||||
"Stock Balance Report: Inflow, outflow and balance of stock within a defined period",
|
||||
"Stock Reports: Added Brand filter on some of the reports"
|
||||
|
||||
Reference in New Issue
Block a user