Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/19/2015 in all areas

  1. Our module is indeed LGPL, as indicated in the module: So no, it wouldn't violate the terms if you borrow parts of it and put it in your own module. Again, I am not very comfortable with the module in this thread submitting end-users' passwords to a third party, and would not recommend our customers to use it. But no, it wouldn't violate our terms, if anybody combined the two.
    1 point
  2. Who said steal code? I said integrate. NOC-PS has an publicly published and advertised API provided for this exact reason -- integration of NOC-PS into other software/modules. The NOC-PS module isnt worth $.50 cents without having NOC-PS license and service. I don't think Max would mind if someone integrated NOC-PS into another module and by doing so, actually gave NOC-PS a much stronger business case for anyone who isnt a customer yet, to go over to Max and start paying him or those who are currently customers, a strong case for them to remain such. The NOC-PS module is integrating back into NOC-PS via the API exactly the same way.
    1 point
  3. after gateway installation , the gateway name has no relation with languages files . so edit delete has no impact of the displayed name . the only solution i see now is to hack gateway-manager.php model , to make it fetch the name from file and not from database . is not so hard , i will share my solution in the next minutes .
    1 point
  4. Michael

    Export Client Information

    Export go to: Billing > Reports > Customise: SELECT contacts.client_id, contacts.first_name, contacts.last_name, contacts.email, contacts.address1, contacts.city, contacts.zip, contacts.country, contact_numbers.number FROM contacts INNER JOIN contact_numbers ON contacts.client_id=contact_numbers.contact_id ORDER BY contacts.client_id; That should work for you. Don't believe Blesta stores credit in a table but uses the transactions and JQuery to show it. I could be wrong Tyson or Cody would be the best guys to help you.
    1 point
  5. serge

    Export Client Information

    If you go at your hosting control panel & edit the database using tool like phpmyadmin , you will be able to export a table (see table users or contacts) in csv
    1 point
  6. Paul

    Cron Job Error

    Please see http://www.blesta.com/forums/index.php?/topic/1954-cron-job/
    1 point
×
×
  • Create New...