Jump to content

LukesUbuntu

Members
  • Posts

    27
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    LukesUbuntu reacted to flangefrog in Apply Payments Calculator   
    Made this into a vQmod - See above.
  2. Like
    LukesUbuntu reacted to Paul in How To Apply Credit To Invoices Manually ?   
    We hope to have 3.3 out soon. What I suggest doing is voiding the transaction (In Blesta only, do not check the use gateway checkbox if payment was made through a gateway) and then re-recording it. If you go to "Record Payment" under Actions, you can add the payment back in manually and apply exactly how much of that payment to which invoices you want. Just enter the same transaction amount, and transaction number
  3. Like
    LukesUbuntu reacted to Paul in How To Apply Credit To Invoices Manually ?   
    Yep, there is a setting to automatically apply loose credits to unpaid invoices. It works by applying credits first to the oldest invoices. It can be disabled, but as of 3.2, there is no way to manually apply credits. In 3.3, clients can use credits to pay for services manually.
  4. Like
    LukesUbuntu reacted to Blesta Addons in [Rewrite] Proxmox Modules   
    Hello All .
     
    we want to make a improvement  of the actual proxmox module , we will try to add the falowwing
     
    and we need to see :
    - better implementation of re-isntall vm , as the current now freeze sometimes .
    - auto fetch the iso(for kvm) and template (for openvz)
    - allow change root password for vm (admins/staff) without using the console . (for openvz)
    - remove default tempalte from server creation , and make it under package .
    - add swap limit in package (for openvz)
    - add CPU limit in package (for openvz)
    - add QOUTA UGID limit in package (for openvz)
    - add Qouta Grace period in package (for openvz)
    - add start at boot (true/false) in package (for openvz)
    - auto start vm at the end fo creation/activation service.
    - option to choose template in add service for admin section .
    - Assign new containers to specific IP's

    in service info section
    - add option to edit user for that server in proxmox node (locally/proxmox node) .
    - add option to edit the vmid (locally) .
    - add more stats (uptime/cpu usage/prossess count/load average)
    - add option/tab allow admins/staff add more ip for vm .
    - add option to edit UBC for VM (for openvz) (admin tab)


    BIG BUG :
    - if more than one server added , the package just fetch the nodes in first server . even if we change the server in the list .
    - disable the console at the moment as it show a root paswword encreypted , and choose another console soft (normally it should use login/password for the vm not the root server .
     
     
     
    If you have any suggestion we can discuss it .
  5. Like
    LukesUbuntu reacted to Tyson in Pay Invoice With Credit?   
    Credits are automatically applied to open invoices, starting with the oldest, until all credits, or no invoices, remain; per currency. By default, the cron does this every 5 minutes, and the interval can be changed under [settings] -> [Automation], "Apply Payments to Open Invoices".
  6. Like
    LukesUbuntu reacted to Tyson in How To Check If Client Has Subscription/package On Ordering   
    There isn't a way in Blesta to limit a customer to ordering a product only once. After all, they could go to the order form without being logged in, select the product they want, then login afterward. If such a 1-time limit was set, Blesta would have to then remove the product upon login, and display an error message regarding this removal.
  7. Like
    LukesUbuntu reacted to Cody in Release 3.0.7   
    Version 3.0.7 is now available. You can download it in the Client Area.

    This is a patch release that corrects issues with 3.0.0.

    Patching Blesta

    See Patching Blesta in the User Manual for instructions.

    Release Notes - Blesta Core - Version 3.0.7
    ## Version 3.0.7 2013-12-20 ### Bug * [CORE-873] - Favicon missing * [CORE-877] - Security: Support Manager: XSS vulnerability in support manager * [CORE-882] - Line item setup fees do not observe setup fee tax setting * [CORE-887] - Updating a package to change a module group back to Any does not save this change * [CORE-888] - Contacts::add/edit rule validation should ensure only one 'primary' type per client_id * [CORE-890] - Universal Module: Fields fail to validate when pending services approved via cron. * [CORE-897] - Autodebit may reattempt same invoice in same day if payment failed * [CORE-906] - AmazonS3 Backup fails with period (.) in bucket name * [CORE-907] - Client numbers fail to increment when clients_start is greater than current max number * [CORE-915] - 2Checkout: Fails to approve live transactions * [CORE-919] - Root web directory replacement not case-insensitive * [CORE-920] - PayPal: Validate should check either business or receiver_email for match on account * [CORE-921] - Report Manager does not exit after streaming file data for download * [CORE-927] - Client contact numbers appear on the same line in the client interface * [CORE-931] - Security: XSS vulnerability in client payment process * [CORE-932] - Security: Potential XSS vulnerabilities in use of Html::concat() * [CORE-933] - Backup settings incorrectly set messages * [CORE-934] - PHPIDS: Blank minimum impact rating is treated as zero instead of disabling action * [CORE-938] - Services::setFields may cause deadlock * [CORE-940] - Client setting for auto suspension does not disable auto suspension ### Task * [CORE-879] - Exchange rates through Google Finance no longer working ---
  8. Like
    LukesUbuntu reacted to wdq in More Universal Module Documentation?   
    Hello,
     
    I'm in the process of actually using Blesta for automating some provisioning of services. I'm trying to do this with the Universal Module, but the documentation for it really isn't all that great. http://docs.blesta.com/display/user/Universal+Module
     
    Basically I want to have a custom field in the order form that's Game Username or game_username. I want it to be a simple text field, and when the product is activated I would like it to send a HTTP POST request with some information over to a server that will handle the rest. 
     
    I've attached an image of what I have so far. I'm not quite sure how to create the Post URL/Email field along with the HTTP Code and Response Contains fields.
     
    The following curl command works with the script I have. So if anyone knows how to replicate it in Blesta that would be great.
     
    curl -d "username=game_username&rank=VIP" https://example.com/manage/index.php   Thanks.  
×
×
  • Create New...