Simple Book Keeping (Accounting) using normal human semantics.
Book Keeping should be as easier as we write down to remember any financial matters.
I have always loved the idea of semantic and human language driven input system to define machine readable content. This can be implemented in task journals, expenses tracking, even in project management in the future.
Later the experience can be improved with better natural language learning models, however we can simply solve by simple lexical parsing also.
write now, analyse later
simple human-like syntax to depict daily transactions.
@myself paid @my_wife 10000 for some reasons (tokens : myself, paid, wife, 10000, some-reasons)
Output
- Paid by - Myself
- Paid to - Wife of Myself
- Amount Paid - 10000
- Remarks - Some reasons
@myself received from @some_friend Rs 10000 for short term (tokens: myself, received, some_friend, 10000, short term)
Output
- Paid by - Some Friend
- Paid to - Myself
- Amount Paid (received) - 10000
- Remarks - short term