Search found 8817 matches

 Return to the advanced search

Re: Does anyone want me to recreate the pmusers.com site in a new location?

 by amosbatto ¦  Mon Apr 06, 2020 11:43 am ¦  Forum: Announcements ¦  Topic: Does anyone want me to recreate the pmusers.com site in a new location? ¦  Replies: 3 ¦  Views: 11555

Arturo, the a lot of spam is getting added to the site. See: https://www.pmusers.com/index.php/Special:RecentChanges It is probably a good idea to delete the new accounts that have been added and change the questions when creating a new account. See: https://www.mediawiki.org/wiki/Extension:QuestyCa...

Does anyone want me to recreate the pmusers.com site in a new location?

 by amosbatto ¦  Tue Mar 24, 2020 11:49 am ¦  Forum: Announcements ¦  Topic: Does anyone want me to recreate the pmusers.com site in a new location? ¦  Replies: 3 ¦  Views: 11555

Hi, As many of you know, I quit working at ProcessMaker Inc last September, and the pmusers.com site stopped working not long after that. Since I was no longer with the company, I have been unable to resolve the problem. A number of people have contacted me, asking me to set up the site in another l...

Re: Amosbatto, PMUsers.com is down.

 by amosbatto ¦  Thu Nov 07, 2019 2:03 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: Amosbatto, PMUsers.com is down. ¦  Replies: 11 ¦  Views: 12838

Hi PipSqueak,
I live in La Paz, Bolivia.
If you want to contact me:
Skype: amosbatto
Cell phone: +591-76585096
Email: amosbatto[at]yahoo[dot]com

Re: display pdf in panel control

 by amosbatto ¦  Sat Nov 02, 2019 5:55 am ¦  Forum: Developing processes & programming ¦  Topic: display pdf in panel control ¦  Replies: 6 ¦  Views: 6238

You can modify the trigger code to use PdfParser to open the PDF file and convert the information into CSV format.

PS: I'm now working as an independent consultant. If you want to contact me, email me at amosbatto[at]yahoo[dot]com

Re: www.pmusers.com

 by amosbatto ¦  Sat Nov 02, 2019 5:34 am ¦  Forum: Documentation ¦  Topic: www.pmusers.com ¦  Replies: 4 ¦  Views: 22254

Sorry, I don't control it any more:
viewtopic.php?f=41&t=737291#p826896

Re: Amosbatto, PMUsers.com is down.

 by amosbatto ¦  Sat Nov 02, 2019 5:30 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: Amosbatto, PMUsers.com is down. ¦  Replies: 11 ¦  Views: 12838

Hi everyone, I quit working for ProcessMaker Inc on Sept 28, so I'm no longer able to alert the DevOps guys when pmusers.com goes down. On Monday or Tuesday, I have to go to the ProcessMaker offices to pick up my last check, so I will talk to the guys who are in charge of the servers and find out wh...

Re: Problem with plugin in windows development

 by amosbatto ¦  Thu Sep 26, 2019 9:58 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: Problem with plugin in windows development ¦  Replies: 4 ¦  Views: 5627

It has been a long time since I played with plugins/classes/class.pmFunctions.php. If I recall correctly, it was necessary to disable the plugin and then re-enable it again if you change the name of a function in the file or change the parameters of a function, but it wasn't necessary to disable and...

Re: ProcessMap via REST API

 by amosbatto ¦  Thu Sep 26, 2019 9:39 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: ProcessMap via REST API ¦  Replies: 16 ¦  Views: 11898

What version of PM do you have? It used to work.

I assume this is a cross origin problem. In the Designer::index() function defined in workflow/engine/controllers/designer.php, add the following line:
header("Access-Control-Allow-Origin: *");

Re: Get process id and task id from report table

 by amosbatto ¦  Wed Sep 25, 2019 5:49 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: Get process id and task id from report table ¦  Replies: 12 ¦  Views: 9304

Of course you need parameters. Look at the code I told you to add in cases.php: $additionalTables->updateReportTables( $appFields['PRO_UID'], $appUid, $Fields['APP_NUMBER'], $appData, $Fields['APP_STATUS'], $delIndex, $tasUid ); I have a ton of things to do right now, so you are going to have to fig...

Re: ProcessMaker having errors on Fedora Linux

 by amosbatto ¦  Wed Sep 25, 2019 5:35 pm ¦  Forum: Using ProcessMaker 2 ¦  Topic: ProcessMaker having errors on Fedora Linux ¦  Replies: 1 ¦  Views: 12661

