Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/08/2015 in all areas

  1. CORE-818 and CORE-819 address the domain management plugin (These Epics are currently private). We are working out the details internally, and considering everything everyone has had to say regarding domains. It's likely that we will open these tasks up and start a discussion in the near future. These features will be dependent on 4.0 however, which we want to get out relatively quickly. There are a lot of major benefits to developers in 4.0, in part because of the PHP dependency change to PHP 5.4, namespaces, and more. Domain management won't be in 4.0, but we are continuing to make progress in designing the feature, and implementing some other core changes so that it will be easier to implement. (For example, plugins will be able to control package pricing. This allows for the domain plugin to set pricing for domains (Think pricing grid for new/renew/transfer, 1-10 years). It's a powerful feature that could be used by other plugins for a variety of purposes.)
    3 points
  2. Tyson

    Partial Refund Support

    You can create negative invoices in v3.5. It won't automatically create any credits on the client's account for the negative sum, but you can add credits yourself by recording a payment for the same amount.
    2 points
  3. This is a good news , i was sure blesta devs are talking about this internally , because if blesta will not care , that's a bad practice . to be more exact , i have already tried to code a domain manager module with my own architectures , i have found alot of ideas to implement it , and i was stopped becasue some core limitation of blesta . but in general , how i have tough how it should work it was genial idea (that what i feel ) and i'm ready to share it with you guys , maybe it can help in some aspect . when you are gays open to hear and discuss how the new domain manager should work i will happy to share my ideas . best regards
    2 points
  4. the plugin is ready now ... where is the beta testers ?
    2 points
  5. never i see a invoice with negative total . this should be credit note .
    2 points
  6. it work , i have a error the status value . now i have fixed it and it saved .
    2 points
  7. The issue here is that the PayPal gateway is telling Blesta to apply "1.7419" to an invoice when only "1.74" has been paid. This would normally occur for invoices being paid in an amount with greater precision than the currency, for example, if the invoice is calculated from prorated values. If the invoice total were "1.74", then it would be marked paid after payment. A fix will be added apart of CORE-1728 for v3.5.1.
    2 points
  8. Very strange. It only appens wen you click on "Change package" ? What append wen you try to change package on admin side? What is the "type" of the "package"? it is possibile to define: "Register Domains" "Transfer Domain" "Renew Domain"
    2 points
  9. Hello All , i will start in coding Quotes System plugin for the community , and i need some ideas feedbacks . 1 - Why Quotes System ? Quotes is something related to the productivite and add a plus for the admins , also all the big companies use it , also some companies that offer services (design, coding, mobile APP.... ) with hourly rate (like me) , and need every time send a qoute to the clients then the client accept we creat a invoice for them . i want to make this step as easy as possible . 2 - How much cost this new plugin ? Is totally Free , but if you consider it worth , you can donate for it . 3 - Where expected to be released ? first we need to make a simple Quotes system that do the trick , then we will extend it to do more functionality and task and maybe automated task , so the simple thing we begin with it the near future date is released . 4 - what i have a TODO list ? i have 2 TODO list , one if for the first release , and second is for next released versions . i will group ideas based in the easy implementation and the basic feature. TODO list 1 : - Admins can add/edit/delete Quotes .(i'm not sure if i use close instead of delete) - Create Quote for the client . - Client can view Quote from the client panel . - Cleint can accept or reject the Quote . - Admins convert accepted Quote to invoice not needed , as the system convert it auto . - client can view the quotes assigned to them (accepted or closed or rejected or expired) TODO list 2 : - cronjob to convert a accepted quote to invoice . - Clients can receive the quote via email as PDF , they can also download it as PDF. (implemented) - Comments both for client and staff under the qoute (threaded reply/conversation). - Devide Quote in two invoice after accept (for prepayment ,and after final work) - Create Quote for non clients , they can view it with a unique url . - Store Client info in the quotes for history . That is all . any one has an idea to implement it , i will add it to my one of TODO list .
    1 point
  10. Hi again Today I bring you a beautiful module for cPanel. With several improvements. Features New Statistics Design WebDisk Support Install Any Script from Blesta (Softaculous) DNS Zone Editor Email Fowarding Preview of the Hosted Site And lot more... With love <3 Update 19/08/15 Change Password issues Fixed Internal changes Available in GitHub: https://github.com/CyanDarkInc/cpanelextended Screenshoots
    1 point
  11. Hi all, Worked with some of the blesta customers to build modules and plugins for them. If you are looking for a blesta module or plugin development, please PM me and we could have a discussion. Thanks.
    1 point
  12. Today I started developing our custom code for Blesta, because we're coming from WHMCS where we created much custom code for. Now, I see this "bad" (when I compare it to WHMCS) domain management, I can't continue to switch to Blesta because of this. I hope a better domain management will being implemented in the near future. I don't think you'll need to do this per module, which will get very messy over time (all different way's of handling things). My ideas for the domain management, which you may consider while implementing this: - Centralized WHOIS information over multiple registries, with ability to "override" this for a specific domain by the customer. - Centralized nameservers over multiple registries, with ability to "override" this for a specific domain by the customer. - Proper transfer handling (including a cron). - TLD syncing with automated price updates - WHOIS through the preferred registry for a TLD - Some TLD's have different requirements (e.g. a domain needs to be renewed x days before expiry). Thanks!
    1 point
  13. Tyson

    Coupon Reporting

    Although a coupon credit may be added as a line item to an invoice it applies to, the coupon itself is not tied to the invoice or any of its line items. However, coupons are tied to services, and services are tied to invoice line items, so it is possible to deduce that a coupon was used on an invoice because the service(s) that used it has the coupon. This has the potential to be inaccurate in your case, for example, if the coupon on the service was changed or removed after it had been used and before you have generated the report. Similarly if the coupon was not used, but was added after the service was created. Additionally, a coupon may apply when a service renews, so the same service with the same coupon might appear in multiple invoices, possibly skewing your commission results. Join `services` with `invoice_lines` on service ID where the service has the coupon ID you're looking for.
    1 point
  14. We've got a small list here: https://licensecart.com/community-addons
    1 point
  15. I think this will be easier once the marketplace is available, where developers can list each of them for download.
    1 point
  16. You will have to update all email templates everywhere, including package welcome emails. Also, plugins that create email templates will still create them using the single braces for tags, so you'll always have to update any plugins you install. Also, other things I haven't thought of. You can make the change at your own risk. If you identify any other issues, let us know and we may create a guide on it.
    1 point
  17. Now is time to silince and let blesta staff think in this subject . i think we have speak a lot regarding this subject , and i'm sur blesta staff has the concience of this subject . let us relaxe sometime and wait the devs to see what they will prepare for us .
    1 point
  18. Second Step = Completed . Third Step = Completed. in third step i have succed to integrate the quote system with the invoice template core, i ahev created a my own component for quote to communicate with the invoice template, now is possible to download quote as PDF . my HTML template for pdf is also supported now , you can voiw quote as html page i have made change for the status field, now "'open','accepted','rejected','closed'" , i have removed the "dead" status as i can now determinated a expired quote by thier date_valid . also i have removed the "Accept/Reject" from the admin side , as the client only who have the right to accept or reject the quote , admins can edit/delete, reopen a closed quote . clients can accept/reject/view quotes . nothing else . at the moment , there is no option to add tax to quote lines (removed the TAX from quotes ) , it need a huge work for calculation and conditions for inclusive/exclusive taxes , i will added in the next major release . i think this week i will release the first edition
    1 point
  19. Paul

    Staff Pw Not Resetting

    Are you logging in at /admin/login? You can check the "users" table to confirm your username. Following the instructions Mike posted, should get you back in if you are not receiving the password reset email (this is usually because the username is not correct).
    1 point
  20. Hello no problem, it helps a lot to test in real enviorment because Im only testing on DEV opensrs servers and sometimes it shows "SUCESS" and I cant detect errors Pelase download again in the first post and replace your files, and test it again As many times you want, you can always "poke me" lol Regards, PV
    1 point
  21. We need to be able to set the dates for a product / service. Date Created:
    1 point
  22. first step is done now creation of quote from admin panel is completed . (the same as creating invoices ) now second step = client interface . third step = adding buttons to admins and clients (actions , accept , reject and close) . fourth step = prepare quote to be viewed by clients as html or PDF ( not sur what will be easy ? ). final step = test and test and test and share if i have time i will add the option to send the quote via email , if no i will add it in the next major release .
    1 point
×
×
  • Create New...