Jump to content

MDHMatt

Members
  • Posts

    136
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by MDHMatt

  1. On 11/26/2022 at 1:48 PM, SystemFreaks said:

    Advanced Statistics version 1.1.3 is on the way! 

    This  version will feature the following:

    * PHP 8 support
    * multi-currency support
    * Overall Annual Income

     

    Before this release comes out, I wanted to give you a heads-up and ask
    if there is something you would like to see in this version. If yes,
    do not hesitate to contact me and let me know!

     

    Best, Regards

    Kleanthis - StstemFreaks Ltd Team

    Would it be possible to do a cash flow projection broken down by month based on service renewal date? Also are these reports able to be exported to csv or json?

  2. general.NOTICE: E_NOTICE: Undefined property: stdClass::$UserGetPricingResult {"code":8,"message":"Undefined property: stdClass::$UserGetPricingResult","file":"/path/to/blesta/public_html/billing/components/modules/namecheap/namecheap.php","line":1508} 
    
    general.NOTICE: E_NOTICE: Trying to get property 'ProductType' of non-object {"code":8,"message":"Trying to get property 'ProductType' of non-object","file":"/path/to/blesta/billing/components/modules/namecheap/namecheap.php","line":1508} 
    
    general.NOTICE: E_NOTICE: Trying to get property 'ProductCategory' of non-object {"code":8,"message":"Trying to get property 'ProductCategory' of non-object","file":"/path/to/blesta/billing/components/modules/namecheap/namecheap.php","line":1508} 

    TLD are not getting pricing details from name cheap. Domains pulled through and added to domain manager but no pricing information is registered. the above is from the logs

  3. On 3/29/2022 at 1:43 PM, pdi said:

    Although this is an old question, I worked around like this:

    In components/modules/namecheap/apis/namecheap_api.php

    // original code
    if (!isset($args['ClientIP'])) {
                $args['ClientIP'] = isset($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : '127.0.0.1';
            }
    
    // added this line:
    // I used my own IPv4, but this worked as well (in another panel)
    
            $args['ClientIP'] = '127.0.0.1';
    

    And yes, namecheap still does not support IPv6.


     

    @pdiThanks! That’s seem to work

    Does this get overwritten when you upgrade??

  4. 8 hours ago, Paul said:

    What is the purpose of the ClientIP? Is this the IP address that API calls should originate from , or is it simply passed as a parameter in the API call? I have not looked into this myself. If $_SERVER['REMOTE_ADDR'] is returning an IPv6 address for your server, I can understand the fix posted above to force another IP. However, what are the implications if you enter an invalid IPv4 address, or one that does not resolve to this server? If the IP is just passed along to the API as a parameter, then I suppose it wouldn't cause any communication issues if the IP that made the request were different.

    As per their documentation found here

    https://www.namecheap.com/support/api/global-parameters/

    and described here

    https://www.namecheap.com/support/api/intro/

    they use whitelisted ipv4 address to control access to the api which you enter into your account page. Should you enter a non whitelisted ip it gives an error.

    this could also be useful for people with multiple IP address who maybe want to limit what ip to use for api calls

  5. 16 hours ago, Paul said:

    Use IPv4 in what way? If their API doesn't support IPv6, then they shouldn't have an AAAA record on their DNS for the endpoint, and your server shouldn't try to connect over IPv6. If they do have an AAAA record, and your server has an IPv6 address, removing the IPv6 address should force IPv4.

    Unfortunately I can’t remove the v6 address. The logs looks like we could define an ip to use??

  6. On 4/12/2021 at 5:06 PM, edgehosting said:

    Hi all, 

    We are the makers of WHMCS' most popular Xero module (https://edgehosting.uk/whmcs-xero-addon) which I see has inspired the screenshot above ;) Our module has over 10 years of investment and knowledge poured into it and received very popular reviews.

    There has been a few people contacting us since the WHMCS price announcement so we are now actively looking into porting the module over to Blesta as well.

    Do reach out if you are interested so we know there is demand!

    Hey just wondering if you have made any progress?

  7. 28 minutes ago, edgehosting said:

    Hi all, 

    We are the makers of WHMCS' most popular Xero module (https://edgehosting.uk/whmcs-xero-addon) which I see has inspired the screenshot above ;) Our module has over 10 years of investment and knowledge poured into it and received very popular reviews.

    There has been a few people contacting us since the WHMCS price announcement so we are now actively looking into porting the module over to Blesta as well.

    Do reach out if you are interested so we know there is demand!

    I would like to put my name in the hat! Ive been using Quickfile which is okay but cant sync invoices etc

  8. Ive looked in the docs and under the tooltip but cant see anything regarding adding the client number to the invoice generation name ie in customisation you have this {num}-{day}-{month}-{year} but can i add in client id??

    This would make my life easier with my accounting software

  9. On 8/30/2020 at 12:42 PM, blestamodules said:

    Hello,

    Although I cannot promise a completion date I have recently started working on a xero integration - as it stands it currently syncs contacts only I have many projects on the go now but have something in the works; this one along with Jira software bug tracking and IBP auto-registration are some of the first plugins we have planned as we are integrating into our own setups.

    xero_sync.thumb.png.cd7e85f6e57d8d087866f07392957656.png

    Kind Regards

     

    hey just wondering if you have any other updates on this?

×
×
  • Create New...