Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/04/2015 in all areas

  1. Hello All . The Gateway is no longer offered for free , you can check the pro version that has all the working features and the bug-fix . This Gateway allow you to accept paypal payment with any used currency in your site . as always the installtion steps is : 1 - order the file http://blesta-addons.com/plugin/store/main/item/14/. 2 - upload paypal_payments_universal folder inside components/gateways/nonmerchant directory . 3 - Goto gateways and install it , configure the paypal setting and select the currency to be used instead of no accepted currencies . this Gateway require a Pro Subscription Best regards
    2 points
  2. I m working to find a solution for this .
    2 points
  3. Paul

    Onapp Module

    Have you guys reached out to OnApp yet? I believe they built the module for our competitor, so with enough requests they may relent into doing it themselves and get it to market sooner. We do want to get an OnApp module out there, but we don't have the dev cycles with all the other things we are working on at the moment.
    2 points
  4. as the title say . THIS CASE IS ONLY FOR MANUAL INVOICE CREATION IN ADMIN SIDE . when creating invoice manually from admin side , there are option "Invoice Delivery" and a checkbox "email" , when we shoose email , and saving/creating invoice , so the invoice well created , and added to queue mail delivery (it should be delivered after some time (no more than 5 minute) . so we need the invoice to be emailed after the creation of invoice immediately . (this feature was exist in v 2.5 ) . our case , we have some potential users that call our staff by phone to create a proforma invoice for them , after the creation of invoice they consult the email to check the proforma, and then confirm it by phone to be executed - that was in v2.5 ) , in v3 , and from the test period , my staff toll to our clients please wait some time to recieve the email , then call us again to confirm , that was a something borred to our clients , because they always when they end call , theyfinish the order and confirmation , now they ned to call 2 times , and is a task plus for our staff (the time matter in our work ) . NOTE : in the test persiod i have not make any attention to the send invoice from the client profile page , but any way i preffer to be snt immediatly rather than exit and select to send it .
    1 point
  5. Just to clarify . I m not talkink about the cron delay . Tyson has got my idea , and well descriped the obstacle of it . Not a cron subject .
    1 point
  6. If this will cause a lot of probleme , ingore it , i will try to find my own solution . But just to enrich this discussion , why not to add new field in invoice , let say 'sended' , put it in false per default , if invoice sended put it true , if proforma converted to invoice then reput it to false , this way the invoice will be ready to sent again , this is just my 2cent in this behavior . This because i think you have made a complicated/ugly system for invoice delivery . But is working
    1 point
  7. I take it that creating the invoice (with no delivery option checked), and then delivering it manually from the client profile is not suitable to work around this case? If this feature were implemented, would checking the delivery option for Email then cause the email to be delivered immediately rather than queuing it for delivery? CORE-1561 exists to re-queue a paid proforma invoice to be sent via email if it was queued for email to begin with. If your feature were created to deliver the invoice immediately rather than queue it for delivery, then CORE-1561 would (likely) incur undesirable behavior where the manual creation of a proforma invoice would not later queue the invoice for delivery via email after it has been paid.
    1 point
  8. Cron tasks in Blesta are locked down already to disallow them to be run again when they are currently running. There is no need to write a temp file to perform this check. You may want to look into better implementations of semaphores for your other projects. The 5 minute interval only means that it will take at most 5 minutes for the action to take place (assuming the cron is running normally). You could change this to 1 minute, and then have your cron run every minute, but as you mentioned, that could bring up other issues.
    1 point
×
×
  • Create New...