Structure. Elegance. Efficiency.
Finura is a modern ERP solution (Enterprise Resource Planning) designed to empower individuals and small businesses to take control of their operations.
Built on a robust and scalable architecture, Finura can be deployed directly by customers without complex setup procedures. Finura runs directly on the customer’s own company server, ensuring full data ownership and independence. We do not track, analyze, or collect any user data — and we never will. Your business stays your business. From invoicing and inventory management to tax settings and reporting, Finura includes everything you need in one efficient, scalable platform.
Powered by technologies like Redis, Apache Kafka, and more, Finura delivers fast performance, real-time feedback, and the flexibility to grow with your business.
xvcf
Check their project out: SongGuessr
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
FINAL FINURA DEVLOG #9
After the ship was rejected due to poor performance by railway (it was free, so no fault of theirs), I now had to rent a server for the demo. After setting up the server, I added the missing (irrelevant) pages and tried to transfer everything from the local test to the server.
Just praying it will work when yall try it out :)
FINAL FINURA DEVLOG #8
After many, many hours, I finally managed to prepare a demo for shipping... However, since Railways is free, it does not offer the necessary functions to deploy all services, but it is sufficient for clicking around.
FINAL FINURA DEVLOG #7
A complete PDF generation was created for displaying and printing invoices. The WebSocket context and the Dev context have been revised, and all new pages have been added to the Languages section. The entire backend for the company itself has been added, as well as its UI. In addition, the invoice backend has been added, which still needs a lot of work. A dashboard has also been added with all important data, some of which is still sample data due to time constraints.
It will take a little more time before the project is fully operational, as not all of the tabs in DEVLOG 1 are in development yet, and I have only worked on the main core so far. However, the whole thing will not be finished and will certainly take a few more months. I just hope you like the idea and enjoy it as much as I do <3
FINURA DEVLOG #6
The core of FINURA consists of invoices, so I added them today. You can create invoices that are sent to the server, where they are processed and created. Once this is done, the user is notified and everyone else can see the invoice. The backend will appear in the next devlog.
FINURA DEVLOG #5
Today and the last days, I have set up the whole websocket service for the realtime communication, through the mailbox and live communication the last phase before shipping can now be rolled out. Through the websockets, types can be sent that are accepted by the client, so that in the future everyone in the same team can be notified about things that their colleagues have just done or other things.
FINURA DEVLOG #3
So what has been added?
- Improved REDIS user session (1 session at a time)
- Added user login with email/username and password
- Added more routes
FINRUA DEVLOG #2
So what has been added?
- Redis has been revised again
- PostgreSQL added with user table
- Api routes and tests
Today Redis was revised again because there were a few errors, for example the rate-limit was not correct etc. So that the user sessions can now be used, I have set up PostgreSQL and added it to the newly created general API. You can think of Redis as the watchdog that knows and filters all members. Then the members get to the generic API, from which they can do everything.
If you want to support me, please leave a star.
FINRUA DEVLOG #1
So what has been added?
- UI Playground finished
- Redis added
The project was started and I built a playground (test area) with all the important components I want to use. After the playground for the UI was finished I started working on REDIS today. Since I haven't had that much to do with REDIS myself, I built a small playground here as well. I will use Redis for middleware (rate limiting) and user sessions, because who wants to store all their session data in the browser's local storage...nobody and it's even less secure!
A good software to run your business is important, so I would be very happy about feedback and a star on this project.