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

Sending NotificationMessage by email to subscribed users

Does Moqui have a built-in mechanism to send notification message on a topic by email to the subscribed users? Or should I implement a cusom NotificationMessageListener?
Diego
  • 1,789
  • 10
  • 19
0
votes
0 answers

Moqui and GDPR's right to erasure requirements

I'm looking into the erasing of personal details to meet the requirements of Europe's GDPR regulations. Specifically, the right to erasure requirements under GDPR's article 17 – also known as the "right to be forgotten". Obviously in Moqui we…
Ronan Keane
  • 189
  • 8
0
votes
1 answer

Moqui script with external dependencies

I amb writing a small component which needs to pull data from a Google BigQuery table to later save that as Party. So I created a new component for which I have a service with one single action to call a script and a script. On the component I also…
marc.fargas
  • 666
  • 1
  • 7
  • 17
0
votes
1 answer

How to use predefined SQL functions on entity find?

With plain SQL queries, we can use all predefined SQL functions like avg(),sum() etc.. But with moqui entities, we can only get data from the database. There are no predefined functions. Is there any other way to achieve this kind of requirements…
Karan
  • 3
  • 2
0
votes
0 answers

Unable to login with core moqui framework

I have downloaded source code (tar.gz) and performed the following steps:- Download and unzip the binary distribution (Moqui-framework-2.1.0) Run the command ./gradlew build Run the command ./gradlew load Run the command ./gradlew run While…
0
votes
1 answer

How to create view-entity with member-entity is an another view-entity?

I have view-entity A that contains entities A1 (have field A11, A12,...), A2 (have field A21, A22) and view-entity B that contains entities B1, B2. Then I want to create view-entity C with member-entities are A and B, include all fields of both of 2…
kieuanhvu
  • 98
  • 10
0
votes
1 answer

How to include screen's section in freemarker file

In moqui, how to I include section of screen in *.ftl file. I tried to use <#include "component://path-to-screen"> but nothing happen. In ofbiz, I can use this pattern:…
kieuanhvu
  • 98
  • 10
0
votes
1 answer

How can I use Vue data-bindinding in a Moqui form?

I want to add a calculated field to a form that depends on the value entered by the user on some other field and I'd like its value to update before the form is submitted, as if it were using data-binding of some kind. Is this possible to implement…
Diego
  • 1,789
  • 10
  • 19
0
votes
1 answer

Moqui / PopCommerce: country-specific postal address format profiles?

I'm totally new to Moqui/PopCommerce and my first impressions of it are great. One thing that I didn't find how to do was country-specific postal address formatting: unfortunately, every country has a different address format, with different…
0
votes
3 answers

Moqui form shows up disabled

I am following the Moqui getting started tutorial. I have created a create form as below.
fossil
  • 740
  • 6
  • 17
0
votes
0 answers

Does exists Moqui documentation?

I am testing the moqui framework but i cant find documentation on internet about functional processes like organization setup, catalogs maintenance (products, accounts, people, customers, providers, etc), e-commerce administration, API integration,…
0
votes
1 answer

Include Sub-Entities from relations when loading an Entity in Groovy Service

What I'm trying to achieve here is to load some fields from sub-entities. For instance, let's suppose i want to load some features for the product list. In xml it's pretty clear:
0
votes
1 answer

Deleting components from the moqui runtime directory

Every time I delete a component folder (e.g. /moqui/runtime/component/example/) I am unable to load the webroot.xml screen. Here is a screenshot for context: enter image description here I would like to delete the example application and have it…
d34dp00l
  • 13
  • 3
0
votes
1 answer

Moqui REST API call fail with error code 403

From my Angular 2 application I am trying to get data from Moqui but the request always fails with the error code 403. Here is the REST API call implementation getExample() { let url =…
Suneet Jain
  • 216
  • 1
  • 3
  • 17