Back-end web application and API for Rattail
Go to file
Lance Edgar daf68cad01 Fix data type handling for datepicker and grid filter components
here is what's up now:

- <b-datepicker> expects v-model to be a Date
- <tailbone-datepicker> also expects a Date
- <grid-filter-date-value> uses String for its v-model

latter is so the value can represent a date range, e.g. 'YYYY-MM-DD|YYYY-MM-DD'

anyway there was previously confusion about data type among these
components, and hopefully they are straight now per the above outline
2024-04-25 18:52:34 -05:00
docs Use clientele handler to populate customer dropdown widget 2023-12-01 19:50:07 -06:00
tailbone Fix data type handling for datepicker and grid filter components 2024-04-25 18:52:34 -05:00
tests Remove unused test fixtures 2024-04-19 20:25:07 -05:00
.gitignore Add docs for new batch system. 2015-02-13 01:12:20 -06:00
CHANGES.rst Update changelog 2024-04-25 14:05:10 -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 Remove unused test fixtures 2024-04-19 20:25:07 -05:00
setup.py Replace setup.py contents with setup.cfg 2023-05-16 15:02:39 -05:00
tasks.py Fix default dist filename for release task 2024-04-15 10:58:16 -05:00
tox.ini Overhaul tox config for more python versions 2023-12-04 10:15:12 -06: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/