Forum Replies Created
-
AuthorPosts
-
Shawon Chowdhury
ModeratorLook, if you want to import the same file more than one time, then there will be error for sure.
Please keep that in mind.
Could you share the file with us for test?Thanks!
Shawon Chowdhury
ModeratorSorry to hear that you are facing this.
This should not happen actually. Could you please contact our support
http://www.wperp.com/contact , so that we may have a closer look and fix it?Thanks 🙂
Shawon Chowdhury
Moderator@Tawanda Smith,
Your issue is already fixed.
Please follow the ticket that you’ve created.Thanks!
Shawon Chowdhury
Moderator@maxtrend,
You can use this filter to add additional states.add_filter( ‘erp_states’, function ( $states ) {
$states[‘FR’] = [
‘A’ => ‘Anything’, // Add the states here.
‘B’ => ‘Bestthing’,
‘ZH’ => ‘Zuid-Holland’,
];return $states;
} );Add this part to your theme’s function.php or use a child theme.
Thanks 🙂
Shawon Chowdhury
ModeratorAre you using the sample CSV file?
Please download the sample CSV file and edit that.Thanks 🙂
Shawon Chowdhury
ModeratorShawon Chowdhury
ModeratorThis is kind of unfortunate. Really sorry about that.
There might be some error logged on your browser’s console. Could you please check it and send me the displayed error?Thanks 🙂
Shawon Chowdhury
ModeratorSorry for this unexpected inconvenience.
You can create a support ticket and let us know the places where you are facing problems in more details.Thanks 🙂
Shawon Chowdhury
ModeratorThanks for the suggestion.
I have added your request to our log and will surely try to bring it in future if we get more requests.Regards 🙂
Shawon Chowdhury
ModeratorThanks for providing me the screenshot.
It seems we may need to have a closer look at your site. Please consider opening a support ticket to get this issue resolved from your customer email account here-
http://www.wperp.com/contactRegards 🙂
Shawon Chowdhury
ModeratorThanks for writing in details.
Seems we may need to have a closer look at your site. Please create a support ticket from your customer email account here-
http://www.wperp.com/contactRegards 🙂
Shawon Chowdhury
ModeratorShawon Chowdhury
ModeratorWP ERP is not integrated with GDPR right now. Sorry about that.
Thanks for understanding 🙂
April 15, 2018 at 12:57 pm in reply to: Sales Pie Chart issue & Opening Balance & Invoice Number ordering #15959Shawon Chowdhury
Moderator1. I will check this on my local side and update you.
2. Invoice serial no is actually generating serial wise (First one as 01, the second one as 02 and so on)
3. While adding opening balance you have to enter the same value in credit and debit (it’s a basic rule of accounting)
http://prntscr.com/j5g2l1Thanks 🙂
Shawon Chowdhury
ModeratorSorry to hear that you are facing this.
It seems your server’s PHP version is lower than 5.6. Could you please confirm the version and let me know?Thanks 🙂
-
AuthorPosts