Questions tagged [moqui]

Moqui Ecosystem is a set of free and open source software projects for building enterprise automation applications such as eCommerce, ERP, CRM, SCM, MRP, EAM, POS, etc.

Moqui Ecosystem is a set of free and open source software projects for building enterprise automation applications such as eCommerce, ERP, CRM, SCM, MRP, EAM, POS, etc.

  • Moqui Framework: Synergistic tools for efficient and flexible application building
  • Mantle Business Artifacts: Universal business artifacts to make your applications easier to build and implicitly integrated with other apps built on Moqui and Mantle
  • Universal Data Model (UDM)
  • Universal Service Library (USL)
  • Universal Business Process Library (UBPL)
  • Moqui Applications: Complete applications
  • Moqui Add-ons: Add-on themes, tool integrations, applications, etc

While useful for developing a wide variety of applications the primary audiences for these projects are developers, architects, designers, and analysts in:

  • Organizations needing custom software, from existing system augmentation to complete end-to-end systems
  • Commercial software vendors looking for a reliable and flexible foundation to allow them to focus on differentiating features
  • Open source projects who need to maximize the results of development time
  • Custom software consulting and system integration who need the tools to efficiently build anything a client might want

To interact with the Moqui community use:

221 questions
0
votes
1 answer

Moqui reset or change LDAP Password when Moqui uses LDAP Authentication using Shiro

We are using LDAP Authentication with Moqui using Shiro, and we are able to successfully authenticate on LDAP, however we also want to provide self-service ChangePassword / Reset Password to the users using Moqui Frontend. We find that Shiro…
0
votes
1 answer

Do Moqui REST API support binary files as parameters?

my EbooksEntities.xml file
user41451
  • 269
  • 1
  • 4
  • 12
0
votes
0 answers

How can I stream multiple files to a web client within one transition?

Without zipping the files into one archive, is it possible to sequentially send a number of files to download in the client's browser with one click? Something like as in the following code (which is not working, as it would seem we would…
Ronan Keane
  • 189
  • 8
0
votes
0 answers

connecting to gremlin server by groovy in Moqui

I am trying to play Gremlin Server from Moqui. I added channelizer: org.apache.tinkerpop.gremlin.server.channel.WsAndHttpChannelizer to gremlin-server-modern.yaml, then started the server by gremlin-server.bat…
Teddy
  • 35
  • 8
0
votes
1 answer

How to configure Entity facade to disable checking entity existence in Moqui framework

According to Moqui documentation, Based on Data-Base Metadata section, The first time (in each run of Moqui) the Entity Facade does a database operation on an entity it will check to see if the table for that entity exists (unless configured not…
0
votes
0 answers

Unable to login with fresh moqui setup

I have cloned moqui framework from repo, followed #6 Build and Run From Source Cloned moqui-framework get the PopCommerce component using following task ./gradlew getComponent -Pcomponent=PopCommerce Run the command ./gradlew build Run the command…
0
votes
2 answers

search-form-inputs tag not working properly with econditions

i'm doing an entity-find with econditions and I put the result list in a form-list element on my page. I want the ability of sorting on columns so i've put a tag at the end of my entity-find. the problem is that the entity-find…
hoper
  • 1,043
  • 7
  • 15
0
votes
2 answers

Moqui connection refused on HTTPS behind Nginx

This post refers. OK, I've spent the last couple of days trying to get an ebextensions config together to configure HTTPS encryption on Nginx for a single EC2 instance with the creation of a LetsEncrypt certificate. That all seems to be working…
0
votes
1 answer

save entity-find results and iterate throught it later

I'm doing a conditional entity-find and want to save the results somewhere to iterate through it later. I searched around and found 2 solutions. I'm using mySql btw. 1-create a temp table and insert results into it 2-saving results in a file (csv,…
hoper
  • 1,043
  • 7
  • 15
0
votes
2 answers

Moqui deployment to AWS on Elastic Beanstalk Tomcat instance

Background We have been running Moqui 2.0 with the embedded Jetty server on Elastic Beanstalk using a Java environment for about a year now. For security reasons, we had the application running in a private subnet along with the Postgres database…
0
votes
1 answer

POPC Purchase Order Process

We are trying to understand the purchase process in Moqui. We are using the PoP Commerce sample data. We created a purchase order in the name of "ZiddlemanInc: Ziddleman & Sons Suppliers Inc." for item "Demo Product One-One" : 1000 quantity. We were…
gv1507
  • 47
  • 4
  • 10
0
votes
1 answer

KIE component in moqui, getting error Unable to resolve ObjectType

I've used KIE component and drools rule to create calculating-rule of shipping products. I defined my rule in *.drl as following: My *.drl file: package shipment.orderrate; dialect "mvel" import org.mag.erp.model.Product function Double…
kieuanhvu
  • 98
  • 10
0
votes
2 answers

orderby lastUpdatedStamp in entity-find

I see we have a field in mysql workbench (and any other DB) named lastUpdatedStamp. is it possible to sort the results of an entity-find using order-by tag and lastUpdatedStamp? (or maybe other solution) like
hoper
  • 1,043
  • 7
  • 15
0
votes
2 answers

Moqui - Associate multiple assets to an asset

The assets entity in Moqui has an associated asset field. But, we have a use case where multiple assets need to be associated with an asset. For example, a tool(manufacturing equipment) may be used only in specified machine(manufacturing…
fossil
  • 740
  • 6
  • 17
0
votes
1 answer

How to host Moqui on AWS EC2

Is there a way to host Moqui on AWS? I was trying to host Moqui using a EC2 instance but couldn't figure out a way to connect them.
MSC
  • 11
  • 2