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

How to handle special custom foregin key requirement in moqui entity definitions

I have two entities defined as below:
Nitin
  • 326
  • 4
  • 11
0
votes
1 answer

Issue with tag in moqui

Above code doesn't work. i.e. if I put log statements, it goes inside if block but…
Nitin
  • 326
  • 4
  • 11
0
votes
0 answers

Cannot create nested documents in Moqui for Elasticsearch

I am not able to explicitly map a particular filed according to my specific requirements. For example if I take the WorkEffort data model used in HiveMind, then while creating the schema to Index tasks, I cannot specify which type mapping I want to…
adityazoso
  • 514
  • 5
  • 15
0
votes
1 answer

How to pass parameter to service call?

In the PopCommerce's Detail.xml there is a parameter productId being passed to screen. How do I pass that parameter to service-call ? I have tried below code in service call but this doesn't work
Abdullah Shaikh
  • 2,567
  • 6
  • 30
  • 43
0
votes
1 answer

Moqui - Issue retaining/passing the URL parameter

I have referred to similar issue on Github (issue#18), but nothing there worked for me. I am trying to use the following transition/service:
Ronan Keane
  • 189
  • 8
0
votes
2 answers

Separate webapp for custom components in Moqui

I have read this in many places "You will eventually want to create your own runtime directory and keep it in your own source repository...". Can anyone tell me how to do that? What if I don't want to lose some of the OOTB components? Currently I am…
Atul Vani
  • 61
  • 6
0
votes
1 answer

Is it possible to have different database type for different tenants in Moqui

I am thinking of an application where I would allow tenants to specify their database's url and credentials (hosted somewhere else), so as to make them comfortable with their data security/privacy. Does Moqui support that?
Atul Vani
  • 61
  • 6
0
votes
1 answer

Can Moqui implement a form with dynamic fields

I have two list listRowKey and listColKey and a nested map map>, I want to create a table to input content into map, the rows and cols of table is generated from two list. I don't known how to use a nested loop to add fields…
Yaocl
  • 194
  • 1
  • 12
0
votes
0 answers

How do database migrations in Moqui work?

Assuming that a instance of Moqui has gone production e.g. has customer data inside it and has a few tenants, what is the standard practice of upgrading the databases, such as from one release of Mantle to the next and how does this all tie in with…
Sam Hamilton
  • 131
  • 2
  • 3
  • 10
0
votes
2 answers

Adding a second webapp

I am struggling to setup a public website in Moqui, I am trying to have (dev-)www.example.net as the public marketing site and signup forms. Then the tennants on [tennant-name].example.net I have setup a basic component and then edited…
Sam Hamilton
  • 131
  • 2
  • 3
  • 10
0
votes
1 answer

Forms that span multiple entites

I am trying to create a single form that creates a product and also adds a SKU but I have not found an example that helps me out so far. What I am trying to build is a form-single with three text-line/area fields for the values to be input by the…
Sam Hamilton
  • 131
  • 2
  • 3
  • 10
0
votes
1 answer

Multitenancy in Moqui

How does Moqui framework handles multitenancy? Is Moqui's approach similar to Apache OFBiz? Ofbiz provides separate database for each tenant. Moqui is a powerful framework which inherits a lot of goodies from OFBiz and has many improvements also.…
Ejaz Ahmed
  • 654
  • 4
  • 17
0
votes
0 answers

Section-Iterate shows only 20 results?

Thanks a lot for your continuous support I am using section iterate to generate a list to the data but when I display that list on UI only 20 results are displayed not all the results are displayed. I want that all the results should come as…
Shubham kh
  • 165
  • 6
0
votes
1 answer

How to do display security check authorization?

I am working around permission model in my project so when a particular user is not authorized then a screen is displayed depicting that the a user is not authorized to access the screen (which according to my best knowledge comes from a…
Shubham kh
  • 165
  • 6
0
votes
1 answer

Use of Bootstrap classes in container tag

I am trying to make a responsive screen. I have used bootstrap classes in this way: