Search found 50 matches

 Return to the advanced search

Re: PM 3.2.1 Perfonmance Issue

 by bilalk ¦  Wed Sep 20, 2017 3:57 am ¦  Forum: Installation & Configuration ¦  Topic: PM 3.2.1 Perfonmance Issue ¦  Replies: 5 ¦  Views: 5637

You should have enough RAM if this is not a machine being used in production. Your SQL queries are quick. You can turn off debug_sql . Turn on the debug option in env.ini and see if you see anything in the log files. Are you using an IP number or domain name when addressing processmaker? I have see...

Re: Problems with Sub-Process

 by bilalk ¦  Wed Sep 20, 2017 3:46 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: Problems with Sub-Process ¦  Replies: 40 ¦  Views: 26054

ty for replying but there is a misunderstanding. for my problem i have to start up to 5 same cases, it is generaly 2 or 3, with same employee. 5 cases have different topics but same case same employee. and there is another case , the assigment rules is manual assigment icludes everybody in our syst...

Re: PM 3.2.1 Perfonmance Issue

 by bilalk ¦  Tue Sep 19, 2017 8:08 am ¦  Forum: Installation & Configuration ¦  Topic: PM 3.2.1 Perfonmance Issue ¦  Replies: 5 ¦  Views: 5637

This is often a problem with the DNS or hosts file resolving your address or it could be a problem of not having enough RAM on your Windows server. What version of Windows are you using and how much RAM do you have? It also might be a database issue. Turn on the debug_sql option in your env.ini fil...

Re: Problems with Sub-Process

 by bilalk ¦  Tue Sep 19, 2017 3:42 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: Problems with Sub-Process ¦  Replies: 40 ¦  Views: 26054

Bilal, you can use PMFNewCase() in a trigger to start your five cases. Create a group named "Subprocess Users" and assign the five users who will be assigned to the first task in the subprocess to that group. Then can place a trigger like the following to fire in the master process: //set to the ID...

Re: Set due date based on date field

 by bilalk ¦  Tue Sep 19, 2017 3:35 am ¦  Forum: Using ProcessMaker 2 ¦  Topic: [SOLVED] Set due date based on date field ¦  Replies: 9 ¦  Views: 12775

Adsız.png Use this code in a trigger fired after routing of the previous task: $caseId = @@APPLICATION; //lookup the delegation index of the next task in the case $query = "SELECT MAX(DEL_INDEX) AS NEXT_INDEX FROM APP_DELEGATION WHERE APP_UID='$caseId' "; $result = executeQuery($query); $nextIndex ...

Re: Problems with Sub-Process

 by bilalk ¦  Mon Sep 18, 2017 8:51 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: Problems with Sub-Process ¦  Replies: 40 ¦  Views: 26054

there is still same problem with version 3.2.1 community and not fixed yet http://bugs.processmaker.com/view.php?id=22757.

can we use another way without subprocess? i need to execute same process till 5 times in a row.

PM 3.2.1 Perfonmance Issue

 by bilalk ¦  Mon Sep 18, 2017 4:12 am ¦  Forum: Installation & Configuration ¦  Topic: PM 3.2.1 Perfonmance Issue ¦  Replies: 5 ¦  Views: 5637

hi, i was using PM 3.0.8.1 (or 1.8 i am not sure) with bitnami installer. for some of problem i installed PM 3.2.1 with manual installation. but there is really big perfonmance issue with PM 3.2.1 . in the old version when i did something it cost 2 or 3 seconds but when i did same job with same syst...

Re: dynaform doesn't loading

 by bilalk ¦  Wed Aug 23, 2017 3:29 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: dynaform doesn't loading ¦  Replies: 4 ¦  Views: 3865

amos, i find error finally. the error comes from MSSQL connection. when i delete all of connection is working well i added attachment of broken dynaform and image about database connection is ok, Adsız1.png Adsız2.png but suggest have different error code suggest.png textbox and textarea getting dat...

Re: dynaform doesn't loading

 by bilalk ¦  Wed Aug 23, 2017 1:04 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: dynaform doesn't loading ¦  Replies: 4 ¦  Views: 3865

Something is wrong with your file workflow/engine/js/cases/core/cases_Step.js, because it should only have 1045 lines of code, but you have an error on line 1515. What version of PM are you using? Post the code that you see around line 1515 in your installation of PM. bitnami version 3.0.1.8 and i ...

dynaform doesn't loading

 by bilalk ¦  Tue Aug 22, 2017 2:02 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: dynaform doesn't loading ¦  Replies: 4 ¦  Views: 3865

