Back-end web application and API for Rattail
Go to file
Lance Edgar 6d79766b24 Stop using sa-filters for basic grid sorting
this just breaks if we need to use "aliased" models e.g. when sorting
and/or filtering by Product "regular price" column and similar.  so
now sorting more like we always used to, except for multi-column.

nb. this still assumes callers use `Grid.make_sorter()` when declaring
the sorters.  if caller must specify more custom/explicit sort logic
then it likely will not work and we'll have to add a workaround to
allow avoiding the common logic..but that's another day
2023-10-21 16:10:36 -05:00
docs Tweak logic for MasterView.get_action_route_kwargs() 2023-06-06 09:39:02 -05:00
tailbone Stop using sa-filters for basic grid sorting 2023-10-21 16:10:36 -05:00
tests Fix test for config object 2023-05-25 14:55:41 -05:00
.gitignore Add docs for new batch system. 2015-02-13 01:12:20 -06:00
CHANGES.rst Update changelog 2023-10-12 10:37:12 -05:00
COPYING.txt Switch license to GPL v3 (no longer Affero) 2017-07-06 23:47:56 -05:00
MANIFEST.in Include all static files in manifest 2022-01-12 18:20:01 -06:00
README.rst Update URL references to Rattail home page. 2014-02-21 10:10:49 -08:00
setup.cfg Add initial swagger.json endpoint for API 2023-05-16 23:34:48 -05:00
setup.py Replace setup.py contents with setup.cfg 2023-05-16 15:02:39 -05:00
tasks.py Only run tests if requested, for release task 2022-08-24 18:29:46 -05:00
tox.ini Remove references to deprecated extra in tox.ini 2023-04-27 09:22:48 -05: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/