Page 1 of 1

Maybe new Features?

Posted: Sat Aug 08, 2026 10:07 am
by sorinacs
Hi Everyone!

First I want to thank the developers of this amazing app. I am using it for 5 years now and It realy helped me and fueled my lazyness :D
The process I used was as follow :
-adding transactions to android app
-open database on Desktop app to generate a custom report in desktop app , print a pdf file of the report and send it to my company mail
Now I can do all in android app.


I am not very good with programing but with the help of gemini AI from Android Studio I have managed to add new features to the app:

1. Added option in New and Edit transaction for Taking a document scan and save it to that transaction in the attachment folder that the user is setting, and view the attachment
-the scanned documents will be saved as jpg and be automatticaly cropped and quality adjusted for a maximum of 100kb file size
-modified entries in transactions for Reg number of Payee and VAT
2. Added a "file manager" PV Manager where can be organized pdf files, scan new documents and save them , delete,view, share to mail/watsup.., sort by, and search
home folder for PV manager is the Attachment folder where it creates 2 subfolders for PV files and Report files
3. Added custom report to list transactions selected by periods, autoreport generator by a value specified in Per-database menu, Vat Calculator in the report, username and company name set in the Per-database menu to be added in the report
added option to send to printer and save to pdf option
4. Added 3 floating buttons to main window shortcuts to PV Manager,scan new document for PV manager and Report generator
5. Copy the database and a .bak file for database in the Attachment folder when a transaction is added or modified
All the files are kept in the attachment folder for easy to sync with cloud or syncthing

The compatibility with the PC app is unknown, and I will not give any links to the build for the fear of not to be considered a giving viruses. I just want to share some ideeas that can be implemented and if anyone needs I have all the repositories to build it yourself

Thank you