Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/14/2015 in all areas

  1. Paul

    Php Trim() On User Input.

    All my passwords are exactly 27 spaces followed by a tab.
    2 points
  2. Looks like you have way more </div>s than you have open. Use: <div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}login/"> <div class="well"> <i class="fa fa-user fa-4x"></i> <h4>My Account</h4> <p>Log in here to manage your account.</p> </div> </a> </div> <div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}plugin/support_manager/client_tickets/departments/"> <div class="well"> <i class="fa fa-ticket fa-4x"></i> <h4>Support</h4> <p>You can open a trouble ticket here.</p> </div> </a> </div> <div class="col-md-4 col-sm-6 portal-box"> <a href="{blesta_url}order/"> <div class="well"> <i class="fa fa-shopping-basket fa-4x"></i> <h4>Order</h4> <p>Visit the order form to purchase a license.</p> </div> </a> </div> <div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}plugin/download_manager/"> <div class="well"> <i class="fa fa-download fa-4x"></i> <h4>Download</h4> <p>Download files for your license here.</p> </div> </a> </div> <div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}plugin/announcements/client_main/"> <div class="well"> <i class="fa fa-info fa-4x"></i> <h4>Announcements</h4> <p>You can see all the latest news here.</p> </div> </a> </div> <div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}plugin/support_manager/knowledgebase/"> <div class="well"> <i class="fa fa-newspaper-o fa-4x"></i> <h4>Knowledgebase</h4> <p>Find answers independently.</p> </div> </a> </div> That's what I use for mine.
    1 point
  3. Paul

    Delete Invoice Feature

    Testing should occur in a non-production environment with a trial or dev license Manually manipulating imported data can be done directly in the database, if you know what you're doing. This doesn't exist in Blesta as a feature, because it's not a normal function of the application. Someone could certainly create a plugin to allow invoices to be wiped out, but many localities do not allow this kind of behavior, so Blesta doesn't support it.
    1 point
  4. Paul

    Recaptcha - I'm Not A Robot

    I have bumped this into our "Short Term" bucket.
    1 point
  5. Paul

    Pro Forma Invoices

    Does "Pro Forma" not indicate that it is not a VAT invoice? Can you reference the rule that says those words must be included as well as where it must be placed, if anywhere in particular? Will adding it to your terms resolve the issue? We are certainly open to adding this into the core, if it is clearly required by all EU businesses. Often these kinds of rules vary by region, so we need to be certain that it is required globally.
    1 point
  6. I don't see anything wrong with the markup you pasted in, if they have a col-md-4, it should be able to fit 3 of them across the page. There may be something else causing trouble. If you want to link to the page, we may be able to identify it. If you buy a license, it will not modify anything. You just update your license key under Settings > System > General > License Key. All settings and files will remain unchanged.
    1 point
  7. Please see CORE-1996 This is perhaps the most common migration action that needs to be performed. Rather than have a single, complex migration feature, I think this will solve this issue for most people.
    1 point
  8. Invoices for new services are created in the currency of the selected term/pricing. What you could do is allow EUR to be accepted on the order form so that they can select that currency, which would then perform the pricing conversion and allow them to checkout in EUR.
    1 point
  9. There is no setting to adjust the number of decimal places shown for taxes. We will be updating them to only show the most significant digits, so your example would appear is "19%" rather than "19,0000%" once CORE-1483 is complete.
    1 point
×
×
  • Create New...