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

Entity joining in xml

I have run into a little roadblock in regards to joining mantle entities. I would like to have a single depicting fields from two mantle entities, but am unsuccessful in joining them. Specifically, I have linked a list of party relationships (as…
0
votes
0 answers

How do I display facility information pertaining to its owner in PopCommerce Admin?

I have downloaded the demo application, and am trying to modify the EditParty.xml file included in SimpleScreens to also include the Facility name corresponding to the ownerPartyId. I have modified the file accordingly, and it is not working,…
0
votes
1 answer

Hiding screen tabs using condition

I can do it based on ArtifactAuthz, for user groups. But if I wanted to write some general condition how do I do that? e.g. Here is the parent screen for a number of child tabbed subscreens, attempting to use "disable-when" in a subscreens-item…
Ronan Keane
  • 189
  • 8
0
votes
1 answer

Indexing documents - do I have to run the refresh index service to maintain the indices?

I am using ElasticSearch in Moqui. DataDocument and Feed documents are set, everything is working. Except for the situation when I restart the server. I need to run the org.moqui.search.SearchServices.index#DataFeedDocuments service. Does this means…
mrovnanik
  • 123
  • 9
0
votes
1 answer

Importing 100000+ records from a JSON - slow hit to AT_ENTITY

In the JSON file, there are about 100000 records. I am attempting to write all of them into mantle.product.Product entity. The procedure starts and at about 35000 records, it starts to deteriorate with warning 'Slow hit to…
mrovnanik
  • 123
  • 9
0
votes
1 answer

Setting dependency of a component to mantle-usl - custom Groovy class

I have a custom groovy class inside mantle-usl component. I would like to use the class in other component. Hence, I need to add a dependency so that the new component (or project) has the jar of mantle-usl ready for use. Is there anyone who can…
mrovnanik
  • 123
  • 9
0
votes
1 answer

How to auto-refresh a screen in Moqui?

Use case is a regularly updated display of vehicle tracking data retrieved through a REST call, onto a central office screen, with no user interaction.
Ronan Keane
  • 189
  • 8
0
votes
1 answer

Moqui ::: How to edit list using section iterator

We are trying to display data in a form-list field using section-iterate. Data is being displayed correctly. However, once updating fields, the list used in the section-iterator is not being updated. Sample code:
0
votes
1 answer

moqui customer/supplier, order/request

New to Moqui, have some questions: In an organization, it is quite common that one sales person take care of several customers, and not allowed to view other sales person's customers. Same as buyer to suppliers. After some study, I suppose the…
Teddy
  • 35
  • 8
0
votes
1 answer

Is there POS in Moqui?

I have explored and implemented erp using ofbiz. Would like to switch to moqui for next project but I am unable find proper documentation. Also I am not aware if moqui has a point of sale and web pos. Also e-commerce shows few products and cart, so…
0
votes
1 answer

entity-find with select-field gives error msg

when run the following code :
jizhi
  • 28
  • 4
0
votes
1 answer

behavior with "require-session-token = true" and "require-authentication="anonymous-all" attribute defined when making Restful post call

when the post Restful call(neither api_key given nor authentication info given in HTTP header) send to the server on which both "require-session-token = true" and "require-authentication='anonymous-all' " attributes are defined, Moqui gives '…
jizhi
  • 28
  • 4
0
votes
1 answer

Moqui AJAX call issue

There is an issue with the Rest call to Moqui running locally... Below is the sample html code and the error is "REST Access Forbidden (no authz): User null is not authorized for View on REST Path /moqui/users". And on the web console the error is…
Suneet Jain
  • 216
  • 1
  • 3
  • 17
0
votes
1 answer

The behaviour of receiving request with expired api_key in Moqui

What is the system behavior of receiving a request to A restful API with a expired api_key in Moqui? Does the system send back the SC_UNAUTHORIZED error or something else?
jizhi
  • 28
  • 4
0
votes
0 answers

Macro Templates in Freemarker

Is it possible to use the macros defined in DefaultScreenMacros.hmlt.ftl directly in others ftl? I have made a custom component in Moqui, and I used ftls for templating, I wanted to use <@text\-line> to insert an autocomplete field into an ftl but…
G. Medici
  • 3
  • 1
  • 3