Mehedi Hasan

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 214 total)
  • Author
    Posts
  • in reply to: Custom email class #72073
    Mehedi Hasan
    Member

    Hello Gordian,

    It’s really tough for us to help individuals with their customizations. However, how did you try it and what is the error? Please write here in details and I hope one will help you.

    Thanks

    Mehedi Hasan
    Member

    Hello,

    It doesn’t come with customizable email templates. It’s fixed and if you want to have a custom email template, you need to change it from the code which has been written in JavaScript.

    Thanks

    in reply to: Delete all data #72037
    Mehedi Hasan
    Member

    Hello,

    You can clean the database by simply installing this cleaner plugin: https://github.com/wp-erp/erp-cleaner

    1. Deactivate WPERP
    2. Install and activate the cleaner.
    3. Activate the WPERP

    You are done.

    in reply to: HR FRONT END #71453
    Mehedi Hasan
    Member

    Hello

    All the changes you need will require to customize from the codes. They are not changeable by default.

    Thanks

    in reply to: Deals don’t show correctly #71130
    Mehedi Hasan
    Member

    Hello Hakkan,

    It seems a conflict with any other plugin or theme. I’d suggest you to check it again by temporarily deactivating all the other plugins.

    Thanks

    in reply to: Attendance Check In #71089
    Mehedi Hasan
    Member

    Hello

    I’m afraid that this will not be that easier to have a contact form or a field along with the check-in/out. Check-in and out fires an action and I have doubt if there is any way to open a form along with it!

    Rather, you can have a contact form on your site. Ask your employee to submit the form immediately after check-in.

    Thanks

    in reply to: Addon API #71080
    Mehedi Hasan
    Member

    Hello

    Unfortunately, Attendance doesn’t have API at this moment. However, we have a plan to change the addons structure with the API in the near future- which will bring more freedom for the users.

    Thanks

    in reply to: woocommerce problem #71062
    Mehedi Hasan
    Member

    The user role can have the ‘Shop Manager’ but what do you like to have this user access for? In CRM or Accounting? You can set ERP permission to any user from their profile. Ref: https://prnt.sc/s3s28y

    Thanks

    in reply to: Auto clockin and clockout for attendance #71061
    Mehedi Hasan
    Member

    Hello,

    I’m afraid that it’s not possible to have auto-check in check-out feature based on the user login. There are several problems doing this, the main concern is the browser/login sessions. When someone logged in a WordPress site and do not have any activity for a certain time, it gets auto signed-out. So, it really has limitations to consider it now.

    Thanks

    in reply to: Custom Model. No pop up window. How to animate button #70612
    Mehedi Hasan
    Member

    Hello @Gordiann

    It’s really not possible to understand how you customized and what is happening in the customized situation. As you are a developer, I’d recommend you to debug the problem and work on the exact point based on the error. I believe you can do that 🙂

    Thanks

    in reply to: Allow notification in CRM Schedule not work #70605
    Mehedi Hasan
    Member

    Hello,

    Thanks for choosing WPERP 🙂

    I saw the screenshot but did not get what is the wrong happening. Would you please let me know what is the problem with schedule notification?

    Thanks

    in reply to: Woocommerce extension sync never completes #70379
    Mehedi Hasan
    Member

    Can you share the error in the console? If any.

    Otherwise, we need to debug the issue on your site. I’d suggest you open a support ticket directly. We’ll sort it out.

    Thanks

    in reply to: Syntax for updating data #70071
    Mehedi Hasan
    Member

    Hello Gordian,

    It’s really tough to say specifically without knowing the complete scenario you have but make sure you are adding your code on the fillable to update the Eloquent model. Something like:

    wp-content/plugins/wp-erp/modules/hrm/includes/models/employee.php:21
    protected $fillable = [
            'user_id',
            'employee_id',
            'designation',
            'department',
            'location',
            'hiring_source',
            'hiring_date',
            'termination_date',
            'date_of_birth',
            'reporting_to',
            'pay_rate',
            'pay_type',
            'type',
            'status',
            'delete_at'
        ];

    You can also post it to our GitHub so that other developers can have a look on it.

    Thanks

    in reply to: Where are the vendors stored in the DB #69941
    Mehedi Hasan
    Member

    Hello @SerialIterator

    Vendors’ data being stored in the erp_peoples table.

    Thanks

    Mehedi Hasan
    Member

    So far I get, if I consider a contact John, and if you send an email to him. And when he replies, you get the reply on his profile only if he replies from Gmail? It doesn’t record if the email address is not Gmail?

    That’s weird and should not happen anyway! Make sure the IMAP connection you used allows all the incoming emails and doesn’t have any filter. In WPERP, there is no filter based on the email service provider.

    Thanks

Viewing 15 posts - 46 through 60 (of 214 total)

Contact Us

Reach out to us for any inquiry

You must enter full name
You must enter email
You must enter message

We received your message

We will reach you with your email address soon. Thank you for the time!