Search found 33 matches

 Return to the advanced search

Percentage Calculation in grid some issues

 by TingTingXie ¦  Thu Oct 29, 2015 6:08 am ¦  Forum: Development Discussion (archived) ¦  Topic: Percentage Calculation in grid some issues ¦  Replies: 0 ¦  Views: 2753

Hello, there, Have some issues regarding the calculation of percentage field. see attach. When the percentage field is in the grid form, sum is not working like case: wei sum = wei 1 + wei 2, While if I put outside the grid, it is working, The mask is somewhere doesn't work. I have used percentage f...

Re: Errors creating new process in upgraded ver 3.0.0.5

 by TingTingXie ¦  Thu Jul 09, 2015 10:29 pm ¦  Forum: Using ProcessMaker 2 ¦  Topic: Errors creating new process in upgraded ver 3.0.0.5 ¦  Replies: 2 ¦  Views: 3776

Hi, You need to install the PDO extension, see this documentation . About creating process, you are able to create only process in the new BPMN designer. Processes created in v. 2.5.2 or earlier cannot be created. Regards, Thanks Liliana, I will take a try when I'm free. Thanks for your prompt reply.

Errors creating new process in upgraded ver 3.0.0.5

 by TingTingXie ¦  Thu Jul 09, 2015 3:36 am ¦  Forum: Using ProcessMaker 2 ¦  Topic: Errors creating new process in upgraded ver 3.0.0.5 ¦  Replies: 2 ¦  Views: 3776

Hi there, Today I have run a test upgrade in windows server 2003 instance, and it is successful from 2.5.2 to 3.0.0.5 without errors. I can open the PM website and even can edit my old classic process, the issue is I can't create new process by using this BPMN project. Errors will show as below ( se...

Re: Workspace Creation Error

 by TingTingXie ¦  Thu Jul 09, 2015 2:00 am ¦  Forum: Development Discussion (archived) ¦  Topic: [SOLVED]Workspace Creation Error ¦  Replies: 8 ¦  Views: 7571

Hi Emily, It is rare that this error persists, I would recommend you to do re-installation, but use manual method . Try to clean all files created after the automatic installation and then try the new one. Please post the steps that you're following to create a new workspace. Let me know how it goe...

ProcessMaker Upgrader Integrity Error

 by TingTingXie ¦  Thu Mar 12, 2015 11:21 pm ¦  Forum: Development Discussion (archived) ¦  Topic: ProcessMaker Upgrader Integrity Error ¦  Replies: 1 ¦  Views: 3250

Hi, all I'm facing few issues recently regarding the processmaker upgrade from 2.5.2 to 2.8.0. 1. Integrity Error I've received this when I use the PHP upgrade command ( error1) error1.png But even like this, if I choose "y", it will still go to upgrade without no issues, and eventually I get the li...

Re: Print Dynaform Font Size

 by TingTingXie ¦  Thu Feb 12, 2015 12:00 am ¦  Forum: Development Discussion (archived) ¦  Topic: Print Dynaform Font Size ¦  Replies: 1 ¦  Views: 3341

Me too. Also figuring out how to do with this issue. Please share with me if you found some errors, or anyone else, if you know, please share with us. Basically I did same way as you, change the font in css, but it only affect the on-screen layout, but without effects on the print form. If I manuall...

Re: Sending a case to sleep for a certain time

 by TingTingXie ¦  Wed Feb 11, 2015 11:57 pm ¦  Forum: Development Discussion (archived) ¦  Topic: Sending a case to sleep for a certain time ¦  Replies: 1 ¦  Views: 3896

Hi, there

which version of processmaker you are using?
You can simply just pause this case by actions-->pause. it will pop out a date selection form, then choose which day you want to end.

Job is done.

Emily

Re: How to restore a canceled task

 by TingTingXie ¦  Tue Jan 13, 2015 5:27 am ¦  Forum: Code ¦  Topic: How to restore a canceled task ¦  Replies: 2 ¦  Views: 12945

Hi, You have to modify the following tables by looking for your case number: APPLICATION - APP_STATUS change to TO_DO APP_DELEGATION - DEL_THREAD_STATUS change to OPEN - DEL_FINISH_DATE change to NULL APP_THREAD - APP_THREAD_STATUS change to OPEN Then your case will be on your inbox without executi...

