Vietnamese moqui

We have been developing our product base on moqui for a while. Today we would like to release the Vietnamese package (Vietnamese label and accounting setting) to moqui community. We try to build a larger commnunity of moqui developer in Vietnam. We can share with you our successful experience and many products and services that we are providing base on moqui.

My email contact: franck.nguyen@mont-e.com

4 Likes

Great! Thank you for contributing that.

It would be cool to see what you’ve done with Moqui.

Hi Michael,
we have deployed moqui for many client in different business model.
I will share with you some example feature underneath:

  1. mobile app for sales man to sales product to stores all over the city.

New user can only post 1 media at a time, I will seperate in differeent replies.

1 Like
  1. website ecommerce restore integrated with apache unomi, with payment gateway (for test):
    https://ecom-front.olbius.com/

  2. POS


    (we also have pos on mobile app)

1 Like
  1. inventory, delivery management
1 Like

1 Like
  1. Our reporting and dashboard all base all Data Document/Elastics

Here are just few example features.
One thing we can share is that with restful api and service oriented, event driven architecture of moqui, Ă­ts really low code and low cost, very fast to market product.

2 Likes

Wow
 this is great stuff! Thanks for sharing.

1 Like

That looks great! It’s always cool to see another product built on Moqui.

1 Like

How to run it? I’m stuck in some places

Please be specific ! you simply get it as component then load it.

1 Like

Thank you for replying to me. I already cloned the moqui framework from Githup. Now just gradlew getComponent -Pcomponent=moqui_vi_VN is ok, right?

1 Like

pls run gradlew load after that !

1 Like
  • What went wrong:
    Execution failed for task ‘:getComponent’.

Component moqui_vi_VN not found in myaddons.xml or addons.xml

it is what it is :)) the component does not exist by default, you have to add to myaddons.xml ỏ addons.xml

1 Like

Can you guide me more clearly?

After cloning moqui-framework from github,

  1. Download runtime
./gradlew getRuntime
  1. Create myaddons.xml file containing:
<addons>
    <!-- Olbius Components -->
    <component name="moqui_vi_VN" group="olbius" version="" branch="main"/>
</addons>
  1. Download the Olbius component
./gradlew getComponent -Pcomponent=moqui_vi_VN
1 Like

Thank you so much for helping me solve the problem

1 Like

Sure. No problem!

1 Like

please help me to solve this error:
ERROR main .moqui.i.e.EntityDatasourceFactoryImpl Error connecting to DataSource transactional (h2),