Back-end web application and API for Rattail
Go to file
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
rattail Extensive commit; see notes. 2013-05-21 21:51:41 -07:00
.gitignore add .gitignore 2012-09-17 12:42:36 -07:00
CHANGES.txt update changelog 2013-05-08 17:54:58 -07:00
COPYING.txt add COPYING 2012-11-15 17:25:31 -08:00
fabfile.py Added initial Fabric script. 2013-04-16 07:07:48 -07:00
MANIFEST.in initial commit (save point) 2012-04-10 12:39:30 -05:00
README.txt initial commit (save point) 2012-04-10 12:39:30 -05:00
setup.py update changelog 2013-02-20 22:14:42 -08:00

rattail.pyramid
===============

Rattail is a retail software framework based on `edbob <http://edbob.org/>`_,
and released under the GNU Affero General Public License.

This package contains Pyramid views, etc., for managing a Rattail system.

Please see Rattail's `home page <http://rattail.edbob.org/>`_ for more
information.