Re: Workspace Creation Error

 by TingTingXie ¦  Mon Jan 12, 2015 5:28 am ¦  Forum: Development Discussion (archived) ¦  Topic: [SOLVED]Workspace Creation Error ¦  Replies: 8 ¦  Views: 7571

Hi, Denny We are still in progress of testing this software around, so i just use the auto-installer for installation. The version is 2.5.2 ( latest stable one i believed). No, I didn't create a different user for now and keeping using root user account. Once i did add the password for this root ac...

Re: Negative Numbers in Grid with SUM

 by TingTingXie ¦  Thu Jan 08, 2015 12:31 am ¦  Forum: Using ProcessMaker 2 ¦  Topic: Negative Numbers in Grid with SUM ¦  Replies: 9 ¦  Views: 8255

Hi, I've tried the solution you've suggested. Example: I have a grid which has 3 fields" Old, New,Difference" whose name is "MyGrid" Main form with a name called "Main", including this grid "MyGrid" and a text field called "NetValue" which stores the sum value of "Difference" field in the grid. jav...

Re: Workspace Creation Error

 by TingTingXie ¦  Thu Jan 01, 2015 11:46 pm ¦  Forum: Development Discussion (archived) ¦  Topic: [SOLVED]Workspace Creation Error ¦  Replies: 8 ¦  Views: 7571

Hi Emily, Could you tell me please what version of ProcessMaker did you install? While you're trying again I could replicate your steps, check if I get the same error and help you more. Another question please, did you create a different user for MySQL or you're working with root user? Let me know ...

Re: Negative Numbers in Grid with SUM

 by TingTingXie ¦  Thu Jan 01, 2015 11:42 pm ¦  Forum: Using ProcessMaker 2 ¦  Topic: Negative Numbers in Grid with SUM ¦  Replies: 9 ¦  Views: 8255

I am afraid I have not found a solution yet. As a work around users are typing in the numbers, which generates an incorrect sum automatically, then they manually do the math and erase the auto sum. I haven't tried writing my own javascript to do the math as suggested above. That might be the best s...

Re: Negative Numbers in Grid with SUM

 by TingTingXie ¦  Thu Jan 01, 2015 11:38 pm ¦  Forum: Using ProcessMaker 2 ¦  Topic: Negative Numbers in Grid with SUM ¦  Replies: 9 ¦  Views: 8255

Unfortunately this is a bug that was already reported on mantis, the number of ticket is 0016506 if you want to follow it. However if you need a workaround immediately, you can use javascript code to do the sum, here is an example code , posted on ProcessMaker' forum, that would help you. function ...

Re: Negative Numbers in Grid with SUM

 by TingTingXie ¦  Thu Dec 18, 2014 10:22 pm ¦  Forum: Using ProcessMaker 2 ¦  Topic: Negative Numbers in Grid with SUM ¦  Replies: 9 ¦  Views: 8255

I'm using the Aggregate SUM function to add up all the values in a column and output a total price. I would like to be able to enter negative numbers in the grid and have them subtracted from the SUM for things like discounts and reimbursements, however, when I put in a negative number it adds it i...

Re: Workspace Creation Error

 by TingTingXie ¦  Thu Dec 18, 2014 5:53 am ¦  Forum: Development Discussion (archived) ¦  Topic: [SOLVED]Workspace Creation Error ¦  Replies: 8 ¦  Views: 7571

Dear TingTingXie, Sometimes this error happens because of MySQL user privileges, try to give the user which will be running ProcessMaker, superuser privileges, this page would help you with it. Or check your Workflow Applications Cache Info at ADMIN > Settings > CasesListCacheBuilder. This section ...

[SOLVED]Workspace Creation Error

 by TingTingXie ¦  Thu Dec 11, 2014 3:48 am ¦  Forum: Development Discussion (archived) ¦  Topic: [SOLVED]Workspace Creation Error ¦  Replies: 8 ¦  Views: 7571

Dear all, I have received an error when i was trying to create a new workspace called "sales". To be clear, i can create workspace without any error under windows XP environment. But when i want to test in my own laptop(windows 8.1), it prompted me this error in attach. Have tried to uninstall PM an...

