Commit Graph

11 Commits (c07c19ca32f0e54744baf0314c4c467a4c1f9e5e)

Author SHA1 Message Date
crudo c07c19ca32 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-24 19:23:37 +01:00
crudo 10bd8a1660 Fix typos in cli.py. 2017-03-24 18:56:06 +01:00
crudo e2badf6b53 Implement 'user set' command in cli.py. 2017-03-24 15:54:08 +01:00
crudo a29ec236f6 Implement new features for cly.py 'event' command.
* The user can now create a new event with a not defined end date.
* The user can now edit the name and the start and end date of a given event.
* The software can now check if the event the user is creating or editing
  is overlapping another event already present in the database.
* The software will allow the shortcut keywords 'now' and 'none' in the
  'event set --end' command.
2017-03-24 15:08:28 +01:00
uid 2325c5f5c3 Refactor cli.py 2017-03-24 15:04:11 +01:00
crudo 3eabeddf74 Updated .gitignore. Untracking 'conf/' directory. 2017-03-23 16:03:47 +01:00
crudo 522f418047 Disable form data logging. 2017-03-22 18:19:28 +01:00
crudo 1dddddb97d Database schema change. Removed 'currency' column from 'Product'. 2017-03-22 17:56:54 +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