Skip to content

Commit 584f22f

Browse files
authored
Feature backtrack (#28)
* init * v2.1.7 backdated transaction
1 parent 8b0cbd8 commit 584f22f

File tree

6 files changed

+278
-45
lines changed

6 files changed

+278
-45
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ python3.9 test.py
6868

6969
/addincome - Add Income Entry
7070

71+
/backlog - Add backdated transaction
72+
7173
/getdaytransaction - Retrieve transaction from dates
7274

7375
/getoverall - Retrieve overall transaction for a month

bot/common.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ class ConversationState(Enum):
3232
INCOME,
3333
WORK_PLACE,
3434
CPF,
35-
) = range(24)
35+
BACKLOG,
36+
ADD_BACKLOG_ENTRY,
37+
) = range(26)

0 commit comments

Comments
 (0)