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

Can I iterate form-lists in Moqui?

Is there a way to do the following in Moqui? Say I have a list of parent categories (or classifications etc.)... Taking Request categories:
Ronan Keane
  • 189
  • 8
0
votes
1 answer

In Moqui How to load Database table data in html.ftl as a drop down?

I've implemented an application using Moqui Framework.I am trying to load database table in a drop down in Header.html.ftl file.how to use service-call in Html.ftl.Is there any other way to load Data?
Rolla
  • 61
  • 1
  • 7
0
votes
1 answer

Could not get localhost address

Initializing Moqui ExecutionContextFactoryImpl - runtime directory: /home/doman/testMoqui/MoquiEcosystem-1.6.2/runtime - config file: /home/doman/testMoqui/MoquiEcosystem-1.6.2/runtime/conf/MoquiDevConf.xml --- 16:00:46.435 [ main] WARN …
thaiEnterPri
  • 23
  • 1
  • 3
0
votes
1 answer

Moqui Config Pulling Machine Environment Variables

Is there a way to set the database config using environment variables that the host machine has set e.g.
Sam Hamilton
  • 131
  • 2
  • 3
  • 10
0
votes
1 answer

Nginx SSL with tomcat (moqui) can't run moqui with https address stably

I have nginx with ssl in front of tomcat 8 and moqui is inside of tomcat. The webapp part in moqui conf file is
Jimmy Shen
  • 240
  • 1
  • 12
0
votes
1 answer

how to model vertex and edge in Moqui entity

Found that Moqui can work with OrientDB. Being new to both Moqui and graph database, my question is: how to put Vertex and edge in Moqui's entity? I mean, in RDMS, If I want to record different people, I can put some thing like:
Teddy
  • 35
  • 8
0
votes
1 answer

Moqui - Connecting to an IMAP server over an SSL connection?

I am trying to poll an email server in Moqui 1.5.4. I am using org.moqui.impl.EmailServices.poll#EmailServer from the 'tools' application. The email server is set up as follows:
Ronan Keane
  • 189
  • 8
0
votes
1 answer

Is it possible to expand a tooltip expression in Moqui?

Is this possible? For example: Coded as above, it just prints directly to screen ${longDescription} as the tooltip.
Ronan Keane
  • 189
  • 8
0
votes
0 answers

Moqui Angular integration

I would appreciate some direction on how to best integrate Angular into the Moqui framework. I see that others are working with Moqui and Angular however I am unable to find any direction on how to best address this and can't work it out on my own.…
0
votes
1 answer

How to keep custom moqui components in a separate directory

Suppose I wish to put my custom components in a directory named 'cc', which will sit next to the 'moqui-trunk' directory. dev/ |-- cc/ |-- moqui-trunk/ There's a setting in MoquiInit.properties moqui.runtime=../moqui/runtime One would ideally…
Atul Vani
  • 61
  • 6
0
votes
1 answer

Why is my moqui executable war file not allowing request to be found

I tried to follow the war generation instructions by changing the warName in build.gradle to moqui-plus-runtime.war and running gradle addRuntime and then gradle deployTomcat. There were no errors in the war build and I checked to see that the war…
Al B
  • 101
  • 2
  • 4
0
votes
2 answers

Moqui - send a RESTful sendJSONRequest() to remote URL?

Moqui - send a RESTful sendJSONRequest() to remote URL? How should I send a JSON Request to a remote URL with Moqui? Are there in-built methods existing in Moqui, or what do I need to do? Do I need to work directly with the JsonBuilder and…
Ronan Keane
  • 189
  • 8
0
votes
1 answer

How to access the moqui web application running on one system from other system

I have moqui running on system1 which is accessible using URL http://localhost:8080/Login. Trying to access it from other system2 (in network) with URL replacing 'localhost' with the IP of first system; it shows the first (log-in) page, but…
Nitin
  • 326
  • 4
  • 11
0
votes
0 answers

How to: Moqui client/server side custom validations?

If one has to perform business rules related validations and some cross field validations; on data entered in html-form-fields on screen, how can it be done? Does the Moqui framework provide any inbuilt-support for this? Is there any guide/tutorial…
Nitin
  • 326
  • 4
  • 11
0
votes
1 answer

Moqui Component with Gradle Maven Repo Dependencies

Is it currently possible to import a dependencies from a maven repo during the build of Moqui? Below is my build.gradle in my component but I don't see anything in the logs to suggest it downloads anything? Thanks for any help! Sam apply plugin:…
Sam Hamilton
  • 131
  • 2
  • 3
  • 10