1
I’m having trouble searching the sqlite3 database, records for a specific month, I searched the internet but I couldn’t find anything that could help me. I have an Account template that has belongs_to with the Situation class that is an Enum where it has paid or pending status. I would like to search the bank, accounts that are of a specific month and are paid but I still can not filter. Any suggestions? I thank you already.
Thanks, gave me a basis so I could better understand the problem and be able to continue in the development of functionality! I thank you for your help and for your attention!
– Rubens Dos Santos