hi,

today one of our task in a process start to getting error . in attachment problem showing up. what can i do for this problem.

Adsız.png
Adsız.png (9.85 KiB) Viewed 3864 times
Adsız.png
Adsız.png (41.36 KiB) Viewed 3865 times

Re: textbox formula

 by bilalk ¦  Fri Aug 18, 2017 1:50 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: textbox formula ¦  Replies: 10 ¦  Views: 7095

Bilal, I am not seeing any problems in your form in my installation of PM: The tax field is calculated for each row. I have added up to 10 rows and deleted rows and it always works. I'm using PM 3.2 with Firefox 51 (in Debian 8.4). What version of PM and what web browser are you using? i am using P...

Re: textbox formula

 by bilalk ¦  Thu Aug 17, 2017 2:09 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: textbox formula ¦  Replies: 10 ¦  Views: 7095

amosbatto wrote:I can't debug it without your form. Export your DynaForm and post the json file here.

here in attachment, can you check it above situation too?

Re: textbox formula

 by bilalk ¦  Wed Aug 16, 2017 9:10 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: textbox formula ¦  Replies: 10 ¦  Views: 7095

Amos, btw i think there is a bug about this one. there is a image shows you about it. after 3 lines formula stop calculating. when i add new line it calculated one more time and the last one stay forever. i have tried 7-8 times it stoped each time. function setIndependent (newVal, oldVal) { var oGri...

Re: textbox formula

 by bilalk ¦  Wed Aug 16, 2017 4:28 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: textbox formula ¦  Replies: 10 ¦  Views: 7095

there is a image all variable showing. K variable is out of grid, All other variables are inside grid, i need this formulas, for C = K / (A1*B1+A2*B2+A3*B3...) for D1= B1 * C1 Your JavaScript code would be something like this: function roundToFixed(_float, _digits) { var rounder = Math.pow(10, _dig...

Re: textbox formula

 by bilalk ¦  Tue Aug 15, 2017 5:31 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: textbox formula ¦  Replies: 10 ¦  Views: 7095

See this topic http://wiki.processmaker.com/3.0/Grid_Control#Fixed_precision_calculations_in_grids It will work for your query. Regards, Ty for replyi i want ask one more question about formula its really hard for me. i checked wiki and couldn't find anything. there is a image all variable showing....

textbox formula

 by bilalk ¦  Mon Aug 14, 2017 6:22 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: textbox formula ¦  Replies: 10 ¦  Views: 7095

hi,

i want to ask something about formula. i have a grid 3 textbox. textbox1*textbox2=textbox3 . its my formula. but i want to average after 2 letter like" 15471.9399999999" to "15471.94" . how can i do that for each line for grid?

Re: E mail notification With time

 by bilalk ¦  Thu Aug 10, 2017 3:50 am ¦  Forum: Code ¦  Topic: E mail notification With time ¦  Replies: 1 ¦  Views: 12253

hi all i m new in processmaker i want to create a trigger that send a email notification to the user how much time is remaining to complete your task and also want to set time to the task like 5 hour remaining to complete your task hi muhammed, you can check this https://forum.processmaker.com/view...

Re: How to use Email Notification with a Link?

 by bilalk ¦  Wed Aug 09, 2017 6:11 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: How to use Email Notification with a Link? ¦  Replies: 2 ¦  Views: 3097

Hi all, Let's say that I have process which consist of 2 tasks (Task1 and Task2). I would like processmaker to send mail notification with a link to the assigned users from Task1. When the user clicks on the link(send in his mail) he is able to continue the Task2. Can you please let me know how I c...

Re: reminder message for notification

 by bilalk ¦  Wed Aug 09, 2017 6:05 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: reminder message for notification ¦  Replies: 0 ¦  Views: 2164

Hi, I was looking for feature to send a reminder message to the manager to let him know that "you didn't finished you task yet and you should finish it before 6 PM" So the condition here is if the manager replied quick in the task so the process maker will not send a message but if the task has bee...

Re: move workspace from 3.0.1.7 to 3.2 (bitnami)

 by bilalk ¦  Tue Jul 25, 2017 3:39 am ¦  Forum: Installation & Configuration ¦  Topic: move workspace from 3.0.1.7 to 3.2 (bitnami) ¦  Replies: 7 ¦  Views: 7087

Bilial, I have only tried this once, but it appears to work. First, manually install PM 3.0.1.7. Then follow this procedure to copy the database and files from the Bitnami to the manual installation: https://forum.processmaker.com/viewtopic.php?f=40&t=710446&p=793492#p793492 Note that Bitnami has a...

Re: ProcessMaker 3.2, php 5.6 connection to MSSQL

 by bilalk ¦  Wed Jul 19, 2017 3:33 am ¦  Forum: Installation & Configuration ¦  Topic: ProcessMaker 3.1, php 5.6 connection to MSSQL ¦  Replies: 34 ¦  Views: 54488

hi newways3000, i did what you told here. It didnt work for me. did you do anything except them? or someone tried this method? i did with manual installation but bitnami installer is better. can you check it please? Hi Can you tell what exactly you do and what exactly you get from machine? Explain ...

Re: move workspace from 3.0.1.7 to 3.2 (bitnami)

 by bilalk ¦  Tue Jul 18, 2017 6:12 am ¦  Forum: Installation & Configuration ¦  Topic: move workspace from 3.0.1.7 to 3.2 (bitnami) ¦  Replies: 7 ¦  Views: 7087

Hi Unfortunately my live server is running bitnami VM. I wish it wasn't so but I know its not possible to change from bitnami so Im now stuck with it. I want to migrate the workspace to a new v3.2 VM. I read the instructions in http://wiki.processmaker.com/3.0/Backing_up_and_Restoring_ProcessMaker#...

Re: ProcessMaker 3.2, php 5.6 connection to MSSQL

 by bilalk ¦  Mon Jul 10, 2017 10:33 am ¦  Forum: Installation & Configuration ¦  Topic: ProcessMaker 3.1, php 5.6 connection to MSSQL ¦  Replies: 34 ¦  Views: 54488

hi newways3000, i did what you told here. It didnt work for me. did you do anything except them? or someone tried this method? i did with manual installation but bitnami installer is better. can you check it please? I solved the issue in this way (for processmaker 3.2 php 5.6 using bitnami installer...

In your C:\php\php.ini file, uncomment the following extensions (remove the ; symbol at the beginning of each line): extension=php_curl.dll extension=php_gd2.dll extension=php_ldap.dll extension=php_mbstring.dll extension=php_mysql.dll extension=php_mysqli.dll extension=php_openssl.dll extension=ph...

Bilal, I see that the instructions on http://wiki.processmaker.com/3.0/Windows_Manual_Installation are bad. Here is what you need to do: 1. Copy the file C:\opt\processmaker\pmos.conf.example to C:\Apache24\conf\extra\pmos.conf (notice that the file is renamed from pmos.conf.example to pmos.conf) 2...

hi,

i have same problem. i did what you did not worked for me. i tried another computer for solution, i didnt get event "It works!" message.

i followed each step till step 6 using this wikia

Code: Select all
http://wiki.processmaker.com/3.0/Windows_Manual_Installation
what can i do for this situation?

didnt send any email with emailing all participated trigger

 by bilalk ¦  Wed May 24, 2017 6:52 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: didnt send any email with emailing all participated trigger ¦  Replies: 1 ¦  Views: 2333

hi forum, i am using trigger about sending email all participated current proccess. till today this trigger worked, right now it stop working , emailing all participated trigger is here ; $caseId = @@APPLICATION; $query = "SELECT DISTINCT USR_UID FROM APP_DELEGATION WHERE APP_UID = (SELECT APP_UID F...

Re: getting data failure in grid for PM 3.0.8

 by bilalk ¦  Wed May 03, 2017 3:34 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: getting data failure in grid for PM 3.0.8 ¦  Replies: 5 ¦  Views: 5430

Dependent fields only work inside grids. If the independent field is outside the grid, then the dependent field inside the grid won't work. The workaround is to add an additional text field inside the grid, but set its column width to 0, so it will be hidden. (Note: Don't use a hidden field, becaus...

Re: dropdown reset itself

 by bilalk ¦  Wed Apr 19, 2017 9:00 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: dropdown reset itself ¦  Replies: 5 ¦  Views: 4406

Hello, I reviewed your process and I think the problem is with the IDs and arrangement of the grid columns. I think your requirement is to review the Dynaform of the first task in the second task and also have some extra details in the second Dynaform. I would suggest: 1. Export your first Dynaform...

Re: dropdown reset itself

 by bilalk ¦  Wed Apr 19, 2017 2:48 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: dropdown reset itself ¦  Replies: 5 ¦  Views: 4406

next step mean is the tast after current tast on same case.
there is process

In the rapidly evolving world of online sports be[…]

STEPN integrates social networking and games that […]

Cenforce 150 is a medication used to cope with a c[…]

What's SAP FICO?

Trustworthy and skill-building, each of these actu[…]