Hello everyone,
here are some screenshots of the application in development.
Hi everyone,
I wanted to share with you this app Iâm developing, based on the excellent work done by pfalcon and flywire, to whom Iâm incredibly grateful!
Itâs a web application built using a modern tech stack that utilizes the original PP XML database, migrated using the tool mentioned above (ppxml2db).
The app was developed just for fun and is an experimental, self-hosted, open-source project open to anyone who wants to contribute (at the moment, itâs just me). Iâd be very grateful if youâd give it a try alongside our beloved PP!
Let me know what you think!
hey, I started vibe coding someething similar I believe!
any chance you can share some screenshots of yours ?
Iâll prob give it a shot!
ty for sharing
Hi, I havenât had a chance to prepare the screenshots to upload to GitHub yet. However, with Docker Compose and Import XML, you can have the application up and running in 10 minutes. Let me know!
not against you but I try to avoid fast deploying ârandomâ app published online
Nothing against that. Youâre free to do what you want. The app is primarily made for myself, so if anyone wants to try it, Iâm happy. If not, thatâs fine too.
In any case, the code is open. If you suspect or fear that the code might be malicious, just analyze it.
Tip
The app also allows you to start from scratch by initializing an empty database. It is not necessary to import the PP XML.
just tried
some valuation are unfortunately way off and also got some internal server errors
Thanks for the feedback. I actually had little time to test it. Keep in mind that I was only able to use my original database and built the app around it. For example, I didnât actually cover all transaction types. The first release is, in fact, an MVP version and a lot of works still have to be done. Btw, If youâd like to file an issue, youâd be a great help for future fixes.
nice project
Hey everyone , and a huge thanks to Sn1kk3r5 for starting this thread!
Just to give a bit of background, this project originally started out as an experiment. I was looking for a hands-on way to test some of the newer AI coding tools and dive into the SQLite DB generated by pfalconâs script. But as things took shape, it quickly became clear that this has real, solid potential (bring to power and flexibility from PP into a new moden stack).
That being said, pushing it to the next level entirely on my own is getting a bit challenging
. Up until now, Iâve had very little time to thoroughly test it. What the project really needs at this stage is proper real-world testing and bug fixing across a variety of heterogeneous databases.
If anyone is interested in contributing/whether that means throwing different databases at it, tracking down bugs, writing code, or just sharing ideas, you are absolutely welcome to jump in. Thanks!
I encourahed the following error after uploading the xml:
Error during conversion. The previous portfolio is intact. Details: Command failed: /usr/bin/python3.12 /app/packages/api/vendor/ppxml2db.py /tmp/1778182665157-prĂÂłbaID.xml.xml /tmp/quovibe-e0677b1f-d988-4dd8-99e4-c7b8132a358e.db Traceback (most recent call last): File â/app/packages/api/vendor/ppxml2db.pyâ, line 584, in conv.iterparse() File â/app/packages/api/vendor/ppxml2db.pyâ, line 502, in iterparse assert self.uuid2ctr_map[uuid].startswith(what), self.uuid2ctr_map[uuid] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: referenceAccount
@nono56
ppxml2db is might discussed at:
Not sure if it is the correct solution, but this change mentioned here fixes it.
Thanks, this solved the ppxml2db.py error I gĂłt previously
Thanks to you also. This solved the ppxml2db.py error I gĂłt previously
Hi, solved in the new version of the app.
Thanks. When will the docker image be updated to the latest version? I would try it.
New docker release is already available on GitHub