Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/11/2014 in all areas

  1. Paul

    License Manager

    Just a note. The license manager has been released and is available as an addon within the client area for owned license holders for a one time cost of $100.
    2 points
  2. We are not against publishing sha256 hashes with releases. We'll consider making it part of our release process.
    2 points
  3. Here's a sneak peek at Wizard List.
    1 point
  4. I have assigned this to CORE-1362.
    1 point
  5. It would be great if file signatures could be posted somewhere so that we know we're getting the real thing. Nothing worse than leaks in a billing software. Preferred format would be SHA256.
    1 point
  6. Tyson

    Webhostingtalk

    Someone actually said this? I'm not sure there exists a system in the world where how the infrastructure is setup 'doesn't matter'.
    1 point
  7. I may have misunderstood. Only the Name of the custom field, itself, can be used as a language definition. The Option Name of drop-down values do not use language definitions. Is that what you were referring to? That might be a good feature request, though.
    1 point
  8. You can change the subjects of all email templates under Settings > Company > Emails. Also, I believe all tags that are available to the body of the message, are also available to the subject field.
    1 point
  9. Tyson

    Routes .htaccess

    Not sure exactly what you're trying to do, but I use # Only let the IP 123.123.123.123 view the site. Redirect everyone else to /my/page.php Options +FollowSymlinks RewriteEngine On RewriteCond %{REQUEST_URI} !/my/page.php$ RewriteCond %{REMOTE_HOST} !^123\.123\.123\.123 RewriteRule $ /my/page.php [R=302,L]
    1 point
  10. Good suggestion. I've assigned this to CORE-1360.
    1 point
  11. I'm not sure why the email is blank for you. Perhaps you added the {% debug %} statement into the wrong type (HTML/Text)? This appears to work fine for me, so to clarify: Navigate to [settings] -> [Company] -> [Emails] -> . Edit the "Invoice Delivery (Paid)" template Replace both the HTML and Text versions of the email with simply "{% debug %}" Navigate to a client that has paid invoices under [Clients] From the Invoices listing, click the "Closed" link to view only the closed invoices Check one of the checkboxes to the left of an invoice Make sure "Deliver via Email" is selected, along with your email address, and click to Submit Check your email. Sample output: [invoices] => Array ( [0] => stdClass Object ( [id] => 328 [id_format] => {num} [id_value] => 22 [client_id] => 1 [date_billed] => 2014-07-21 19:39:44 [date_due] => 2014-07-21 19:39:44 [date_closed] => 2014-07-21 19:39:46 [date_autodebit] => [status] => active [subtotal] => 1.3900 [total] => 1.4000 [paid] => 1.4000 [previous_due] => 2.8000 [currency] => USD [note_public] => [note_private] => [id_code] => PD-22 [delivery_date_sent] => 2014-07-21 19:39:51 [due] => 0 [line_items] => Array ( [0] => stdClass Object ( [id] => 542 [invoice_id] => 328 [service_id] => 222 [description] => Product 1 - Test (Apr 02, 2014 - Jul 02, 2014) [qty] => 1.0000 [amount] => 0.3900 [subtotal] => 0.39000000 [taxes] => Array ( [0] => stdClass Object ( [id] => 1 [company_id] => 1 [level] => 1 [name] => Sales [amount] => 1.0000 [type] => inclusive [country] => US [state] => [status] => active [cascade] => 0 [tax_total] => 0.01 ) ) [taxes_applied] => Array ( [0] => Array ( [id] => 1 [name] => Sales [percentage] => 1.0000 [amount] => 0 ) ) [tax_subtotal] => 0 [tax_total] => 0 [total] => 0.39 [total_w_tax] => 0.39 ) [1] => stdClass Object ( [id] => 543 [invoice_id] => 328 [service_id] => 222 [description] => Product 2 - Test (Apr 02, 2014 - Aug 02, 2014) [qty] => 1.0000 [amount] => 1.0000 [subtotal] => 1.00000000 [taxes] => Array ( [0] => stdClass Object ( [id] => 1 [company_id] => 1 [level] => 1 [name] => Sales [amount] => 1.0000 [type] => inclusive [country] => US [state] => [status] => active [cascade] => 0 ) ) [taxes_applied] => Array ( [0] => Array ( [id] => 1 [name] => Sales [percentage] => 1.0000 [amount] => 0.01 ) ) [tax_subtotal] => 0.01 [tax_total] => 0.01 [total] => 1.01 [total_w_tax] => 1.01 ) ) [delivery] => Array ( [0] => stdClass Object ( [id] => 321 [invoice_id] => 328 [method] => email [date_sent] => 2014-07-21 19:39:51 ) ) [meta] => Array ( ) [tax_subtotal] => 0.01 [tax_total] => 0.01 [taxes] => Array ( [0] => stdClass Object ( [id] => 1 [company_id] => 1 [level] => 1 [name] => Sales [amount] => 1.0000 [type] => inclusive [country] => US [state] => [status] => active [cascade] => 0 [tax_total] => 0.01 ) ) [billing] => stdClass Object ( [id] => 1 [client_id] => 1 [user_id] => [contact_type] => primary [contact_type_id] => [first_name] => First Name [last_name] => Last Name [title] => [company] => Company [email] => me@myemail.com [address1] => 123 Test St. [address2] => [city] => Testville [state] => AK [zip] => 38181 [country] => stdClass Object ( [alpha2] => US [alpha3] => USA [name] => United States [alt_name] => ) [date_added] => 2014-05-08 21:35:13 [contact_type_name] => [contact_type_is_lang] => ) [client] => stdClass Object ( [id] => 1 [id_format] => {num} [id_value] => 1500 [user_id] => 2 [client_group_id] => 1 [primary_account_id] => [primary_account_type] => [status] => active [id_code] => 1500 [contact_id] => 1 [first_name] => First Name [last_name] => Last Name [company] => Company [email] => me@myemail.com [address1] => 123 Test St. [address2] => [city] => Testville [state] => AK [zip] => 38181 [country] => US [group_name] => General [company_id] => 1 [username] => me@myemail.com [two_factor_mode] => none [two_factor_key] => [two_factor_pin] => [date_added] => 2014-05-08 21:35:13 [settings] => Array ( ... [client_set_lang] => true [client_view_dir] => bootstrap ... ) ) [payment_url] => mydomain.com/clients/client/pay/method/328/?sid=NdMxFyn8bABZeuJeKxEIvG%2FXAvTifTRRYLtbtheHExW4%3D [autodebit_date] => ) ) Sample usage in the email template: {% for invoice in invoices %} Invoice #: {invoice.id_code} Pay here: {invoice.payment_url}{% endfor %}
    1 point
  12. The issue may be with a bad language file. You should verify your translation, it may have syntax errors.
    1 point
  13. Payment accounts are for merchant gateways only. In the case of PayPal and other non-merchant gateways, there is nothing for Blesta to store. If you want to disable credit card, or ach options you can do so under Settings > Company > Billing/Payment > Accepted Payment Types. If you disable both credit card and ACH, then payment accounts will be disabled. If you only accept non-merchant gateways like PayPal, you may wish to do this.
    1 point
  14. PauloV

    Routes .htaccess

    yes there is Just create a file called .htaccess and put that file on the directory you whant to block with the text inside: Deny from all or you can create a .htaccess and put on your main Blesta folder with something like this RewriteEngine On # change client/login/ path for any outher path you want to blobk RewriteRule ^client/login/$ [F] Hope that helps
    1 point
  15. Dang your quick, I tried to delete it before anyone saw.
    1 point
  16. Centralizing human verification options to company settings has been assigned CORE-1134. Adding human verification to support tickets will depend on completion of this task.
    1 point
×
×
  • Create New...