There’s a lot to look into there. It covers quite a bit so it could work. I’ll research this for sure. Thank you a lot!
Comment on Small Commercial Gym Software
RegalPotoo@lemmy.world 8 months agoSomething like odoo (www.odoo.com) might work?
You probably aren’t going to find something that works for your specific needs right out of the box, so your best bet would be finding a platform that gets you 80% of the way there and provides enough of a plugin mechanism that you can develop the remaining 20% of the functionality yourself
sic_semper_tyrannis@feddit.ch 8 months ago
appel@whiskers.bim.boats 8 months ago
I’ve used odoo before, it is a large piece of software and can be modified to do lots of things. Most likely you will be able to get it to do what you want. You’ll probably need the e-commerce module, there is probably some sort of mode for subscriptions. You can also add the CRM on top for marketing, etc. there is also the booking module (iirc) which is maybe useful for sessions with trainers etc. maintenance might also be useful.
sic_semper_tyrannis@feddit.ch 8 months ago
I did see the subscriptions module. Once you add enough modules it becomes a paid service. I have yet to find info on if Odoo is subscription based or a one time payment. I don’t mind paying for a software but do not want a subscription service.
tofubl@discuss.tchncs.de 8 months ago
You can easily host the community edition in Docker or otherwise. Odoo has a steep learning curve but it’s very versatile. It can definitely do what you describe.
appel@whiskers.bim.boats 8 months ago
it is subscription, you pay per user per month. It is quite cheap imo, but I understand if you don’t want to pay any subscription. But in that case you can just try to self host it instead.
catloaf@lemm.ee 8 months ago
www.odoo.com/…/payment_providers.html
Nice, it has a recurring payment model (subscriptions) and it integrates with payment processors like Stripe. This looks exactly like what OP needs.