-
Posts
4,868 -
Joined
-
Last visited
-
Days Won
390
Everything posted by Blesta Addons
-
this is related to other request http://www.blesta.com/forums/index.php?/topic/3306-pro-forma-invoices-numbering-are-not-sequential/ if we can add fields that store last invoice (number) and last proforma (number) . we can easy reset this field in every new year . and resolving this two issue . i'm sure with the more users use blesta they will request this . so prepare fromnow to this
-
that isthe only way without moding the core files .
-
ahh yes , our probleme was just the invoice should not be sent unless it fully or partially . in the past we have to manupulate the PDF class to change the label from invoice to Pro Forma is not paid .
-
why not a company settings to reset the counter invoice every start of year ?
-
with the proforma features , this problemehas been solved , as we can't sent invoice unpaid .
-
in client profile ,look in record payment action .
-
you want to put this in your module action ? creation / suspend /edit ? the config file is not supporting jquery code or any type of css .... what you need is to make a validation with input on submit form (getrules()) . check this post can help you http://www.blesta.com/forums/index.php?/topic/3291-how-to-transfer-domain-from-admin-panel/?p=24037
-
let say last invoice in 2014 was 20141523 next invoice in 2015 will be 20151524 , the OP need to begin from the first value 20150001
-
Can Blesta Manage Billing Of The Azure Accounts
Blesta Addons replied to dilip.wanave's topic in General
if you need just a billing , what you need is a cronjob that collect the usage and the price every end of mounth or end of term then create a invoice with that information . the information collect should be done via API , the USAGE command is your friend http://msdn.microsoft.com/en-us/library/azure/dn236427.aspx the php sdk here http://azure.microsoft.com/en-us/documentation/articles/cloud-services-php-how-to-use-service-management/ -
as i told you before, in registration template file under order plugins .
-
the same here
-
Test + api url or file . Via pm .
-
OVH has a lot of products , Domains, Servers , Hosting , Vps , SMS , ...ect . all are managed from thier powerfull API plateforme . ovh servers, and domains is the most wanted modules in internet from ovh client's .
-
Cpanel Module (Enhanced Integration)
Blesta Addons replied to ModulesBakery's topic in The Marketplace
@webjive , i have well understand your case, so in creation you need to make 2 domain ( 1 is principal, second is subdomain for select domain ) if this is the case , so is not a complicated task to do . i have not see a lof of request for this case , but is semilar to subdomain request . if you have some knowlegde for coding , i can help you (free) to setup it in your own module (PM me) . -
Cpanel Module (Enhanced Integration)
Blesta Addons replied to ModulesBakery's topic in The Marketplace
@webjive can you exmplain more ? (note that is not related to the actual module, i want just to understand your case) . -
in other thread he say almost done , so is near to release .
-
you can use my plugin "css & javascript toolbox" to acheive this , add the css you want to the class you want .
-
Cpanel Module (Enhanced Integration)
Blesta Addons replied to ModulesBakery's topic in The Marketplace
Great work , keep the good work . @webjive , he has the Parked Domains feature already in his release . -
i think it support just the form input (text, hidden, textarea, select, multiselect ...)
-
i tried before todo a plugin to set the Route.admin path , but i found is not posible at that time , i believe the same case now , no way to change it from outside that file .
-
Allow Inactive Accounts To Sign Up For New Service
Blesta Addons replied to Jonathan's topic in Feature Requests
my first question , why the account is inactive ? the client can't make thier account inactive , but it mean that you (the staff) has made the account inactive for some reason , and you need to make it active for some reason . inactive account can do anything from client side . -
this issue is not for whmcs importer , also for blesta 2.5 , i have the same case until i found the premissions tips . hope that can be added/enabled as default after the import end .
-
you got the idea . about TCPDF have you any attention to change it ? wich engine in your focus ?
-
check this for more info http://www.blesta.com/forums/index.php?/topic/3059-rewrite-proxmox-modules/
-
yes , but is not in the first release of my re-write , the most important for me is to build a module capable to add feature easly without changing the meta field or other fields after the release . let say a good framework to add features every couple of days .