@Mehedi –
It is unfortunate that you are not able to create automatic invoices set by date time frames. Having to do this manually for 100’s of clients would be a nightmare. Definitely need to have some sort of scheduling of invoices.
Right, B2B is what we are and what the original question was about. In our current platform, there is a Primary Contact (Owner) and then you can assign other contacts (whether it is an office manager or 3rd party marketing personnel) with Support or Billing Roles and customize access to certain features within the client dashboard. With your platform, there is not a place for them to log into to view or do certain account actions like paying an invoice or submit a ticket? Little confused about your answer.
The User Roles you have listed all look like internal Roles? Please clarify.
Thanks
Hello Sierra,
Thanks for the query.
1. Answer: I understand. You want it in a single process but no, it’s not possible. You need to create an invoice first before receiving/recording a payment. Two need to be added separately.
2. Answer: No, it should come. Just make sure you have added that vendor for this product that you want to purchase. Like; if Product-A is made for the vendor-X, So, when you create a purchase, if you select vendor-x, then only you’ll find the product-A. If you select vendor-Y, you’ll not get Product-A, because it’s a product of vendor-X.
3. Answer: Did not get this well. Adding Employee in HR adds them in the Accounting users as well. No need to add them again.
4. Answer: We’ll have a frontend soon. So, you’ll be able to use the whole accounting system from a separate and beautiful screen.
Thanks
Hi
Thanks for this open source product. I have the following questions.
1. Currently, the purchase process appears to take two steps: (a) Place an order; and (b) make a payment. How do I make a Cash Purchase where the payment is immediate?
2. The products that I entered (under different Product Categories) are not appearing in the New Transaction | Create Purchase dialogue box. Do I have to activate these products through some other step?
3. I have added Employees (in the HR module) and added the same people in Accounts as Users. How do I set up a data entry screen for these Users so that they can start entering their transaction data? Can transactions be entered through a mobile phone?
4. Finally, do I have to enter transactions through the WordPress admin screen only, or is there some other way to enter transaction data?
Thanks in advance for any help.
With kind regards,
s1b
I have now twice entered a Ticket, the 2nd time I made a screenshot of it saying “Thanks for contacting us…”. But when I look at my Support tab, it just says “No support conversation found !”
Also, the 1st submission was about a week ago, but we never got any answer till now.
Please check waht’s happening and correct the ticket system!
Tim Reeves (tech support for Michael Räumelt)
Hello
We have implemented form validation which doesn’t allow special character on the name for now. However, we have managed to sort it out and the problem will be solved in our next version 1.6.9. (1.6.8 will be released today/tomorrow but the fixes will come next of it)
Thanks
I added the following to my wp-config.php file, but there is still no debug.log file produced:
// DEBUG SETTINGS – REMOVE FOR PRODUCTION
// Enable WP_DEBUG mode
define( ‘WP_DEBUG’, true );
// Enable Debug logging to the /wp-content/debug.log file
define( ‘WP_DEBUG_LOG’, true );
// Disable display of errors and warnings
define( ‘WP_DEBUG_DISPLAY’, false );
@ini_set( ‘display_errors’, 0 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( ‘SCRIPT_DEBUG’, true );
// END DEBUG
I believe we’re dealing with a PHP version issue for these problems. For example, when clicking on WP_ERP | Settings, the following results:
PHP Deprecated: Unparenthesized a ? b : c ? d : e
is deprecated. Use either (a ? b : c) ? d : e
or a ? b : (c ? d : e)
in C:\Users\JohnC3\Documents\JC3\My Documents\CautioTest\wordpress\wp-content\plugins\erp\modules\accounting\includes\classes\class-settings.php on line 142
There are also some bugs or feature questions I have:
1) Users with only “CRM Agent” selected in their user profile cannot see any contacts in the CRM module. Perhaps the proper operation is for the contacts to be seen, but the cannot edited or deleted.
2) New user profiles are created with “PM Manager” selected under WP Project Manager. The “PM Admin” and “No capability for this user” are available on the pull-down, but selecting “No capability for this user” and clicking “Update User” results in “PM Manager” being set again.
I didn’t see any .log files anywhere under the wordpress directory. If you could supply an exact path and filename, I’d be happy to provide anything needed.
To be specific about my PHP version, it is 7.4.12
Since this is an air gapped computer, I can’t put it on the Internet for you to access. All the modules work OK (CRM, HR, Accounting). It is only when you click on the Dashboard that the error occurs
Just FYI – I just installed with the latest WordPress, latest PHP, latest MySQL. When I click on Dashboard, I get:
PHP Warning: First parameter must either be an object or the name of an existing class in C:\Users\JohnC3\Documents\JC3\My Documents\CautioTest\wordpress\wp-content\plugins\erp\includes\admin\views\erp-overview.php on line 19
I’m running IIS under Windows 10, and am using the software for a private, air-gapped ERP system.
Hi
I am thinking about using WP ERP for my next project, but was wondering if I could use it in the following manner:
We will have one main domain and subdomain. This is what I want to achieve:
Main Domain:
1) This will host WooCommerce and be the frontend for the customers buying products
Sub Domain :
1) Install WP ERP on this (for load balancing reasons)
Now will I be able to connect WP – ERP to the main domain to receive the WooCommerce data, will they be able to sync? If so, how is this done?
many thanks
Hello,
1. You can not customize the already have fields but you can add more fields with the custom field builder: https://wperp.com/downloads/custom-field-builder/
2. Email field is required by database. No way to make it optional.
Thanks
Hello, I used to work with the plugin HRM + WP Project Manager, it was really useful actually.
But the WP Project Manager only worked from the version 1.6.9 or below, since then they removed the folder “Integration” and you can’t see the tab “Tasks” on each profile inside the HR Module anymore.
In none of the changelogs it was announced that this was gonna be removed.
I tried in local installs with several combinations and I can tell you that the main plugin WP ERP in the last version works with no problem with the WP Project Manager v1.6.9, but as soon as i update the Project Manager, this tab in each profile disappears.
Is there a way to bring that back ?, even if i’ve to add it manually
Hello again second time 🙂
I tried installing an old version 1.5.15, it works but database seems to be missing all tables from wp erp plugin, I noticed that the tables’ names are wp_erp_something (ex. wp_erp_hr_employees) but my db doesn’t contain any table that matches that even after installing and activating the plugin.
the plugin doesn’t work with full features, HR and Accounting modules’ pages give similar error:
HR Management
Fatal error: Uncaught Exception: Table ‘wperp.wp_erp_hr_employees’ doesn’t exist in C:\xampp\htdocs\wordpress\wp-content\plugins\erp\vendor\tareq1988\wp-eloquent\src\Eloquent\Database.php:150 Stack trace: #0 C:\xampp\htdocs\wordpress\wp-content\plugins\erp\vendor\illuminate\database\Query\Builder.php(1705): WeDevs\ORM\Eloquent\Database->select(‘select count(*)…’, Array, true) #1 C:\xampp\htdocs\wordpress\wp-content\plugins\erp\vendor\illuminate\database\Query\Builder.php(1690): Illuminate\Database\Query\Builder->runSelect() #2 C:\xampp\htdocs\wordpress\wp-content\plugins\erp\vendor\illuminate\database\Query\Builder.php(2025): Illuminate\Database\Query\Builder->get(Array) #3 C:\xampp\htdocs\wordpress\wp-content\plugins\erp\vendor\illuminate\database\Query\Builder.php(1953): Illuminate\Database\Query\Builder->aggregate(‘count’, Array) #4 C:\xampp\htdocs\wordpress\wp-content\plugins\erp\vendor\illuminate\database\Eloquent\Builder.php(1251): Illuminate\Database\Query\Builder->count() #5 C:\xampp\htdocs\wordpress\wp-content\ in C:\xampp\htdocs\wordpress\wp-content\plugins\erp\vendor\tareq1988\wp-eloquent\src\Eloquent\Database.php on line 150
There has been a critical error on your website. Please check your site admin email inbox for instructions.
but other pages open up just fine.
Thanks for your help
Hello again,
I have just updated the plugin to 1.6.4, last version was 1.6.3.
I was hoping this issue was fixed but now another one came up and I still don’t know whether this one was resolved or not.
Anyway, the issue now is with another table “hr_dept”, same mistake which is that the table is missing. Can you please help us with this?
I have but no response, nothing in support conversation, no confirmation email. Is this the extent of support I can expect to receive as a business owner who invested into their software at this level. Does it really take 24hrs to have a response to support inquiries? Most of these were not really ready for release in the first place and have not really been thought through as we see it since March 2020?
DOWNLOAD NAME FILES
Workflow – Single Site
erp-workflow-v1.2.2
Recruitment – Single Site
erp-recruitment-v1.3.0
Custom Field Builder – Single Site
erp-field-builder-v1.3.2
Document Manager – Single Site
erp-document-v1.3.2
Training – Single Site
erp-hr-training-v1.1.2
Awesome Support Sync – Single Site
erp-awesome-support-v1.0.0
Email Campaign – Single Site
erp-email-campaign-v1.1.0
Payment Gateway – Single Site
erp-payment-gateway-v1.1.0
Payroll – Single Site
erp-payroll-v1.4.0
WP ERP HR Frontend – Single Site
erp-hr-frontend-v2.1.2
Hubspot Contacts Sync – Single Site
erp-hubspot-v1.1.0
Asset Manager – Single Site
erp-asset-management-v1.1.2
Mailchimp Contacts Sync – Single Site
erp-mailchimp-v1.1.0
SMS Notification – Single Site
erp-sms-notification-v1.1.1
Attendance – Single Site
erp-attendance-v2.0.3
WooCommerce Integration – Single Site
erp-woocommerce-v1.3.1
Gravity Forms Sync – Single Site
erp-gravityforms-v1.1.0
Reimbursement – Single Site
erp-reimbursement-v1.2.2
HI there,
I am getting the exact same issue as Ghaith. Is it a PHP version issue. I installed the plugin on a different site as a test running PHP v7.4.9 and works fine, but when I installed it on another site running PHP version 7.1.33 I get the exact same error above.
I have uninstalled – re-installed and deactivated as suggestions above, with no luck!
Do you have any feed back or a solution to this issue??
Thank you in advance