Back-end web application and API for Rattail
Go to file
Lance Edgar 4dfc29768c Improve validation for Person field of User form
otherwise if user enters e.g. "John Doe" but does *not* select an
autocomplete result, then "John Doe" will be submitted as-is to the
server, which then tried to write that directly to
``users.person_uuid`` column in the DB, resulting in error
2021-10-28 18:55:28 -05:00
docs Purge things for legacy (jquery) mobile, and unused template themes 2021-01-30 15:52:47 -06:00
tailbone Improve validation for Person field of User form 2021-10-28 18:55:28 -05:00
tests Refactor autocomplete view logic to leverage new "autocompleters" 2021-10-01 10:28:06 -04:00
.gitignore Add docs for new batch system. 2015-02-13 01:12:20 -06:00
CHANGES.rst Update changelog 2021-10-20 16:15:19 -05:00
COPYING.txt Switch license to GPL v3 (no longer Affero) 2017-07-06 23:47:56 -05:00
MANIFEST.in Include robots.txt in the manifest 2019-01-22 14:13:34 -06: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 Freeze pyramid version at 1.x 2021-04-28 19:07:15 -05:00
tasks.py Update release task to use twine for upload 2018-10-18 23:36:08 -05:00
tox.ini Tweak tox config a bit per broken tests 2021-04-28 19:07:42 -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/