diff --git a/home/page/latest_updates/latest_updates.js b/home/page/latest_updates/latest_updates.js index 73f8a372e32..190cdd2008e 100644 --- a/home/page/latest_updates/latest_updates.js +++ b/home/page/latest_updates/latest_updates.js @@ -1,6 +1,10 @@ erpnext.updates = [ ["23rd November 2012", [ "General Ledger: Auto-suggest Accounts for filtering", + "Calendar: User Interface Fixes, small text for events", + "Email Settings: Setup outgoing email without a login id \ + (applicable for a local email server)", + "Delivered Items To Be Billed: New report in 'Accounts'", ]], ["22nd November 2012", [ "Support Ticket: Compose a reply using Markdown", diff --git a/home/page/latest_updates/latest_updates.txt b/home/page/latest_updates/latest_updates.txt index 876c086de5f..7f44e7f978a 100644 --- a/home/page/latest_updates/latest_updates.txt +++ b/home/page/latest_updates/latest_updates.txt @@ -1,43 +1,32 @@ -# Page, latest-updates [ - - # These values are common in all dictionaries - { - u'creation': '2012-11-13 11:55:09', - u'docstatus': 0, - u'modified': '2012-11-13 12:21:39', - u'modified_by': u'Administrator', - u'owner': u'Administrator' - }, - - # These values are common for all Page - { - u'doctype': u'Page', - 'module': u'Home', - u'name': u'__common__', - 'page_name': u'latest-updates', - 'standard': u'Yes', - 'title': u'Latest Updates' - }, - - # These values are common for all Page Role - { - u'doctype': u'Page Role', - u'name': u'__common__', - 'parent': u'latest-updates', - 'parentfield': u'roles', - 'parenttype': u'Page', - 'role': u'All' - }, - - # Page, latest-updates - { - u'doctype': u'Page', - u'name': u'latest-updates' - }, - - # Page Role - { - u'doctype': u'Page Role' - } + { + "owner": "Administrator", + "docstatus": 0, + "creation": "2012-11-19 12:06:54", + "modified_by": "Administrator", + "modified": "2012-11-23 18:03:48" + }, + { + "name": "__common__", + "title": "Latest Updates", + "doctype": "Page", + "module": "Home", + "standard": "Yes", + "page_name": "latest-updates" + }, + { + "name": "__common__", + "parent": "latest-updates", + "doctype": "Page Role", + "parenttype": "Page", + "role": "All", + "parentfield": "roles" + }, + { + "name": "latest-updates", + "doctype": "Page" + }, + { + "doctype": "Page Role" + } ] \ No newline at end of file