Jump to content

activa

Members
  • Posts

    737
  • Joined

  • Last visited

  • Days Won

    14

Posts posted by activa

  1. Also, remember that since PDF invoices are generated everytime you download them, having the "login as client" not following the end-user language means that invoices will be regenerated in english instead of the users language. For us here, I have to keep on file the invoice that has been generated and emailed to the client. Not having consistency will flag something at the auditor level. Yet, I could have a rule to receive all emails as BCC, but if the user call to discuss his invoice, I do not want to go and pull the email archives out for something that should be available in less than 5 clicks.

     

     

    just to note , when you login as client, the invoice are shown with the client language and not with staff language .

  2.  

    EDIT i got it working .

     

    the pagination has a option results_per_page , by default it 20 , adding this setting to the config array , fixed the issue .

    // Overwrite default pagination settings
      $settings = array_merge(Configure::get("Blesta.pagination_client"), array(
        'total_results' => $total_results,
        'uri'=> $this->base_uri . "plugin/tarata/main/index/[p]/" ,
        'results_per_page'=> 4 ,
        'params'=>array('sort'=>'id','order'=>'DESC')
       )
      );

     

    Thanks for your help .

  3. my opinion will go with naja and Infralliance .

     

    i have see in some other thread the same request , i don't remeber who has post this request , but it was the same case we have in our office .

     

    so +1 to fix the language used in login as client  .

  4. is using the pagination helper depend in other helper/model ?

     

    i have set up it in my plugin , the page show the real item should be displayed , when i navigate manually to the next page it should the next items , so the pagination is working , but is not showing the navigation links in client side .

     

    not in client template i'm not using the WidgetClient  to render the page .

     

    i use the fallowing line in the pdt file

    $this->Pagination->build();
  5. I use an outside support system and I would like the internal links to support to direct to it and NOT to the default system in Blesta. On the main portal page, I have support linking to my help system, but the internal links when a user is logged in, tries to redirect to blesta support module. I would like these to also redirect to my 3rd party support app.

     

    I'm assuming I need to modify the routes, but I haven't the foggiest on how to to do that.

     

    Any help?

     

    Thanks!

     

    Scott

     

    Simply use Admin tools of naja7host user .

     

    you can change the links via admin interface .

  6. Dejavu font supported the philippines peso sign but given invoice PDF file more than 20 X weighted like (700 ko),

     

    so at blesta currency parameter I removed sign and used international currency code as prefix (PHP) as it's also well know/accepted by people there.

    with now using Helvetica font, and invoice are 10-20 ko only

     

    to read

     

    http://www.blesta.com/forums/index.php?/topic/4125-update-tcpdf-to-latest-version-resolve-core-1173/

     

    http://www.blesta.com/forums/index.php?/topic/4102-pdf-invoices-big-600kb/

     

    http://www.blesta.com/forums/index.php?/topic/3001-core-1173-reduce-file-size-of-invoice-pdf-documents/

  7. If the intention is to update the routes.php configuration, then the file itself will need to be updated, or you would need to use vQmod. Alternatively, you could build routes into an .htaccess.

     

    changing route in routes.php is fine, but we should every upgrade re-add our routes .

     

    the idea is nice if the additional routes can be rerieved from databse .

     

    that way we can controle routes totally without touching any core file .

  8. from  my point of view, this can be done manually .

     

    normally if you want to split invoice you need to select wich lines will be in the spillter invoice , the time to select and decide is the same time to copy/paste in new invoice :)

     

    but anyway if there is something auto is better ;)

  9. Hi,

     

    Using the below link, the cron is runing at a regular interval.

     

     http://mysampledomain.com/index.php/cron/?cron_key=txg6s9c0

     

    It will create invoice for a domain. I would like to call a function in  a plugin when the invoice is generating from the cron.

     

    Is there any Event for that? That means how the plugin will know when ever a invoice is created from  cron?

     

    Invoices.add is your friend 

     

    http://docs.blesta.com/display/dev/Event+Handlers

  10. Prices have been going down over the years, and if we didn't extend that to existing customers they would think we are screwing them over, and act accordingly.

     

    No, in the real world 95% of people won't say a word.

     

     

    if you are in a competitive and huge market , your client will say 1000 word .

     

    as you say i not  thread for conavinting each other , but just to talk about some cases .

     

    in the end , if blesta will add this, then it should be a option  disabled by default .

×
×
  • Create New...