Jump to content

Jason Ryan

Members
  • Posts

    147
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Jason Ryan

  1. Thanks for the clarification Mike, much appreciated.
  2. Hello - Ok, so I have had a run at this app for 30 days and I am pretty well hooked and I am going to buy the Lifetime Unbranded version, however I have questions about the add-ons in the cart during checkout: http://screencast.com/t/3XfSGYkik What is the "Addon Company" for? (Probably don't need this personally, just a single company) What about the "License Manager" Add-on? What it is this for specifically? Thanks in advance!
  3. Hey Guys - Back again to hash another old topic Ok, so I have a client-facing order form where someone can purchase 1 of 3 packages, and each package has a monthly price and is reoccurring for 12 month terms. However, according to what you guys have said, once the client selects one of the packages from the order form, pays for said package, I then have to manually set it up for "reoccurring billing" by creating a new invoice and appending a service to that invoice for that specific client? So the reoccurring is not triggered automatically, it has to be set manually? Or maybe I am just confused like jjsararas... lol.
  4. Thank you Paul for the response. Given my example above is there a workaround that you could suggest or I guess I could figure out how to build a custom report...
  5. @blazedd - You rock man! Definitely a valuable upgrade and works well! Having to manually verify accounts via the Stripe dashboard is rather drab but it will due for now. I just hope I don't get a lot of requests for ACH accounts Thanks for putting this together!
  6. Thanks Mike - With the what I am using Blesta for, being able to assign a client to multiple groups simultaneously would be beneficial. Guess I will wait for Paul to hop in here. Thanks again!
  7. Hey guys - I am using the Stripe Merchant Gateway and I have both Credit Card & ACH enabled (Stripe does support ACH btw), however I am logged in as a client and I have entered in the test numbers provided by Stripe and successfully created the Payement Account but it is not showing as an option in the dropdown menu after its been set up? Screenshot - https://i.imgur.com/WQ5aL2U.png Am I missing something? Thanks.
  8. Oh ok, is this something you think may change moving forward in a future version? As I mentioned, pulling reports on clients and analyzing data with the different services offered definitely would be useful.
  9. So just to clarify, a single client can in fact be assigned to multiple groups then? Thanks for your help again!
  10. Hey Guys - Just digging up old questions everywhere I have two about Client Groups that I can't seem to find in the documentation anywhere: 1. How can I move an existing client to another Client Group instead of the default "General"? 2. Can a client exist in to different Groups? Example Scenario: Client X Signs on for two different Packages: - Monthly Marketing Services - Monthly Website Maintenance Both services are invoiced differently, is there a way to assign a single user to two Groups? (Marketing Group / Maintenance Group) This way if I wanted to pull a report on marketing clients, Client X would show as part of that data. Same for pulling a report on the maintenance group, they would show in that report too. Thanks.
  11. Hello - Hate to rehash this topic but I am looking for the same functionality because I am looking to theme my client dashboard similar to this: http://coderthemes.com/ubold_1.6/dark_1/index.html How hard is it to change the nav model to have plugin primary nav items to include icons, rather then the secondary? Again, as much as I hate messing around with core files I see no other choice.
  12. Ok, got it sorted out I think. I regenerated a new Cron Key and ran the URL version in the browser and Cron ran successfully. Then deleted the old Cron Job over at EasyCron and entered the new one with the updated key and it seems to be running fine now. Now I am thinking it was a Cache issue. I'll keep my eye on it and report back if anything changes. Thanks again for the help! Much appreciated.
  13. What is weird is that I have another app running in a sub-directory of the root that has two of its own Cron's running flawlessly with EasyCron. Not so sure it is a hosting/server issue.
  14. Ok, a full 24 hours has gone by and the Dashboard is yelling at me again that Cron hasn't been run. Dashboard: https://i.imgur.com/iArL2qj.png EasyCron: https://i.imgur.com/2QiahQB.png As this point I have no idea. There are no errors showing anywhere within the app, everything else is working as normal.
  15. Also, I checked under Settings -> Company -> Automation and all of the tasks there have the same time stamp as mentioned in my previous comment, no errors.
  16. Paul - I ran it manually this morning after setting it up through EasyCron and it is showing that is when it was last run under Settings -> System -> Automation The cron last ran on Jun 22, 2016 9:39:59 AM. Prior to that the message on the dashboard was saying that it hadn't run in the last 24 hours, this was showing even after I set up EasyCron and it had ran several times, it just wasn't reflecting within the dashboard, and still doesn't. I am not receiving any errors and I am still in the process of setting up everything so there are not any real tasks running as of yet. (I think)
  17. Forgot to click the "Follow Topic" button.... Anyway, decided to sign up for EasyCron instead, have it set up using the URL method @Nelsa mentioned above, however my Dashboard is still telling me that it isn't running? Bug? Cache? GET https://support.mydomainname.com/cron/?cron_key=PUT_HERE_CRON_KEY Just checked, it is running every 5 minutes like it is supposed to so why is my dashboard still yelling at me? Thanks.
  18. Thanks @Paul for your response, as a front-end developer I tend to tinker with everything I can just for the sake of doing it (I get really bored sometimes). The reason I wanted to mess with Admin is because some of the fields are tied in with things that have no relation. i.e. The "Header Top" background color of the admin UI dictates the page background of the login screen (thought that was kind of odd). This is where I'd like to separate things out a little more to have more control over the different areas of the app. I may just use your suggestion and copy the "Default" and mess around with it a bit. Also, the fact that the Admin is not responsive it kinda killing me (not a deal breaker). I know I can still access the app via my phone, but it not being responsive will make it incredibly difficult as I often check on things remotely for my business and may not have access to WiFi. Thanks again though for the suggestions, it is much appreciated.
  19. Hello - I am having a little bit of an issue properly configuring Cron to run via Control Panel. If I run it manually from the dashboard it is able to run fine, however after working with Support from my Hosting provider, we tried setting it up last night and it never ran today. This is the requirements via CP: - In case you use a PHP cron script, please set its first line to: #!/usr/local/bin/php.cli - You must set read and execute permissions (like 775) to your script, to be able to run it. - The script must be saved with Unix-style end-of-lines. - Any script output will be sent to the specified e-mail address, if the option is enabled. No e-mail is sent when you run the script manually. - A script can be added only once. - A single crontab job can be run maximum four times per hour. They only allow it to run every 15 minutes, and rightfully so since I am on a Shared Hosting plan, but following their instructions since this seems to be a little bit of a different setup from any documentation I could find, I am a little perplexed to say the least. I had added the "#!/usr/local/bin/php.cli" to Line 1 of the index.php file inside the root Blesta directory, changed its permissions to 775. Then from the Crontab I have it pointing to this file and set it to run every 15 minutes but to no avail. What am I missing here? Thanks.
  20. To be honest, I have worked on other proprietary apps before built on CakePHP with Bootstrap/Foundation and this app is far simpler then anything I have worked with, I could probably throw this up on a repo and have it completely reworked in 2 weeks time. But that wouldn't do me any good as the admin isn't set up like the client side where you can choose another "template". Is this something that is coming down the pike? If I had the capability to just "drop in" a new theme and select it from the admin UI this would open up some major doors. At least for now I can work with re-theming the client UI and get that out of the way. The admin side of things would take a little bit of thought as to how to drop in a theme over top of the existing and not have it overwritten by updates. Again, much appreciated for the insight!
  21. Thanks guys, being able to modify the client theme and not having it overwritten when updates are pushed out is optimal and look forward to digging into this. @Paul, I am assuming your "tip" is similar to LicenseCart's link mentioned previously? Blesta Integration 3.3.x (Advanced) Make your own client theme. With the exception of cloning the bootstrap directory and modifying the structure.pdt file in the clone directory instead, just so I am clear. Also, is there a way to do this with the admin theme similarly to the client theme? Thanks for the help! Much appreciated.
  22. Hello - I am new to Blesta as it was recommended by a friend of mine. I currently have a trial version running and so far I like all of the functionality that it provides and will most likely buy a paid version. However, being a n00b to Blesta, what is everyone's recommendations for theming the Admin and Client areas? I have extensive HTML, CSS, and SASS knowledge, and a little php and JS knowledge as well. Where is the best place to buy a theme and then customize it? I am strictly using this for client management and ticketing and is hosted on a sub-domain off of my main website. So I am looking to brand it similarly using a theme that closely resembles it and just make the necessary mods to it. Any insight would be greatly appreciated! Thanks.
×
×
  • Create New...