Re: Mail notification for reassigned case?

 by TingTingXie ¦  Fri Oct 24, 2014 12:40 am ¦  Forum: Using ProcessMaker 2 ¦  Topic: Mail notification for reassigned case? ¦  Replies: 5 ¦  Views: 4538

Dear there Did you manage to find the solution of this, because now i need it urgently. i have searched the whole webs and forums here, not able to find the answer, the liliana's suggestion in one of the tutorials ( i can see editor is her) http://wiki.processmaker.com/index.php/2.0/Processes#Sendi...

Re: REASON FOR REASSIGN

 by TingTingXie ¦  Thu Oct 23, 2014 10:31 pm ¦  Forum: Development Discussion (archived) ¦  Topic: REASON FOR REASSIGN ¦  Replies: 9 ¦  Views: 7437

Hi, Pereirablair First of all, thanks for your quick reply. Dear all other friends, I have managed to find the solutions myself by changing the php file and it did work fine. here is the way to achieve it. under "public function reassignCase", in the end added this part: G::LoadClass("pmFunctions");...

Re: REASON FOR REASSIGN

 by TingTingXie ¦  Thu Oct 23, 2014 5:41 am ¦  Forum: Development Discussion (archived) ¦  Topic: REASON FOR REASSIGN ¦  Replies: 9 ¦  Views: 7437

Hi pereirablair, Once you your case notes is filled and before sending it you have the option to send the email to all participants of the case. Besides that we don't have the other requests you are asking. As I've mentioned, those are really good features and it will be good if you can create a ne...

Re: Mail notification for reassigned case?

 by TingTingXie ¦  Thu Oct 23, 2014 5:38 am ¦  Forum: Using ProcessMaker 2 ¦  Topic: Mail notification for reassigned case? ¦  Replies: 5 ¦  Views: 4538

Dear there Did you manage to find the solution of this, because now i need it urgently. i have searched the whole webs and forums here, not able to find the answer, the liliana's suggestion in one of the tutorials ( i can see editor is her) http://wiki.processmaker.com/index.php/2.0/Processes#Sendin...

Grid Sum with calculation

 by TingTingXie ¦  Thu Oct 02, 2014 4:58 am ¦  Forum: Development Discussion (archived) ¦  Topic: Grid Sum with calculation ¦  Replies: 1 ¦  Views: 3615

Dear my helpers, checked my screen in the attach, I'm faced this problem this whole afternoon, i don't know how to solve it. please advise. Basically i want this each expense category have a total sum first, then in the end i will know how much this employee spend money on meals, on travel and so on...

Re: JavaScript works only in Design Mode

 by TingTingXie ¦  Wed Sep 24, 2014 3:35 am ¦  Forum: Using ProcessMaker 2 ¦  Topic: JavaScript works only in Design Mode ¦  Replies: 6 ¦  Views: 5192

Hi TingTingXie, Do you have an example of this? I was testing this on version 2.5.2 and everything is working fine Hi, liliana, Thanks for your quick respond, please find from the attach pm file. I have created this simple process but it reflected my current problems. Well it worked partially but n...

Re: JavaScript works only in Design Mode

 by TingTingXie ¦  Mon Sep 22, 2014 11:17 pm ¦  Forum: Using ProcessMaker 2 ¦  Topic: JavaScript works only in Design Mode ¦  Replies: 6 ¦  Views: 5192

hi,
did you manage to find a solution in the end, cause now i'm facing the same issue as yours.

really urgent need to figure out why. thanks in advance

Re: grid sum in a textbox in the same dynaform

 by TingTingXie ¦  Mon Sep 22, 2014 10:32 pm ¦  Forum: Development Discussion (archived) ¦  Topic: grid sum in a textbox in the same dynaform ¦  Replies: 2 ¦  Views: 10835

Hi, guys, although i don't know what reason, but it works fine for me now as the solution suggested. anyway, i change the "grid add row function" to be grid_ MyGrid.onaddrow = function(){}; http://wiki.processmaker.com/index.php/2.0/Grids#Adding_Grid_Rows please Ctrl+F to "executing code when adding...

