gestioCOF/kfet
Aurélien Delobelle 32720c56a6 kfet -- Tables are sortable
Many tables in kfet app templates become sortable:
account list, negative account list, article list, article inventory
list, article supplier list, article category list, checkout list,
checkout statement list, inventory list, inventory details, order list,
order creation, order details.

This is achieved thanks to the jQuery plugin 'tablesorter':
https://mottie.github.io/tablesorter/docs/

- Affected tables also got sticky headers (it stays visible on scroll).
- Dates format are modified in order to ease the date sorting with the
plugin (it avoids writing a custom parser, or an extractor from
additional hidden element in the table cells).
- Tables whose content is classified by category (of articles) now uses
several tbodies. This has minor effects on the tables style.
- Tags of the header help signs become 'i', instead of 'span', in order
to avoid weird spacing.
2017-11-27 18:24:22 +01:00
..
auth Reapply fix to kfetauth (…) and fix tests 2017-10-24 17:56:14 +02:00
cms rename root -> kfet_genericteam in fixtures 2017-10-16 14:31:02 +02:00
fixtures create checkout dynamically 2017-02-08 15:26:56 -02:00
management/commands Add Wagtail CMS for kfet app. 2017-05-30 20:44:30 +02:00
migrations Delete GlobalPermissions model (migrations) 2017-10-27 03:38:28 +02:00
open Merge branch 'master' into test/views 2017-10-10 15:39:18 +02:00
static/kfet kfet -- Tables are sortable 2017-11-27 18:24:22 +01:00
templates/kfet kfet -- Tables are sortable 2017-11-27 18:24:22 +01:00
templatetags Improvements for K-Fêt CMS. 2017-06-12 01:51:10 +02:00
tests Reapply fix to kfetauth (…) and fix tests 2017-10-24 17:56:14 +02:00
__init__.py Ajout message pour proposer connexion standard 2016-09-10 22:49:07 +02:00
admin.py initial 2016-08-02 10:40:46 +02:00
apps.py Mass cleaning of kfet' authentication machinery 2017-09-25 17:57:47 +02:00
autocomplete.py Prevent connection to LDAP when settings is None 2017-10-24 17:55:02 +02:00
config.py Subvention -> Réduction + units for kfet_config 2017-04-10 11:36:06 +02:00
consumers.py kfet.open 2017-06-21 07:08:28 +02:00
context_processors.py Move auth-related from 'kfet' app to 'kfet.auth'. 2017-09-19 17:05:51 +02:00
decorators.py kfet.open 2017-06-21 07:08:28 +02:00
forms.py Merge branch 'master' into test/views 2017-10-24 16:45:26 +02:00
models.py Merge branch 'master' into test/views 2017-10-24 16:45:26 +02:00
routing.py kfet.open 2017-06-21 07:08:28 +02:00
statistic.py Better scale management for order creation 2017-05-19 17:40:06 +02:00
urls.py Merge branch 'master' into test/views 2017-10-24 16:45:26 +02:00
utils.py fix PermConsumerMixin 2017-06-25 22:29:12 +02:00
views.py kfet -- Tables are sortable 2017-11-27 18:24:22 +01:00