In the terminal of your ProcessMaker server, issue this command: php -m If you don't see "soap" in the list, then you need to install it: yum install php-soap See: https://wiki.processmaker.com/index.php/2.0/ProcessMaker_CentOS/RHEL_Installation#Step_2:_Installing_Apache.2C_MySQL_and_PHP If that isn...

Re: generate daily excel report

 by amosbatto ¦  Wed Sep 25, 2019 5:31 pm ¦  Forum: Developing processes & programming ¦  Topic: generate daily excel report ¦  Replies: 4 ¦  Views: 14248

You can adjust the code to match your table. I gave you a generic example that you should be able to adapt.

Re: Problem with plugin in windows development

 by amosbatto ¦  Wed Sep 25, 2019 5:11 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: Problem with plugin in windows development ¦  Replies: 4 ¦  Views: 5627

If your plugin contains JavaScript or HTML, you should clear the ProcessMaker cache . You also may need to clear your web browser's cache . If you make changes in the principal PHP file that registers plugin (ex: /workflow/engine/plugins/ yourPlugin .php ) then you will need to deactivate and then r...

Re: sorting grid fields

 by amosbatto ¦  Wed Sep 25, 2019 5:03 pm ¦  Forum: Developing processes & programming ¦  Topic: sorting grid fields ¦  Replies: 7 ¦  Views: 6322

I created an example of sorting by clicking the column headers in grids in ProcessMaker:
https://www.pmusers.com/index.php/Sort_ ... ing_header

Re: generate daily excel report

 by amosbatto ¦  Tue Sep 24, 2019 4:13 pm ¦  Forum: Developing processes & programming ¦  Topic: generate daily excel report ¦  Replies: 4 ¦  Views: 14248

Where are you getting the content in your Excel report? A database query? A file uploaded by users?

I wrote up an example, that should help you get started:
https://www.pmusers.com/index.php/Creat ... d_email_it

Re: Deshabilitar checkbox

 by amosbatto ¦  Tue Sep 24, 2019 2:33 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: [SOLUCIONADO] Deshabilitar checkbox ¦  Replies: 1 ¦  Views: 4106

Puedes usar este codigo:

Code: Select all
$("#checkboxVar001").getControl().prop("disabled", true);

Re: Get process id and task id from report table

 by amosbatto ¦  Tue Sep 24, 2019 2:19 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: Get process id and task id from report table ¦  Replies: 12 ¦  Views: 9304

What is the exact code that you are using? I need to see the parameters that you are using when calling the function.

Re: ProcessMap via REST API

 by amosbatto ¦  Tue Sep 24, 2019 2:15 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: ProcessMap via REST API ¦  Replies: 16 ¦  Views: 11898

The process map is generated by the Designer::index() function defined in workflow/engine/controllers/designer.php

You can create your own REST endpoint which uses the code in that function.

Re: Save button error

 by amosbatto ¦  Tue Sep 24, 2019 1:56 pm ¦  Forum: Using ProcessMaker 2 ¦  Topic: Save button error ¦  Replies: 4 ¦  Views: 14361

Edit the URL in your web browser to change the skin to "green" and then refresh the web browser. Example: http://mydomain.com/sysworkflow/en/ green[/b]/users/users_Edit (I'm not sure what is the exact URL in version 1.2, but you get the basic idea.) If using the "green" skin fixes the problem, then ...

Re: new case

 by amosbatto ¦  Tue Sep 24, 2019 1:40 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: new case ¦  Replies: 1 ¦  Views: 2725

Make sure that the status of the users assigned to the first task in the process have "ACTIVE" status and if assigned through a group, make sure that the group has "ACTIVE" status. If you want to post the .pmx file for your process, I will check the XML to make sure that the definition of the first ...

Re: List only the app_uid based documents via REST API

 by amosbatto ¦  Mon Sep 23, 2019 9:10 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: List only the app_uid based documents via REST API ¦  Replies: 5 ¦  Views: 5892

You can create a rest endpoint that queries the APP_DOCUMENT table for a particular case, but I think that the best solution is to set all documents so they are stored in subfolders and then use the search option to search for the subfolder:
GET extrarest/documents/{fdr_uid}/folders?search=Case#20

Re: Get process id and task id from report table

 by amosbatto ¦  Mon Sep 23, 2019 8:47 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: Get process id and task id from report table ¦  Replies: 12 ¦  Views: 9304

What is the code that you are using?

