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
4
votes
1 answer

How can I load external jar libraries in the Moqui project?

I am trying to integrate Apache Solr into Moqui. I am not able to access the Solr API. I have placed the solr jar in framework/lib directory but I am getting this exception when trying to run the service from the tools section. Error running groovy…
adityazoso
  • 514
  • 5
  • 15
4
votes
2 answers

How can I handle the resource expansion while designing/making the transitions in Moqui?

I am not able to figure out how should I handle the names of transitions so that it is aligned to the best practices of RESTful API in case of resource expansion. For instance, if I want to fetch all the orders for a particular customer the URI…
adityazoso
  • 514
  • 5
  • 15
4
votes
1 answer

How to override a service message?

I am using an OOTB service in Moqui for eg, say any service from PartyServices.xml then the message that are displayed comes from the services itself but I want a minor modification in the message that is displayed so for that I am currently…
Shubham kh
  • 165
  • 6
3
votes
0 answers

Why messages are not added in Json response like error messages

If I use 'web-send-json-response="true"' while calling any service, it returns json response using sendJsonResponse(Object responseObj) method of WebFacadeImpl.groovy. Where It adds 'errors' to json response if 'eci.getMessage().hasError()' true.…
3
votes
1 answer

What is the basic procedure to call a service in a transition?

I would like to know the difference between calling a service in a transition directly like
adityazoso
  • 514
  • 5
  • 15
3
votes
1 answer

CSV rendering of page doesn't handle newline character within same field

Moqui supports a superb feature to render any page in different formats. If I render the following code in CSV format and suppose the description field contains newline(i.e. enter key) character, then it shows it correctly in form-list but in CSV it…
Suraj Khurana
  • 392
  • 3
  • 14
3
votes
0 answers

CSS doesn't load on other devices available within LAN

If I access application developed in moqui on LAN, CSS and stylings of any page doesn't load. Is it something to do with the framework configurations, if not what might be the possible solution to rectify this thing. Thanks in advance. :-)
Suraj Khurana
  • 392
  • 3
  • 14
3
votes
1 answer

How to upload image and store it in some directory in moqui?

I am trying to implement the functionality of uploading an image instead of storing it in database, I want it to store in my project's image directory can you suggest ways to do it. As per my current exploration when I am uploading an image, it…
Shubham kh
  • 165
  • 6
3
votes
1 answer

What is the possible reason and fix for this exception regarding bitronix configuration in MOQUI

When I start the server I get an exception like : bitronix.tm.Configuration cannot get this JVM unique ID. Make sure it is configured and you only use ASCII characters. Will use IP address instead (unsafe for production usage!) What is the reason…
adityazoso
  • 514
  • 5
  • 15
3
votes
1 answer

Dropdown Macro in Moqui

How can I show multiple default values in a multiple choice drop-down field. Suppose a scenario, few students have chosen chemistry as optional subject. After sometime I need to add more, also I can see who have chosen the subject…
Suraj Khurana
  • 392
  • 3
  • 14
3
votes
1 answer

Use of editable macro with iterate is not working

I am trying to use a dynamic id in an editable field. The text is visible but the id is not getting set properly. Here is the code snippet.
Suraj Khurana
  • 392
  • 3
  • 14
2
votes
0 answers

Async-supported in Moqui

How can active async-supported in Moqui for long run time services? actually, I want to open a page during another service request, but the session is expired until the response from that service received.
2
votes
3 answers

How to use raw SQL query to find entity in Moqui?

I think there are very good way to find entity data from MySQL through view-entity. But here I am in some situations that I need to use very complex query from MySQL databases what likes max function with group by and order by criterias. Is there…
naib khan
  • 928
  • 9
  • 16
2
votes
1 answer

Creating Custom Component using Moqui and mount using MoquiConf.xml

I'm fairly new to moqui and reaching out for some help with creating custom component using moqui and mount the application on webroot using MoquiConf.xml I had read https://www.moqui.org/MakingAppsWithMoqui-1.0.pdf and created tutorial component…
2
votes
0 answers

Is there any way to set max-retry on service being executed by job scheduler in moqui

I am having one service which executes once a day and while executing if it fails/hasError it keeps retrying. I am using 'ServiceJob' entity to schedule, but here I didn't find the option to set max retry. Also on service def/implementation. Any…
1
2 3
14 15