1
Fork 0
mirror of https://github.com/Steffo99/greed.git synced 2024-10-16 05:37:27 +00:00
Commit graph

51 commits

Author SHA1 Message Date
oleg20111511
55e14b10d5
Code refactor (#178)
Co-authored-by: Stefano Pigozzi <me@steffo.eu>
2022-05-20 02:55:12 +02:00
Rashid Ali
ee86092c60
🔀 Merge #145: Remove unused imports
* removed unused imports and refactored imports

* Update .gitignore

* Update core.py

* Update worker.py
2021-08-17 02:15:18 +02:00
2c5cdef2d4
🔧 Display + before the international prefix 2021-05-07 01:30:50 +02:00
24d50249cf
🔧 Display transaction data if present in the db 2021-05-07 01:29:00 +02:00
d3200b170a
🔧 Improve SQLalchemy code 2021-05-07 00:45:32 +02:00
6cf8a3d43e
🔧 Remove unnecessary session parameter 2021-05-07 00:38:03 +02:00
valentino-sm
262eea2b38 fix orderitem-order relation warning 2021-05-06 17:53:47 +02:00
valentino-sm
6a70a45211 fix-2 sqlalchemy exception 2021-05-05 11:00:46 +02:00
skipper70
3272557df7 fix order-transaction one-to-one relation #2 2021-05-02 07:45:28 +02:00
skipper70
3f38083d3e fix order-transaction one-to-one relation 2021-05-02 07:45:28 +02:00
Santiago Valenzuela
a20889dc5d
Fix typo (#84)
Co-authored-by: Santiago Valenzuela <santiago.valenzuela@25store.us>
2020-11-29 00:46:12 +01:00
177f5b3507 Reformat code using PyCharm 2020-09-07 17:13:27 +02:00
6a49756394
Completely rework the configuration system (#76)
* Do a lot of progress on the new config system

* Completely rework the configuration system

* Improve logging messages
2020-09-07 17:11:22 +02:00
0a3db24c87
Fix __repr__ being parsed as html entities 2020-06-24 14:36:39 +02:00
6b3fb880cb Fully remove global strings files 2020-05-03 12:40:11 +02:00
5c79ec7581 Improve language configuration options 2020-05-03 11:41:12 +02:00
5d50008936 Refactor localization support to close #51 2020-05-03 01:01:44 +02:00
3caa5ef179 #18: Recalculate credit on every new transaction
Might slow down the bot if there are a lot of transactions... Let's see what happens.
2020-03-27 18:14:37 +01:00
7f4087e046 Add a "transactions" backref to User 2020-03-27 18:06:31 +01:00
Darren
49cc2b8036 Add language switcher 2020-02-04 15:13:14 +02:00
7ce44fc076 tiny fix 2018-05-02 16:32:16 +02:00
d552b88166 Unfinished stuff 2018-04-30 16:14:02 +02:00
12da94eea2 First user on the bot becomes admin 2018-04-26 09:59:47 +02:00
fe63028e5f #15: Hide order id from users 2018-04-26 08:47:53 +02:00
17b4be529d UNFINISHED 2018-04-18 09:23:44 +02:00
62056f57ad #9: handle Telegram HTML correctly 2018-04-16 12:18:42 +02:00
9dd9ac9edd #4: Add help menu 2018-04-16 12:09:51 +02:00
c573c4db62 Add "Create Transaction" menu option and fix image formatting 2018-04-12 09:28:52 +02:00
e8250cd64d PEP8 and PyCharm fixes 2018-04-09 12:24:55 +02:00
410aa99018 Add order status 2018-04-05 09:30:32 +02:00
aa96ac0f73 Order display should be finished 2018-04-01 18:10:14 +02:00
c28675f395 Almost completed work on the orders menu 2018-03-22 09:54:45 +01:00
3ba6916ffe Recover corrupt git repo 2018-03-12 10:19:01 +01:00
b056343855 Unfinished order representation 2018-03-07 10:48:30 +01:00
ea02db4786
Add Delete Product function 2018-03-06 17:39:02 +01:00
4658cdc31b
Some new stuff, but now the keyboard disappears? 2018-02-28 20:07:40 +01:00
c3d3cb2c3e
Add order product menu 2018-02-19 13:47:43 +01:00
6686543cc7 First part of the order products 2018-02-15 10:37:51 +01:00
af1757050b
Add something. Don't really know what, I wasn't paying attention. 2018-02-05 13:32:18 +01:00
2415a53c43
Order products (temp version) 2018-02-05 12:49:21 +01:00
c97dcaeef4
Add and edit products 2018-02-01 10:06:40 +01:00
a0552503a3
Add a product id to allow the edit of product names 2018-01-29 13:26:23 +01:00
69862d62a7
Change the database value type from Decimal to int 2018-01-29 11:46:01 +01:00
ad38019afb
Add support for credit card user fees 2018-01-15 10:16:04 +01:00
c26621223d
Recover from corrupt repo 2018-01-10 11:29:02 +01:00
2720d96c57
Add "Add Credit" menu 2017-12-26 18:15:30 +01:00
5f04a1ffe9
Start working on the code for the bot 2017-12-21 10:42:23 +01:00
4ffd1ce8b7
Add Session and create_all to database.py 2017-12-20 12:06:12 +01:00
17371f00d3
Add working database code 2017-12-20 11:18:06 +01:00
c1e1684efd
Start work on the database code
The code isn't finished yet and isn't ready for use!
2017-12-18 10:46:48 +01:00