-
Posts
1,387 -
Joined
-
Last visited
-
Days Won
42
Everything posted by PauloV
-
It seams that you dont have uploaded all files. Can you PM an ftp or sftp acess to your blesta folder to see it and fix it?
- 223 replies
-
- live chat
- online chat
-
(and 3 more)
Tagged with:
-
Yes, I have recived 3 invoices in total for the same service. To replicate: Let a service create a normal renew invoice, then manage the service and change the next renew date to one day after, let the cron run again after one day.
-
Im leting the cron run tomorow just to see if there is no "bug" But for now, for exemple: I Have to bill "1 Month" on day 14/07/2014 The cron runs and it invoices correctly, but the client have not payed yet Now Im going to "Manage" the service and acidently click on "Action", "Change Renew Date" and I select one day after. Blesta should check if there is alredy an Open Invoice betwin the term selected, in this case "1 Month" and if alredy is a Open Invoice, blesta should not create anouther invoice because is alredy one open betwin that date/time space (1 Month) For exemple: // if current service renew date, greater than ( service last open invoice date minus service term selected) If ($service_renew_date > ($service_last_open_invoce_date - $service_term_selected)) { //then, create a new invoice }else{ //do nothing } My opinion is that blesta should not creat a new invoice if it is in betwin the term selected. I hope my "confusing" solution can be understand by Tyson/Cody/Paul Regards, PV
-
No. it happens in both ways, (<older than< current renew date >greater than>) now Im testing a new teory, I have "change" the renew date for the same current date (I have only click save) Now tomorow I will see if it creats a new invoice for the same service only clickin on Save wen selecting "Change Renew Date".
-
It seams that way Can anybody else make some tests, on a service that alredy has send an renew invoice, then change the Renew Date for a day later and try to see if it creates a duplicate invoice?
-
[Blesta 3.2-3.5.1] How To Make Static Pages By Modifying Portal Plugin
PauloV replied to Rodrigo's topic in Contribute
Cool -
[Blesta 3.2.1] Order Pages Spanish Language Pack [100%]
PauloV replied to Rodrigo's topic in Contribute
Thanks One more language eheh -
I Have responded on your PM that you have send to me Please make sure that by FTP you have all files in /your blesta instalatuin/plugins/live_chat/vendors/blc/index.php and also if you have 11 folders in that directory. Regards, PV
- 223 replies
-
- live chat
- online chat
-
(and 3 more)
Tagged with:
-
I also like Germany, and they win the world cup Well more 4 years to wait to the next world cup eheh I Wonder where Blesta will be in 4 years
-
Coupon Discounts Applied To Configurable Options
PauloV replied to fizzyjoe908's topic in Feature Requests
+1 -
I dont recognize Brasil Today lost 0-3 against Holand And the outher game 1-7 against Germany I hope Germany wins tomorow against Argentina
-
I agree with Cody, I like Blesta to use universal buttons on all, its more clean, professional and clients can understand it more clearly than grafical buttons. I hate PayPal buttons, I never liked, even the new ones are very ugly
-
Clean Payment Buttons For Paypal, Paypal Subscriptions, Etc.
PauloV replied to hophead's topic in Feature Requests
I agree with Cody, I like Blesta to use universal buttons on all, its more clean, professional and clients can understand it more clearly than grafical buttons. I hate PayPal buttons, I never liked, even the new ones are very ugly -
I agree with Paul and LicenseCart, SFTP is better, trustme For exemple, by FTP on "Man-in-the-Midle" we can catch the packages sended by FTP, and hack your data, but by SFTP is almost virtually impossible On SFTP insted using the 21 port, just use your SSH port, its the only thing that change wen connecting If you use windows, just download WINSCP (http://winscp.net/) and test your self connecting tru SFTP
-
OK, I managed to replicate duplicates/triplicate invoices. I only have changed the "Renew Date". After 3 changes just for testing on day 10 it has send 2 new invoices on day 10 and today, day 12 has sended one more for the same service. Blesta has to had some sort of check for what is causing the duplication every time we change the "Change Renew Date", if we change tree, four ou five times, it seems blesta will send several invoices for the same service. After Blesta fix/detect this, maybe add this also: On "Managing" a service, wen we select in "Actions on" "Change Renew Date", dont let it change if the date is =< (equal or less then the default term selected on that package). Please can anybody test this? change the "Renew Date" several times, saving it, and then let it run for a couple of days and check it it it duplicates/triplicates the invoices fro the same service. Regards, PV
-
No, I have done several tests and cannot replicate, but the strange thing is that LicenseCart and Kikloo said that they have, LicenseCart even says that happen a few times, I assume more than once or twice @LicenseCart: Can you trie to sse what have happen in your case? did you change the date or deleted the cron logs? @Kikloo: Did you deleted the cron logs? @Tyson: How the hell can I delete the cron logs in Blesta admin (without going to phpMyAdmin)? One more thing, can it be the case that if we set the: Settings->Company->Automatation->Create Invoice and on Settings->Company->Automatation->Clean up Logs the same time and can sometime cause the problem depending on how much time the "Create Invoice" and the "Clean up Logs" takes to finish?
-
We have to trace where is the bug, very, very strange. This cannot happen For exemple if you have Auto Debit or Credit and Blesta will run on cron the "Apply Payments to Open Invoices", it will debit twice, that is critical if it is a confirmed bug. Can you please see on: Tools->Logs->Cron (click on the date and time in "Deliver Invoices" that you setup to create) and post it here the entries. Only two situations that I know can reproduce something like this: a.) Duplicated service in database, but on Blesta Admin only shows one. (I will test in a few minuts if it can happen) (tested and it dosent duplicate invoice, even if we manually add on php,yadmin) b.) "Date Renews" was changed in that service after the first invoice was alredy sended (tested and it dosent creat a new invoice even if you change the date renews for exemple to create a new invoice) Outher situations, that I think can cause but probably Blesta devs have thinked on that is php date() function. If server time change, but this I think is not the case (its not possible because the text in b.) we have done also dosent send anouther invoice) The importing thing is, we have to detect I will trie to reproduce the problem.
-
Blesta Admin Loading, Updated, see first post, just download and replace your files Now it detects all .ajax on Click events to work also on current page for exemple in Tabs loading ajax data, and not only loading new pages Regards, PV
-
You have to use .htaccess to rewrite the url and redirect to that folder. Here is a good article to help you had a rule here: http://www.addedbytes.com/articles/for-beginners/url-rewriting-for-beginners/ If you wat a live chat help, why not use the one we have made that is integrated in blesta? here: http://www.blesta.com/forums/index.php?/topic/1928-blesta-live-chat-rc-104-2%C2%BArc/ Regards, PV
-
Service Should Renew When Paid, Not When Invoiced
PauloV replied to PhatPixel's topic in Feature Requests
Lucky Man We are only trying to help everyone, this as to make sense to everyone and not only the rest 99% For me that Im part of the 1% dosent make sense, and wen in production, if Blesta dosent change we will change ourselfs because dosent make any sense for us Admins and for our Clients Exemple: -
Lol it must be fastast video I ever see Thanks Blesta for your hard work in making pro forma invoices Joking a litle: And thanks for the long hours on editing the video to make it very "complicated" to understand how to enable Pro-Forma eheh