processmaker

change date process maker to persian date ( jalali ) or add date picker jalali

情到浓时终转凉″ 提交于 2019-12-14 04:18:02
问题 I want to change dates shown everywhere in processmaker to another format(Persian calendar). I have my custom class to format dates. What is the best way to override the default function which returns the formatted date? I just found the CurDate method in the G class. Changed it's returned value but dates are still shown in gregorian format. Is there any other method for formatting dates? I prefer an OOP solution to override the default function instead of hacking the core, if possible.

change date process maker to persian date ( jalali ) or add date picker jalali

感情迁移 提交于 2019-12-06 10:06:45
I want to change dates shown everywhere in processmaker to another format(Persian calendar). I have my custom class to format dates. What is the best way to override the default function which returns the formatted date? I just found the CurDate method in the G class. Changed it's returned value but dates are still shown in gregorian format. Is there any other method for formatting dates? I prefer an OOP solution to override the default function instead of hacking the core, if possible. Thanks. http://processmakerplus.com/ For daynaform in PM2.x 1.Add jalali.js ( Download ) file to path \opt

MTA for windows to use for PHP Sendmail

送分小仙女□ 提交于 2019-12-02 08:33:30
问题 I was trying to setup Processmaker on my Win7 system. For sending Email I want to use PHP's Sendmail(). But for that I need to install some MTA on my machine and need to configure php.ini for it. Can someone please guide me on MTA thing. I am follwoing this link for email setup. (http://wiki.processmaker.com/index.php/2.0/Email_-_Settings) 回答1: Though I'd suggest using the phpmailer option (hm, a swiftmailer option would be even better imho) there's e.g. http://msmtp.sourceforge.net/ (or

MTA for windows to use for PHP Sendmail

喜夏-厌秋 提交于 2019-12-02 07:07:31
I was trying to setup Processmaker on my Win7 system. For sending Email I want to use PHP's Sendmail(). But for that I need to install some MTA on my machine and need to configure php.ini for it. Can someone please guide me on MTA thing. I am follwoing this link for email setup. ( http://wiki.processmaker.com/index.php/2.0/Email_-_Settings ) Though I'd suggest using the phpmailer option (hm, a swiftmailer option would be even better imho) there's e.g. http://msmtp.sourceforge.net/ (or simpler http://glob.com.au/sendmail/ ) It takes an email like a sendmail mail submission agent would but doesn