Back-end web application and API for Rattail
Go to file
Lance Edgar dfb5e83c7e Add support for Product.not_for_sale flag.
This involved a couple of ancillary changes:

* The price field renderer will not display a price for products marked not
  for sale.

* The "grid" class now allows specifying a custom callable to provide
  additional CSS class for table rows.

* The products grid uses this to add a "not-for-sale" class to table rows
  for products which are marked thusly.
2014-09-10 19:38:49 -07:00
docs Add event hook for attaching Rattail config to new requests. 2014-02-21 10:10:10 -08:00
tailbone Add support for Product.not_for_sale flag. 2014-09-10 19:38:49 -07:00
tests Add event hook for attaching Rattail config to new requests. 2014-02-21 10:10:10 -08:00
.gitignore Ignore coverage stuff. 2014-07-12 16:01:29 -07:00
CHANGES.rst Update changelog. 2014-08-05 21:25:22 -07:00
COPYING.txt add COPYING 2012-11-15 17:25:31 -08:00
fabfile.py fixed bug in fabfile 2013-09-01 09:19:24 -07:00
MANIFEST.in Fixed manifest (whoops). 2013-09-20 16:01:25 -07:00
README.rst Update URL references to Rattail home page. 2014-02-21 10:10:49 -08:00
setup.cfg Add tox support. 2014-05-17 20:22:21 -07:00
setup.py Update changelog. 2014-07-19 18:56:00 -07:00
tox.ini Add tox support. 2014-05-17 20:22:21 -07:00

Tailbone
========

Tailbone is an extensible web application based on Rattail.  It provides a
"back-office network environment" (BONE) for use in managing retail data.

Please see Rattail's `home page`_ for more information.

.. _home page: http://rattailproject.org/