diff --git a/accounts/search_criteria/lease_agreement_list/lease_agreement_list.txt b/accounts/search_criteria/lease_agreement_list/lease_agreement_list.txt index f7c9f846230..f47c6095fd7 100644 --- a/accounts/search_criteria/lease_agreement_list/lease_agreement_list.txt +++ b/accounts/search_criteria/lease_agreement_list/lease_agreement_list.txt @@ -3,9 +3,9 @@ # These values are common in all dictionaries { - 'creation': '2011-07-26 17:01:34', + 'creation': '2011-08-29 13:45:35', 'docstatus': 0, - 'modified': '2011-07-28 12:55:50', + 'modified': '2011-08-29 13:45:35', 'modified_by': 'Administrator', 'owner': 'Administrator' }, diff --git a/accounts/search_criteria/lease_monthly_future_installment_inflows/lease_monthly_future_installment_inflows.txt b/accounts/search_criteria/lease_monthly_future_installment_inflows/lease_monthly_future_installment_inflows.txt index a531bb9f276..05a0f70b90d 100644 --- a/accounts/search_criteria/lease_monthly_future_installment_inflows/lease_monthly_future_installment_inflows.txt +++ b/accounts/search_criteria/lease_monthly_future_installment_inflows/lease_monthly_future_installment_inflows.txt @@ -3,9 +3,9 @@ # These values are common in all dictionaries { - 'creation': '2011-07-27 13:14:29', + 'creation': '2011-08-29 13:45:35', 'docstatus': 0, - 'modified': '2011-07-27 13:14:29', + 'modified': '2011-08-29 13:45:35', 'modified_by': 'Administrator', 'owner': 'Administrator' }, diff --git a/accounts/search_criteria/lease_over_due_list/lease_over_due_list.txt b/accounts/search_criteria/lease_over_due_list/lease_over_due_list.txt index 22bdc55d548..d1454425642 100644 --- a/accounts/search_criteria/lease_over_due_list/lease_over_due_list.txt +++ b/accounts/search_criteria/lease_over_due_list/lease_over_due_list.txt @@ -3,9 +3,9 @@ # These values are common in all dictionaries { - 'creation': '2011-07-26 18:11:47', + 'creation': '2011-08-29 13:45:35', 'docstatus': 0, - 'modified': '2011-07-26 18:27:01', + 'modified': '2011-08-29 13:45:35', 'modified_by': 'Administrator', 'owner': 'Administrator' }, diff --git a/accounts/search_criteria/lease_overdue_age_wise/lease_overdue_age_wise.txt b/accounts/search_criteria/lease_overdue_age_wise/lease_overdue_age_wise.txt index dcd0f94aaaf..1c734a86fbf 100644 --- a/accounts/search_criteria/lease_overdue_age_wise/lease_overdue_age_wise.txt +++ b/accounts/search_criteria/lease_overdue_age_wise/lease_overdue_age_wise.txt @@ -3,9 +3,9 @@ # These values are common in all dictionaries { - 'creation': '2011-07-27 13:14:29', + 'creation': '2011-08-29 13:45:35', 'docstatus': 0, - 'modified': '2011-07-27 13:14:29', + 'modified': '2011-08-29 13:45:35', 'modified_by': 'Administrator', 'owner': 'Administrator' }, diff --git a/accounts/search_criteria/lease_receipts_client_wise/lease_receipts_client_wise.txt b/accounts/search_criteria/lease_receipts_client_wise/lease_receipts_client_wise.txt index 26c0ff7a1c7..b155b39a6a5 100644 --- a/accounts/search_criteria/lease_receipts_client_wise/lease_receipts_client_wise.txt +++ b/accounts/search_criteria/lease_receipts_client_wise/lease_receipts_client_wise.txt @@ -3,9 +3,9 @@ # These values are common in all dictionaries { - 'creation': '2011-07-28 12:13:41', + 'creation': '2011-08-29 13:45:36', 'docstatus': 0, - 'modified': '2011-07-28 12:56:47', + 'modified': '2011-08-29 13:45:36', 'modified_by': 'Administrator', 'owner': 'Administrator' }, diff --git a/accounts/search_criteria/lease_yearly_future_installment_inflows/lease_yearly_future_installment_inflows.txt b/accounts/search_criteria/lease_yearly_future_installment_inflows/lease_yearly_future_installment_inflows.txt index aa522241b4b..09697960032 100644 --- a/accounts/search_criteria/lease_yearly_future_installment_inflows/lease_yearly_future_installment_inflows.txt +++ b/accounts/search_criteria/lease_yearly_future_installment_inflows/lease_yearly_future_installment_inflows.txt @@ -3,9 +3,9 @@ # These values are common in all dictionaries { - 'creation': '2011-07-27 13:14:29', + 'creation': '2011-08-29 13:45:36', 'docstatus': 0, - 'modified': '2011-07-27 13:14:29', + 'modified': '2011-08-29 13:45:36', 'modified_by': 'Administrator', 'owner': 'Administrator' }, diff --git a/erpnext_version.py b/erpnext_version.py new file mode 100644 index 00000000000..48e45d5d313 --- /dev/null +++ b/erpnext_version.py @@ -0,0 +1,3 @@ +# version info + +version='1.0.0' diff --git a/master.sql.gz b/master.sql.gz index 273277e05be..3d3e220c869 100644 Binary files a/master.sql.gz and b/master.sql.gz differ diff --git a/startup/startup.js b/startup/startup.js index 5a2a816e89e..ce4aac3b3c4 100644 --- a/startup/startup.js +++ b/startup/startup.js @@ -49,7 +49,7 @@ function startup_setup() { login_file = 'http://' + r.message; } else if(pscript.is_erpnext_saas) { - login_file = 'http://www.erpnext.com'; + login_file = 'https://www.erpnext.com'; } // setup toolbar pscript.startup_setup_toolbar(); @@ -539,4 +539,4 @@ pscript.set_user_fullname = function(ele,username,get_latest){ // ==================================================================== startup_setup(); -$(document).bind('form_refresh', function() { }) \ No newline at end of file +$(document).bind('form_refresh', function() { })