Forum Replies Created
-
AuthorPosts
-
JayParticipant
Hello @Abdul
You can pass the meta_key through [meta_query]. I’d recommend you to follow the codes on the file
..../wp-erp/includes/functions-people.php
line number: 84.Following codes:
if ( $meta_query ) { $sql['join'][] = "LEFT JOIN $pepmeta_tb as people_meta on people.id = people_meta.<code>erp_people_id</code>"; $meta_key = isset( $meta_query['meta_key'] ) ? $meta_query['meta_key'] : ''; $meta_value = isset( $meta_query['meta_value'] ) ? $meta_query['meta_value'] : ''; $compare = isset( $meta_query['compare'] ) ? $meta_query['compare'] : '='; $sql['where'][] = "AND people_meta.meta_key='$meta_key' and people_meta.meta_value='$meta_value'"; }
Thanks
JayParticipantHello @catcher,
WPERP does not have integration with any Live Chat plugin/solution at this moment. So, I’m unable to say which plugin might help you. Let’s see if anyone else here have idea/experience on this.
Thanks
JayParticipantHello @Pedro,
Yes, itβs possible to edit or delete them. Just click on the description to get the delete/edit option. Reference screenshot-> http://prntscr.com/nz4nke
Thanks
JayParticipantHello,
It seems there is a conflicting issue causing the problem. Before going further, please check the conflict first. You can follow the guideline here-> https://thebengalboy.com/best-practice-find-wordpress-theme-plugin-conflicts/
If the issue persists even after disabling all the plugins and switching the theme, then get in touch with our support center. Our support team will assist you further to get rid of it.
Thanks
JayParticipantHello @paul
What is your CRM role? Please note, CRM agents can see the contacts only they own. And Managers can see all.
Note: Make sure you do not have both at a time. Be a manager or an agent either.
Thanks
JayParticipantHello @Haren
I’m sorry but no, it’s not possible to have figures or tables on the notes by default at this moment. However, I’m taking a note upon your request. We may consider adding this in the future if we get a similar request a few more.
Thanks
JayParticipantHello @nedjamez,
We have a plan to bring the multi-currency feature in the future once we are done developing the new accounting module. We are working to build the Accounting module in an advanced way.
Thanks
JayParticipantHello @tangostorm
It’s the normal behavior not to take the price from the inventory. I’m sorry but no, it’s not possible to change it by default without customization. Same for the invoice.
However, I’m taking your requests on our feature request note. We may consider adding this in the future if we get similar requests few more.
Thanks,
JayParticipantHello @mikesta
The whole left menu bar or it’s some of the specific menus? WPERP has a manu hiding feature under the Tools->General settings. Please make sure you have unchecked all the menus here.
Thanks
JayParticipantHello @Amaury
I guess you meant for the VAT number, right?
We are not going to include the VAT number with the core at this moment as it’s doesn’t use widely in each country. So, going with a custom field builder is the better way rather than customizing it. Having custom codes will be removed if we release an update.
Thanks
JayParticipantHello @mattimpress-org
Thanks for letting us know your findings. We really appreciate that π
However, for the annual salary, we have confusion here. Let me say in details, Suppose, we have an Employee who gets paid 30,000$ in a year. But, we’d like to pay him bi-weekly or weekly. Fine.
But, a calendar year doesn’t complete weeks each time. So, what will happen in those cases? Suppose the year got ended in between the week? Like, 2 days of the week are in the current year and the rest is on the next year? What will be the payment then?
Same for the leap years. If a year gets an extra day, what will be the payment?
Surely we can have an option for annual but I’m confused on how to manage the annual salary paying in bi-weekly or hence. I’d love to hear your thoughts in that case.
Yes, we have the plan to bring the multicurrency in the near future. You’d be glad to hear that, we are working to develop our accounting module in an advanced way than the current one π
Yes, there should have validation. We’ll have a look at this.
Thanks
JayParticipantHello @crosse712
It should have from the year 1919 as you can see on the screenshot-> http://prntscr.com/nntwqi
Please scrool up to see the rest of the year.
Thanks
JayParticipantHello @Matt
Thanks for joining our discussion forum π
However, as I replied on the GitHub repositiry, Bringing all the HR extension features in HR Frontend is already on our working list. We have already started working with API for it π
We hope to bring all the HR related extensions to frontend soon.
Regards,
JayParticipantHello @JosΓ©
Surely we’ll guide you but I’m not sure what your query is about to. Would you please be more specific?
Thanks
JayParticipantHello @Chris,
βA WordPress user doesn’t have the address fields by default. It comes only when you have the WooCommerce. However, yes, WPERP doesn’t push the user WooCommerce address as that can not be the same.
β
βNo, we do not have any plan for chatting over ERP system yet.Thanks
-
AuthorPosts