Commit graph

10 commits

Author SHA1 Message Date
Lance Edgar
40efd8a3bc Rebranded to Tailbone. 2013-09-01 08:18:37 -07:00
Lance Edgar
b7fdd1f797 Replaced Grid.clickable with .viewable.
Clickable grid rows seemed to be more irritating than useful.  Now a view icon
is shown instead.
2013-07-22 21:32:54 -07:00
Lance Edgar
68650a5488 Removed several references to edbob. 2013-07-19 15:57:53 -07:00
Lance Edgar
578e4bde2a Stole grids and grid-based views from edbob. 2013-07-19 15:04:03 -07:00
Lance Edgar
c422b900c6 Extensive commit; see notes.
* Replaced `forms` module with subpackage; added some initial goodies (many of
  which are currently just imports from `edbob`).

* Added/edited various CRUD templates for consistency.

* Renamed `customer_groups` module and template folder to `customergroups`.

* Modified several view modules so their Pyramid configuration is more
  "extensible."  This just means routes and views are defined as two separate
  steps, so that derived applications may inherit the route definitions if they
  so choose.

* Added Employee CRUD views; added Email Address field to index view.

* Updated `people` view module so it no longer derives from that of `edbob`.

* Added support for, and some implementations of, extra key lookup abilities to
  CRUD views.  This allows URLs to use a "natural" key (e.g. Customer ID
  instead of UUID), for cases where that is more helpful.

* Product CRUD now uses autocomplete for Brand field.  Also, price fields no
  longer appear within an editable fieldset.

* Within Store index view, default sort is now ID instead of Name.

* Added Contact and Phone Number fields to Vendor CRUD views; added Contact and
  Email Address fields to index view.
2013-05-21 21:51:41 -07:00
Lance Edgar
c6f5df7721 Added id and .status fields to Employee grid view. 2013-05-07 18:01:58 -07:00
Lance Edgar
dcbcf81c40 update grid, crud views per edbob changes 2012-08-16 10:31:24 -07:00
Lance Edgar
96046d9089 fix employee views 2012-08-10 14:18:28 -07:00
Lance Edgar
a4f2b6d5c2 update grids per edbob changes, add order worksheet report 2012-08-06 15:05:09 -07:00
Lance Edgar
6ba157ccb2 add employee views 2012-07-26 14:04:03 -07:00