Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
vishdha committed Mar 30, 2017
2 parents 117d1d9 + f792089 commit c04e83d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Transport Management System

Provide transportation solution for your business need.
Provide transportation solution for your business need.

#### License

MIT
MIT
2 changes: 1 addition & 1 deletion transport_management_system/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

__version__ = '0.0.1'
__version__ = '1.0.0'

Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"add_total_row": 1,
"apply_user_permissions": 1,
"creation": "2017-03-05 21:13:24.919258",
"disabled": 0,
"docstatus": 0,
"doctype": "Report",
"idx": 0,
"is_standard": "Yes",
"modified": "2017-03-26 16:51:19.929459",
"modified_by": "Administrator",
"module": "Transport Management System",
"name": "Transport Bill Generator Report",
"owner": "Administrator",
"ref_doctype": "Transport Bill Generator",
"report_name": "Transport Bill Generator Report",
"add_total_row": 1,
"apply_user_permissions": 1,
"creation": "2017-03-05 21:13:24.919258",
"disabled": 0,
"docstatus": 0,
"doctype": "Report",
"idx": 0,
"is_standard": "Yes",
"modified": "2017-03-26 16:51:19.929459",
"modified_by": "Administrator",
"module": "Transport Management System",
"name": "Transport Bill Generator Report",
"owner": "Administrator",
"ref_doctype": "Transport Bill Generator",
"report_name": "Transport Bill Generator Report",
"report_type": "Script Report"
}

0 comments on commit c04e83d

Please sign in to comment.