Commit Graph

8 Commits (master)

Author SHA1 Message Date
crudo 8dab5b7ab2 Include UID in ticket. 2017-03-26 20:17:46 +02:00
crudo 71ba505c8b Implement transaction printing. 2017-03-26 20:17:46 +02:00
crudo 2cf749fd6f Fix query bug that prevented events with undefined end date being used. 2017-03-26 20:17:46 +02:00
crudo c771aaadbc Database schema change and new UI feature. The user can now rearrange the products.
* Product has a new 'order' column.
* The user can now specify the sort order at product creation time with the
  'product add --sort INT' command.
* The user can now rearrange the products with the 'products set --sort INT'
  comand.
* The user can now show a sorted list of products in cli.py with the
  'product list --sort' command.
2017-03-26 20:17:46 +02:00
crudo 522f418047 Disable form data logging. 2017-03-22 18:19:28 +01:00
crudo 27983883d7 Database schema change. 'Order' becomes 'Transaction'. 'OrderEntry' becomes 'Order'. 2017-03-22 17:16:51 +01:00
crudo 54e814e801 Fix authentication bug on sell page. 2017-03-22 17:03:14 +01:00
crudo e7874a10ee Import. 2017-03-21 11:26:25 +01:00