Fork me on GitHub
#announcements
<
2020-05-04
>
Eugen08:05:36

I did an integration for Apache OFBiz ERP and clojure repl - Github is here https://github.com/netdava/ofbiz-clojure-repl and there is also a video https://www.youtube.com/watch?v=XXxJDZRzu_E&amp;feature=youtu.be . Right now it's just the repl inside ofbiz and access to ofbiz services.

👍 16
fingertoe15:05:30

That’s pretty awesome — I think I might try to do something very similar with Moqui…

Eugen16:05:09

Thanks and good luck. Did not know about Moqui

adamfeldman14:05:06

Moqui looks awesome, I’d also never seen it. Anyone familiar with other similar free/open-source tools that provide something like an ERP over an API? On the commercial front I’ve seen https://commercetools.com and https://www.elasticpath.com/

✔️ 4
Eugen14:05:44

over API I don't know - but there are a few of them - OFBiz is one - a bit older but I am checking it out - seems to have potential. https://ofbiz.apache.org/ . Scipio uses OFBiz underneath https://www.scipioerp.com/ - java based. Python: https://github.com/frappe/erpnext

adamfeldman14:05:24

Ah I forgot erpnext! They’re awesome

Eugen14:05:57

yes, I would like to bring some clojure love to OFBiz

adamfeldman14:05:58

Last I looked at OFBiz it scared me off 🙂

Eugen14:05:10

I did the repl and now I'm looking at fulcro

adamfeldman14:05:21

But I’d like to be wrong on that

Eugen14:05:29

I think fulcro api over OFBiz is something that might be doable

adamfeldman14:05:34

Awesome, Fulcro RAD would be a nice layer atop ERP APIs

adamfeldman14:05:00

I’m working in a similar space but more focused on CRM than ERP

Eugen14:05:43

I'm looking for an ERP to grow my business and maybe offer to clients as well

Eugen14:05:15

anything online?

adamfeldman14:05:22

I’d start with running ERPNext, in a Docker container or similar. I looked a bit at ERPNext last year at a previous job, as well as OFBiz, Odoo, etc. Retail ecommerce use-cases. ERPNext seems to be the best balance of FOSS, maturity, functionality, and sanity with regard to customization (it’s just Python, Frappe framework is interesting, and there’s some sort of REST API)

adamfeldman14:05:59

Note if you want to host ERPNext for others, there may be a licensing issue

adamfeldman14:05:25

But building atop its API may be different (I’m not a lawyer, etc 😀)

Eugen14:05:49

Thanks. More reasons to stick with OFBiz. I have settled on Clojure and ClojureScript as primary languages in the company and it limits projects to Java an JS

Eugen14:05:30

When I have something with fulcro I will ping you, maybe you would like to contribute

Eugen14:05:51

Fulcro and OFBiz might be a good pair

Olical10:05:06

Conjure v3 is out! A full rewrite! https://github.com/Olical/conjure/releases/tag/v3.0.0 * It runs entirely inside Neovim's LuaJIT now. No extra JVM or AOT compile step involved. * It's written in Fennel, a Lisp, and compiled to Lua using Aniseed https://github.com/Olical/aniseed * Based on nREPL (and optional CIDER middleware) now instead of prepl. So it works with shadow-cljs/babashka etc! * It supports more than Clojure, so far it's just Fennel+Aniseed but I'll be adding Racket and Janet (and more!) ASAP. I hope it's interesting to non-Conjure users and a welcome upgrade for users of older versions! Enjoy 🎉 😄 https://asciinema.org/a/325517

🎉 76
😍 44
parrot 24
parens 8
vlaaad21:05:40

#cljfx 1.7.0 is released! Cljfx is a declarative, functional and extensible wrapper of JavaFX inspired by better parts of react and re-frame. https://github.com/cljfx/cljfx Notable changes since the previous announcement: - added handling of cljfx.skip-javafx-initialization java property that solves most AOT-related issues, see https://github.com/cljfx/cljfx#aot-compilation-is-complicated - bumped JavaFX dependency to latest release; - added some more props to various nodes and improved cache invalidation for memoization contexts.

🎉 56
aw_yeah 8
👍 8