Re: How to maintain the report table for multiple process

 by amosbatto ¦  Mon Sep 23, 2019 8:46 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: How to maintain the report table for multiple process ¦  Replies: 4 ¦  Views: 5398

Yes, you have to join the tables.

Re: ProcessMap via REST API

 by amosbatto ¦  Mon Sep 23, 2019 8:41 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: ProcessMap via REST API ¦  Replies: 16 ¦  Views: 11898

Yes, I have used this API to get session id and process map. https://sourceforge.net/p/pmcommunity/code/ci/master/tree/extraRest/README.md#get-login-session-id-get-extrarestsession-id but via rest API it is not the right way to handle it You can use an <iframe> to display the process map in an exte...

Re: Deleting the processes.

 by amosbatto ¦  Mon Sep 23, 2019 8:32 pm ¦  Forum: Using ProcessMaker 2 ¦  Topic: Deleting the processes. ¦  Replies: 4 ¦  Views: 15823

Yes, you probably will need to delete the cases manually from the APPLICATION and APP_DELEGATION tables.

Re: CLEAR CONTROL (WHEN A VARIABLE IS ALREADY SET) 2019

 by amosbatto ¦  Mon Sep 23, 2019 8:26 pm ¦  Forum: Developing processes & programming ¦  Topic: CLEAR CONTROL (WHEN A VARIABLE IS ALREADY SET) 2019 ¦  Replies: 1 ¦  Views: 3450

The easiest way to do this is to mark the "Required" property for the rfq_segment field. Then, add this trigger to fire before the Dynaform:

Code: Select all
@@rfq_segment = '';

Another way is to use the following JavaScript in the Dynaform:
Code: Select all
$("#rfq_segment).setValue('');

Re: add mandatory checkbox using javascript

 by amosbatto ¦  Mon Sep 23, 2019 8:20 pm ¦  Forum: Developing processes & programming ¦  Topic: add mandatory checkbox using javascript ¦  Replies: 5 ¦  Views: 4674

If you just want to add/remove a red asterisk in the field's label, then do it this way: if (foreigncurrency=='14') { var h = '<span id="star" style="color:red">*</span>'; $("#gglchek").find("span.textlabel").append(h); } else { var h = '<span id="star" style="color:white">*</span>'; $("#gglchek").f...

Re: Problema carga de listas

 by amosbatto ¦  Mon Sep 23, 2019 6:26 pm ¦  Forum: Español ¦  Topic: Problema carga de listas ¦  Replies: 2 ¦  Views: 8448

¿Cuantas filas tienes un tu tabla atemp ? En tu Dynaform, puedes crear un campo de texto con la variable "sql" que contiene el query de SQL. En el trigger antes de la Dynaform puedes setear la variable "sqlTabla". Por ejemplo: $miVariable = addslashes(@@otraVariable); @@sqlTabla = "SELECT CAMPO_X, C...

Re: Save button error

 by amosbatto ¦  Mon Sep 23, 2019 5:49 pm ¦  Forum: Using ProcessMaker 2 ¦  Topic: Save button error ¦  Replies: 4 ¦  Views: 14361

Oh wait, are you using version 2.X? Then, the problem is probably that you need to use an older version of your web browser because recent web browsers aren't compatible with the code in ProcessMaker 2.X.

Re: Save button error

 by amosbatto ¦  Mon Sep 23, 2019 5:47 pm ¦  Forum: Using ProcessMaker 2 ¦  Topic: Save button error ¦  Replies: 4 ¦  Views: 14361

What version of PM are you using? There was bug that prevented User profiles from being edited. The solution is to upgrade ProcessMaker, but see this before upgrading: https://www.pmusers.com/index.php/Bugs_to_fix_when_installing/upgrading If you have installed ProcessMaker with Bitnami, see: https:...

Re: New case created from REST call

 by amosbatto ¦  Mon Sep 23, 2019 5:43 pm ¦  Forum: Development of the ProcessMaker application ¦  Topic: New case created from REST call ¦  Replies: 10 ¦  Views: 15494

We updated our process and make the first task a user task on a dynaform - Review Form. Maybe I'm missing something but when we post the variables from our external web form to the Review Form on PM using REST we get nothing. The variables are the same. Do I need to have javascript on the Review Fo...

  • 1
  • 2
  • 3
  • 4
  • 5
  • 294
Want to create your own meme coin?

In the world of cryptocurrencies, a unique and exc[…]

The market for cryptocurrencies is demonstrating a[…]

What's SAP FICO?

Embarking on a dissertation can be one of the most[…]

Hello. For rental housing, there are software solu[…]