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

Expand an expression in a condition?

I am trying to use the 'conditionExpression' field of the StatusFlowTransition entity in a status widget. But I think you can't expand say ${statusTransition.conditionExpression} within a condition in Moqui? How is the conditionExpression field…
Ronan Keane
  • 189
  • 8
0
votes
1 answer

Extracting (and uploading) attachment from an incoming mail message

Do you have any idea on how to extract attachment from the incoming message? I have a PDF attached to the message. This is what I see in the console: ['contentType':'application/pdf; name="TransakciaMK.pdf"', 'filename':'TransakciaMK.pdf',…
mrovnanik
  • 123
  • 9
0
votes
1 answer

Launching EMECA rules

The messages are being successfully polled from the server. I somehow cannot manage to have the EMECA rules process the incoming messages. Is there a special way I need to configure the EMECA rule? This is what I have:
mrovnanik
  • 123
  • 9
0
votes
1 answer

Showing content of a PDF in an iFrame (path to file)

I have a stored PDF and I want to display it in an iFrame. What is the appropriate way to calculate the src? I used this but that did not work for me:
mrovnanik
  • 123
  • 9
0
votes
1 answer

Creating an email using HTML and inserting a logo file (png)

This is a part of code (an html code) used to prepare the body of an email message: Logo I have the png file in the…
mrovnanik
  • 123
  • 9
0
votes
1 answer

How to correctly close container-dialog after submit when rendering a file

I have a dialog in which user picks a record. After submitting, the transition runs a service, which loads data and then renders an output file.
mrovnanik
  • 123
  • 9
0
votes
1 answer

Moqui: opening an attachment instead of downloading it

How can I instruct the browser to open an attachment (PDF or JPEG) in a new tab instead of downloading it? I suppose it is done by sending a specific response - I found a thread discussing on setting the response's parameters. Is there a way to do…
mrovnanik
  • 123
  • 9
0
votes
1 answer

mantle.account.invoice.Invoice - How to correctly handle credit invoicing?

Let us assume there is a situation when I have an invoice from a supplier to my company (e.g. 1000 EUR). My company returns all the goods because of a problem. The supplier shall issue a credit invoice in amount of 1000 EUR, which I register in my…
mrovnanik
  • 123
  • 9
0
votes
1 answer

Cache configuration on a particular entity in Moqui

I tested cache configuration on a particular entity Product, related linkedin discussion here. I have a cache item configuration as There are…
Jimmy Shen
  • 240
  • 1
  • 12
0
votes
0 answers

Http GET request to Json enabled endpoint

I am trying to make a call to a Json enabled endpoint. The usage is http://xxxxxxxxxx.com/Service.svc/Json/{{NAME_OF_METHOD}}?param1=value1¶m2=value2 I have:
Ronan Keane
  • 189
  • 8
0
votes
0 answers

Getting the search to work in an encrypted field

Recently, I posted a question related to a search issue (Search not working (as expected) for list-form PartyListForm - column loaded from mantle.party.PartyIdentification). In testing, I found out that the search behaves awkwardly and returns…
mrovnanik
  • 123
  • 9
0
votes
1 answer

Storing application settings in Moqui

I need to store and retrieve settings (with application scope). Is there anything suitable included OOTB? My aim is to have them easy accessible from the Tools or System (for editing) menu with the ability to feed them via the gradle methods.
mrovnanik
  • 123
  • 9
0
votes
1 answer

Search not working (as expected) for list-form PartyListForm - column loaded from mantle.party.PartyIdentification

I started by using PartyListForm in FindParty.xml. This list loads data related to parties, in my case with Supplier role. I added a new column with an ID from mantle.party.PartyIdentification, with specific partyIdTypeEnumId. The result is…
mrovnanik
  • 123
  • 9
0
votes
1 answer

What do I have to set to hide the Tennant ID field in the login?

I do not use multitenancy right now. I noticed a condition ec.getWeb().getSession().getAttribute("moqui.tenantAllowOverride")! != "N" in the login.ftl. But I have not managed to set it, so that my users do not see the Tennant ID field.
mrovnanik
  • 123
  • 9
0
votes
1 answer

Moqui running in jetty container behind httpd returns Error rendering screen

I have an httpd server configured and working. The server returns "It works" and I can see the SSL is installed correctly. The next step I undertook was configuring the reverse proxy, so that the users requests are redirected and I can have more…
mrovnanik
  • 123
  • 9