Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    389

Reputation Activity

  1. Like
    Blesta Addons got a reaction from PauloV in [Pro-Forma Invoices] Sequential Unic Numbers Without Releasing The Payed Number After Payment.   
    What we need at the end . is a unique number . either random or sequential .
  2. Like
    Blesta Addons got a reaction from PauloV in Best Responsive Framework?   
    interessting find ..... bookmarked for later use and test .
  3. Like
    Blesta Addons reacted to PauloV in Best Responsive Framework?   
    I started only to find a cool framework for responsive websites, and ended to find a better almost perfect IDE to build Responsive Websites + Mobile APP's
     
    Thanks for all (naja7host), helping find the Perfect IDE for building Responsive Websites + Mobile APP's, and the great is that all is free
     
    NetBeans (https://netbeans.org/) + Cordova (http://cordova.apache.org/)+ (SDK's of all Mobiles) = The Best Free APP Builder for Android/IOS/WINDOWS Mobile
    NetBeans (https://netbeans.org/) + HTML5 = The Best IDE for building Responsive Websites
     
    Many thanks to flangefrog in this post: http://www.blesta.com/forums/index.php?/topic/2973-fully-custom-blesta-order-page/#entry23967 and ofcourse some reserach what NetBeans can do that outhers dont do
     
    P.S- Installing everithing on Windows 8.1 take me one full day of researching and testing/debugging, but in the end it compensates every hour spended
     
    Now I can build and test in real time my APP's and/or Responsive Websites on my SmartPhone/Tablet/Browser in mutiple OS's
     
    Everithing is now set to start building an APP for IOS and Android for Blesta (wen I get some free time, and finish some pending work at the office)
     
    To anyone ho want to start build mobile aplications now its the time, its so easy, like a simple website (some acknowledgement in javascript/css/html ofcourse)
     
    I use UNITY3D in the past but takes more time to develop than this, UNITY3D is good only for games, for app's takes alot of time
  4. Like
    Blesta Addons reacted to PauloV in [Pro-Forma Invoices] Sequential Unic Numbers Without Releasing The Payed Number After Payment.   
    lol, let me refrase that
     
     
    Pro-Forma invoices are documents with no legall mather, but for tracking propose they are better to see them as "unic" and for that reason I have said the default Blesta 3.3-b1 creates the same numbering for new orders wen that slot is available, so they are repeted and so not sequential in Emails to clients and Logs on Blesta that is dificult to track what is what
     
    Wen Paul said in that thread the is not an easy fix, I have to think out of the box for solutions
     
    One dirty solution is to use blesta "EVENTS" anouther more complex but real solution is "RANDOM but UNIC numbers", that dosent repet on Emails and Logs wen Pro-Forma invoices are generated
     
    But maybe (i didnt have time to peak the code) its more easy to only be sequential like paid invoices
     

  5. Like
    Blesta Addons reacted to PauloV in [Packages] Clients Can Cancel A Package With Cancel At End Of Term   
    Hello,, some more testing and some issues found
     
    Wen we create a Package in Packages->Create Package
      With the option active "Cancel at end of term"   The client in Dashboard->Service [with the scheduled cancelation]->Manage->Status->Cancel Option   Can select the "Do not cancel" and the cancelation is removed and client can still use the package.   Solution: Only show the option in client Dashboard "...->Status->Cancel Option" if the package dosent have the option "Cancel at end of term" activated.
  6. Like
    Blesta Addons reacted to PauloV in [Packages] Clients Can Cancel A Package With Cancel At End Of Term   
    I didnt notice that in the past (didnt tested lol), but in my view (dont get me rong) this is a "Bug" and not a sugestion
     
    Dosent make sence because we want client be able to cancell services, but there are one expetion that shows in admin wen creating a package for that specific package as a defined end of life so it has to always be cancelled in that time even if the option.
     
    If a user that buys a Blesta license, and he forgot to disable that option (be able to clients canccel services) and a client buys a "Time Limit" package or a "Trial Package" with the "canccel in the end of term" option selected the company will lose money in the end becaus ethe client will still use that package, maybe for free and forever
  7. Like
    Blesta Addons reacted to Paul in Custom Menu   
    We are intending to extend the portal plugin into a more fully featured CMS. Adding additional links to the navigation, even if they link to external content (ie your existing website) would be best suited for this plugin most likely. You could create additional pages and enter the content in a WYSIWYG editor in Blesta, or link those pages to external content.
  8. Like
    Blesta Addons got a reaction from wfitg in Logicboxes Module - Domain Search Fails From Mobile   
    I FOUND the probleme  , is NOT A BUG .......
     
    the probelem is from the word typed
     
    aghahdahdqq.com != Aghahdahdqq.com
     
    aghahdahdqq.com is valid domain name
    Aghahdahdqq.com is not a valid term to search
     
     
    in the phone , they always return the first letter to uppercase .
  9. Like
    Blesta Addons got a reaction from Georgemi in What Crazy Thing I'm Doing   
    Hello All
     
    last week i  have accros with a particular issue , i need to change/override some CSS for certain page in blesta , like in support plugin / admin client view / admin client edit / login client / login staff . and some other pages of my own plugins/modules .
     
    i heat changing the core files , so i have decided to go with vQmod , until i get the idea pombing my though . i have begin coding and coging and coding . inthe end i have GOT it working my Magic Plugin  "CSS & Javascipt Toolbox" , the idea was from a wordpress plugin .
     
    NOW what my plugin can do ?
     
    you need to add a image background to the login client page ? no probleme, add your css and let the plugin do it .
     
    you need to ovveride some css style just in particular page ? no probleme, add your css and let the plugin do it .

    you need to a jquery function in the add payment record ? no probleme, add your jquery code and let the plugin do it .
     
    you need to hide some input/label/div without changinf the core file ?  ? no probleme, add your jquery code and let the plugin do it .
    you need to add custom css/jquery/javascript in all client side or admin side ? no probleme, add your custom code and let the plugin do it .

    how this can work in blesta ?

    so is soo easy , with blesta v3.3 . my plugin search all the controllers and all the function inside the files , merge then in one array to get the location we need to use it . we check the $params againt the actual URL . if is the url we need we load the custom css/js .

    first i was storing code in database , but for some reason if we have a large and huge system this can make some load , so i have changed to filesystem and the performance is so pretty .

    so after the final release of v3.3 i will make it free for all . i let you with some screenshoot



     
     
     
     
     
     
     

     
     
     
     
     


     
     
    Good Night
     
  10. Like
    Blesta Addons reacted to omaticon in [Rewrite] Proxmox Modules   
    As directed... here's another need for the proxmox module.
     
    I need for it to allow a customer to select (likely from a drop down) their desired openvz template or KVM ISO, as well.
     
     
    Regards,
    Chris
  11. Like
    Blesta Addons got a reaction from wfitg in Logicboxes Not Working On Handhelds   
    hello Mike , see this thread http://www.blesta.com/forums/index.php?/topic/3097-convert-domain-searches-to-lowercase/
  12. Like
    Blesta Addons reacted to domaingood in Terminate Suspended Services   
    Thank you for vote 
    I was open request before 
    http://www.blesta.com/forums/index.php?/topic/2981-cancel-orders-that-are-days-old-automatically/
  13. Like
    Blesta Addons got a reaction from PauloV in [Cancel At End Of Term] Dosent Work Wen Client Order   
    we have about 50% of  bank deposit or transfer , we will have the same case as Paulov , so we push this post .
  14. Like
  15. Like
    Blesta Addons reacted to PauloV in [Pro-Forma Invoices] Sequential Unic Numbers Without Releasing The Payed Number After Payment.   
    Hello,
     
    Since its maybe dificult to implement right now the sequential unic numbering for Pro-Forma invoices, why not use the same function as for the Support Ticket system?
     
    For exemple insted of:
     
    Pro-Forma 1
    Pro-Forma 2
    Pro-Forma 3
    .....
     
    Generate for exemple like this:
     
     
    Pro-Forma 7262425-db3d-
    Pro-Forma 5675552-sh9r-
    Pro-Forma 1673519-hb4d-
     
    I think this way will be unick and impossible to see duplicates if we also add in the function the php date(Date + time)  wen generatin the invoice number + hash
     

     
    Please read this: http://www.blesta.com/forums/index.php?/topic/3313-pro-forma-invoices-random-number-hash-like-on-support-tickets/#entry24385
  16. Like
    Blesta Addons got a reaction from flangefrog in Get Controllers And All Public Function Inside It   
    i got it by the simple way
    $controller = strstr($dirfile, '.', true);
  17. Like
    Blesta Addons got a reaction from marcel in Blesta Vs Whmcs   
    Hello @Dominick ,
    we feel your experience , your souffrence , i have to translate blesta in our language (soon we will make it available to the community ) , and i have to developpe and still developping some custom plugins/modules that are not for public because it use our own software or script or services . so we don't beleive it should be for others .
    in the maintime i'm creating releasing some free plugins for all , that is because a standard for all . i'm affraid about your request to not have time to make something for you , but i'm sure , in the future we will have more free time and we can do more thing to the community , main big bussines is not developping soft , i have my onw revenue from other service i offer , for that all my plugins are free , i beleive in my mind to success my services and still use blesta billing soft , blesta should succes and ashould continue , for that i'm helping blesta/users in this forum , if blesta disapear , i should fetch another alernative to run my billing .
    another think about blesta , i'm sur they are cranking in some feature and optimizing the code , but i have already talked some day with paul in the chat , and i have told him, to see and listen to users request , what users need is more important for what they want to offer , they ned to make some type of balancing with users requests and TODO list of what they want .
    whm** has arrived to all this modules/plugins/gateways for so many years of work and help from a lot of other devellopers/companies , blesta is taking thier road and we need to be patient with them for some times .
    as developper i have stopped working in some modules until the final release of v3.3 , i have stopped imporevement of orderbox registrar , because they will release a new system for domains , i can't accept losing time in coding thing that will not work after some weeks .
    for ideal gateway check this website, maybe they can do it http://www.php-solutions.nl/ideal .
    have you put any request in freelance website ?
    wich registrar you are asking thier module ?
  18. Like
    Blesta Addons reacted to PauloV in [Pro Forma Invoices] - Numbering Are Not Sequential   
    @Cody

    Yes I have understood the way it works since the beginning

    Like I said in my personal use its very confusing and like naja7host said is correct

    In one month if we have every day, 10 new orders and every day 5 payments, for lets say for the last 5 orders, the same numbering will be used for outher clients and here is the problem

    For any accounting even for no legal mather every type of document it's better to have a unic not repeated (Im not talking about duplicated documents) sequential numbering to not make any confusing wen tracking records

    A very easy and dirty fix is to use an event to save the lastest proforma number in a separate field in the database and wen triggered an order get that number +1 and change the proforma invoice number

    Wen blesta 3.3 goes stable we will add this event in our case because its much better to see things and track records

    Its only my opinion, and i think every accounting software works this way also
  19. Like
    Blesta Addons got a reaction from PauloV in [Pro Forma Invoices] - Numbering Are Not Sequential   
    owowowow ..... i have tough that is re-issue just the last number , not all free slot numbers .
     
    if this is the case , the proforma feature has no sense . so in one mounth we can see 20 proforma invoice with the same number .
     
    difficult for us to track  , if is just the last number who is re-issued is not a trivial, so 97% can't occur , with free number slot re-issue , is 90% will occur .
     
    what i can imagine as a fix the probleme , is adding a new field in the company setting that store the last issue proforma , so if is converted to invoice we still have the last issue number .
  20. Like
    Blesta Addons reacted to Cody in [Pro Forma Invoices] - Numbering Are Not Sequential   
    Paulo, I think you misunderstand how it works. Consider the following example:
     
    Invoice created for Client A: PROFORMA-1 Invoice created for Client B: PROFORMA-2 Client A pays PROFORMA-1 becomes INVOICE-100 Invoice created for Client A: PROFORMA-3  
    PROFORMA-1 not reused!
     
    ---
     
    The only case where you will have the a pro forma invoice number reissued is if, and only if, Client A receives the latest invoice, pays that invoice, then generates a new (latest) invoice:
     
    Invoice created for Client A: PROFORMA-1 Client A pays PROFORMA-1 becomes INVOICE-100 Invoice created for Client A: PROFORMA-1 Client A pays PROFORMA-1 becomes INVOICE-101
  21. Like
    Blesta Addons got a reaction from wfitg in Custom Menu   
    Navigation Links , this should be in core function . the $show_header  should be dissapear from the code .
  22. Like
    Blesta Addons reacted to Paul in [Pro Forma Invoices] - Numbering Are Not Sequential   
    Ok, we will leave the task open and plan to implement a fix, but it is unlikely to be in the official 3.3 release and will be fixed in a future version.
  23. Like
    Blesta Addons reacted to Cody in Sell Domains Separately Without Hosting   
    CORE-1362 fixed in 3.3.0-b2.
  24. Like
    Blesta Addons reacted to PauloV in [Pro Forma Invoices] - Numbering Are Not Sequential   
    Hello,
     
    Some more free time to make a litle more testes and found anouther issue
     
    Wen, for exemple we have 4 Pro-Forma invoices pending payment like this:
     
    Pro Forma-1
    Pro Forma-2
    Pro Forma-3
    Pro Forma-4
     
    And we add a payment or the client pays the "Pro Forma-4", if there is new order it will be created with "Pro Forma-4" and this cannot happen, all numbering as to be sequential even if any document is pay, cancelled or voided.
     
    Thanks in advance,
    PV
  25. Like
    Blesta Addons reacted to Michael in [Translations] Product Descriptions   
    When you install a language you get a tab for the Welcome email (and emails) however no language box for the descriptions...
     
    Please come with the 3.4 when the language changer comes *cough*
×
×
  • Create New...