Commit graph

12 commits

Author SHA1 Message Date
fa1954138c update functions name 2021-11-29 20:28:23 +01:00
2efecadfc1 Modifications:
- Add dependencie `csv` in documentation
- Add quantity selection when removing something from stock (now you can delete an item, but set it's quantity to 0)
- Cleanup function names (`__affichagePanier`)
- Disable the button who confirm a receipt when nothing is in the basket
- Create the CSV file when starting the app
- Add a function who update dates in the global csv file
2021-11-29 20:24:27 +01:00
11e72e904d update comments 2021-11-29 14:37:56 +01:00
4d1a49bee8 Added choice if you want to create a default database or not 2021-11-28 12:43:05 +01:00
a57ec51965 Change type variable to typeElement name 2021-11-28 12:33:57 +01:00
0d752f0c9b Remove duplicate 2021-11-28 12:02:47 +01:00
79840a57f2 Modifications:
- Standardization of imports
- Adding padding in the table of stock
- Added the possibility to add stock
- Cleanup some code
2021-11-28 11:48:31 +01:00
8e1fcad80c fix typo 2021-11-26 13:18:04 +01:00
b48ba53309 fix typo 2021-11-26 00:23:44 +01:00
f8dfe4a667 Adding real path for all the default db 2021-11-25 23:54:01 +01:00
78c91d1b7e Modifications:
- Fix typo
- Remove useless function
- Return a list of dict instead of a list of tuples in `listeStocks` for better clarity
2021-11-25 16:21:24 +01:00
a278b6bada Adding stock table in the db 2021-11-24 17:53:17 +01:00