grid sum in a textbox in the same dynaform

 by TingTingXie ¦  Mon Sep 22, 2014 6:02 am ¦  Forum: Development Discussion (archived) ¦  Topic: grid sum in a textbox in the same dynaform ¦  Replies: 2 ¦  Views: 10835

grid total_as suggested.PNG Dear all, I need to design a form with a grid and simple textbox which is used to store the sum total of the grid. ( Please note in the same dynaform , i know how to make the global variable and create the textbox in the next dynaform and make it shows the sum total of t...

Re: @@SYS_NEXT_USER_TO_BE_ASSIGNED

 by TingTingXie ¦  Fri Sep 19, 2014 1:04 am ¦  Forum: Development Discussion (archived) ¦  Topic: @@SYS_NEXT_USER_TO_BE_ASSIGNED ¦  Replies: 7 ¦  Views: 7188

I tried the @@firstuser=@@USERLOGGED. Sometimes it works and sometimes not. Looking at the APP_DATA field in the APPLICATION table it appears that sometimes the assignment is to firstuser and sometimes to FIRSTUSER. Thus sometimes a step fails when it can't find the right variable. I can't find any...

Re: @@SYS_NEXT_USER_TO_BE_ASSIGNED

 by TingTingXie ¦  Fri Sep 19, 2014 1:02 am ¦  Forum: Development Discussion (archived) ¦  Topic: @@SYS_NEXT_USER_TO_BE_ASSIGNED ¦  Replies: 7 ¦  Views: 7188

Hi TingTingXie, Well there is a simple way to do this, use the following code which will helps you to capture the user who starts the case. Use the @@FirstUser variable in value based assignment rule and also add it as a hidden variable in your Dynaform, this beacuase it is necessary to store the v...

Re: PM 输出文件包括邮件提醒的问题

 by TingTingXie ¦  Fri Sep 19, 2014 12:54 am ¦  Forum: 中文 (Chinese) ¦  Topic: PM 输出文件包括邮件提醒的问题 ¦  Replies: 2 ¦  Views: 10409

Hello we have been looking for a solution to your problem and we think you need to download a font that we provide in our wiki site follow link below: http://wiki.processmaker.com/index.php/Adding_Fonts_for_the_UTF-8_International_Character_Set and follow the instrucctions given on that site, let u...

Re: @@SYS_NEXT_USER_TO_BE_ASSIGNED

 by TingTingXie ¦  Fri Sep 05, 2014 4:01 am ¦  Forum: Development Discussion (archived) ¦  Topic: @@SYS_NEXT_USER_TO_BE_ASSIGNED ¦  Replies: 7 ¦  Views: 7188

Hi, there? did you find your answer, cause i'm struggling at the same issue as you, and almost same code i used as you, not working now. If you found some solutions in the end, could you let me know please, i do really need it urgently! Thanks a lot! Just a quick glare of my issue: i need some code ...

PM 输出文件包括邮件提醒的问题

 by TingTingXie ¦  Sun Aug 31, 2014 10:13 pm ¦  Forum: 中文 (Chinese) ¦  Topic: PM 输出文件包括邮件提醒的问题 ¦  Replies: 2 ¦  Views: 10409

大家好, 我在设计一个进程的时候遇到了这样一个问题,不清楚什么原因,希望有相同经历或者是你懂如何解决的人给我指点迷津 我的进程里面所有的 1. 输出文件(pdf/doc)啥的,它的内容不能包含哪怕是一个非英文符号。只要里面有一个单词比如“哈”,那每次走到这里,这个输出文件都没办法流动,画面变白,我试过将所有内容写成英文,然后又没有错误了。 2. 同理对于邮件提醒的那块,假如邮件内容里面有一个中文字,邮件还是会照样发给我的下一个任务接收人,只是内容就变的有点缺胳膊少腿, 求教以上两个问题,因为情况紧急,我必须赶在本星期前解决这些问题,所以我的同时能试用,求教! 谢谢,不甚感激! 在线等撒! :P

As an NFT enthusiast looking to develop your own N[…]

Tapping into the rapidly growing NFT market: The N[…]

Your blog post is excellent. What you have shared […]

In today's digital age, the metaverse is emerging […]