seitime-frappe/frappe/core
paurosello 72fa048088 Change colspan in listview (#2058)
* Change colspan in listview

Closed last PR as I messed up with my repo.

Sometimes the fields have too much space or it is really small, this solutions allows the users to modify the field colspan per field using the following syntax in frappe.listview_settings

`column_colspan: {"fieldname":2},`

* Update docfield.json
2016-09-19 13:13:11 +05:30
..
doctype Change colspan in listview (#2058) 2016-09-19 13:13:11 +05:30
page Option to send email from Data Import Tool where applicable (#2026) 2016-09-13 13:13:02 +05:30
report [feature] [wip] added Auto Email Report 2016-09-01 17:52:33 +05:30
__init__.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
notifications.py [optimize] index tabcommunication based on modified and creation 2016-05-20 11:20:37 +05:30
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30

Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.