Nicolas PIGANEAU
Nicolas PIGANEAU
For now, we use the Odoo client side which works almost out of the box with Hexya and has tons of features that would take years to recode in Vugu....
Hi, Thanks for your interest in Hexya. cd to your temp dir (as returned by Go's `os.TempDir()`, `rm _web_assets_*` and refresh your browser. Does it help ?
@gleke It depends. See discussion here https://github.com/hexya-erp/hexya/issues/130
Files generated in the pool directory depend on the installed modules defined in `hexya.toml` config file. In hexya-demo, the web package is installed (which will automatically install also the base...
Yes, all DB actions are implemented through an interface so that we can easily create a new adapter for any database that have a go driver compatible with `sql/driver`. Maybe...
Hi @1AbdulKareem Thanks for your interest in Hexya. The status of the project is explained [here](https://github.com/hexya-erp/hexya/issues/130#issuecomment-1142180572) Discussions forum on Gitter is [here](https://gitter.im/hexya-erp/community) (very inactive though ...)
As for third party store, there is no need since this project leverages Go's module system, any git repo can be used.
Hello Soriyath, Thanks for your interest in Hexya. Yes, any help would be very welcome. Yet I'm aware that, up to now, potential contributors have probably been reluctant because: -...
I've just opened a gitter at https://gitter.im/hexya-erp/community I'll put the badge in README.
Hi all of you, Thanks for your interest. The project is frozen. I have abandoned it two years ago. It was too much work trying to build up the framework...