Invoice Ninja 5 (beta)
-
It seems Invoice Ninja went through a total rewrite in flutter. I learnt about it from this post - https://www.reddit.com/r/selfhosted/comments/ijzkx1/whats_new_in_invoice_ninja_v5_weve_rebuilt_the/ . In case, anyone wants to give it a try.
It seems there is no automatic v4 to v5 migration per https://www.reddit.com/r/selfhosted/comments/ijzkx1/whats_new_in_invoice_ninja_v5_weve_rebuilt_the/g3h66qf/ .
What that means for Cloudron is that when v5 is ready, we will package it as a new app. You have to install v5 side by side with v4 and then do the migration manually.
-
@girish A bit off topic but I'm curious... not sure if this scenario has happened before where two versions need to be running concurrently since there's no actual upgrade in-place scenario from the app developer, but what do you do in this case when it comes to managing the packages? Do you always keep v4 available in this case and maintain it until Invoice Ninja kills it off, or do you make a sort of cut-over date where people can only install v5 at that point and can't install v4?
-
@d19dotca This has happened with Ghost before. They did not provide a way to migrate to the 1.0. We simply made a new package and provided instructions on how to migrate. Atleast, for Ghost, the migration was fairly painless. Just had to export and import a json file. The old package will most likely just be hidden once v5 is out. After all, I don't think anyone wants to do a new install of v4 (if there is a reason for this, then we have to maintain to packages separately).
-
Looks like the new version is out!
-
Stable v5 branch: https://github.com/invoiceninja/invoiceninja/tree/v5-stable
Current version is v5.0.25 Redesign and new features look nice. There is a migration tool built into the current v4.5.X version. Once the v5 is packed for Cloudron you can ship your data over to the new instance.
Note: v5 is now in beta. To upgrade from v4 you need to install v5 as a separate app and then use the migration tool in the latest version of v4 on Settings > Account Management.
-
@girish Are there any plans of having v5 in Cloudron App Store soon?
-
@alex-adestech yes, when they make a stable release (and also a migration path from v4).
-
@girish both should be fullfilled. See https://github.com/invoiceninja/invoiceninja/tree/v5-stable and https://invoiceninja.github.io/selfhost.html#migrating-from-v4 Migration is only possible from one v4 app to another v5.
EDIT: Okay they don't have a stable v5 yet but stable RC's within their v5-stable branch.
EDIT2: Docker version of v5 https://github.com/invoiceninja/dockerfiles -
@girish No their demo link is definitely v5, that's how I was able to confirm that my issue with Invoice Ninja and Safari was fixed in their v5 version. Unless they changed it back?
You are correct though - v5 isn't yet officially stable. Even their invoiceninja.org site shows v4 as the latest build still. However it sounds like they're real close, so maybe not a bad idea to package it still for those early adopters? No worries if not though, it should be stable soon enough from their email that went out a month or so ago.
-
@d19dotca I was trying the 'test drive' button in https://www.invoiceninja.com/ (not .org). I can't actually make out if it's v4 or v5. I had the impression v5 looked totally different but this was from many months ago. I don't think we will package v5 yet though, since we don't package unstable packages (if we report bugs upstream, they are usually just ignored).
-
Hi, I'm one of the developers of Invoice Ninja. Really cool to see all of the interest in v5, we've been working on it for a while now and are extremely excited to release it!
We actually just reached out to Clourdon to discuss getting the package ready for our stable release in a few weeks, they shared this thread with us.
If you have any questions about the new version I'm happy to answer them. Also, any feedback on the new version would be very much appreciated!
-
@hillel369 Hey, great to see another app developer here and I'm certain you're very welcome! Hope you're enjoying Cloudron too
Great work on v6 too! I think I posted or emailed this a while back but a "compact mode" for the UI, similar to GMail. Guessing the UI framework might already have an option for that it is is in common?