
activa
Members-
Posts
737 -
Joined
-
Last visited
-
Days Won
14
Everything posted by activa
-
let me push this request . we need such features . voided invoice is not adequate for our use . a feature that can be enabled/disabled in company settings could be useful .
-
let me push this request . we need such features . voided invoice is not adequate for our use . a feature that can be enabled/disabled in company settings could be useful .
-
Does Blesta Have A Opennebula Billing Module Or Could One Be Made?
activa replied to timnboys's topic in The Lounge
have you included tha api call inthe addservice function ? you should check module logs if any errors . what i can really suggest is to make a plain php file to create the service in openeboula, if it work it would easy to include it in blesta . -
you can use admin tools plugin and add a html code in your template , and your client/guest can change the language on order form or any place in blesta .
-
they are in navigation.php model .
-
how we can put vps, dedicated servers, hosting, ssl, domains, in one order form , with the actual one ? simply is impossible ! we are as hosting providers fighting to survive with the actual order form , it lock the essentials hosting marketing orders cart , all the others has solid and a near complete order form for hosting providers . selling licenses, ssl, vps, can be done with the actual order , but for hosting market is painless , we can't know how we can be patience to see the change !!!
-
Default Language For Client Side , And For Admin Side
activa replied to activa's topic in Feature Requests
yes , that what we are looking . i hope we can get it nearly . -
it would prefferable to add two language selector for admin side and client side . like the template system , every theme for client/admin side . as we prefer to have admin side with english version, and the client side to be in native language (spain, french ..ect ...) or at least allow admins to choose thier own language .
-
great report , thanks
-
Any update in this ? We got a lot of claim from clients . They order items in multiple place and they never got all of the items in a final checkout . This should be improved as soon as possible as it limit the chance of selling .
-
good addition , is the module open source ?
-
exist a thread from naja7host how to add language selector in your blesta client side . you should install admin tools and add the language selector html to your structure file .
-
the Appcontroller.structure event is just sent a output (html/javascripts) to the structure . no way to set a var for using in the template . the Appcontroller.preAction event is called before any other controller , so it can be adjusted to set var for using in template structure.pdt . i appreciate your effort and help if you can test them and give me the final result, so if not possible is not worth to lose time in something that can't be handled now by blesta . just to explain what i want to do . let say i want to collect total invoices (open, closed, draft) in a var array() , then i want to send this var to the structure.pdt to use it in the header or any place . can this be achieved via Appcontroller.structure event or Appcontroller.preaction event ?
-
no success , i have tried . return array ("my_test" => "126" ); it would be wonderfull if the preAction can send return vars to the structure.pdt . this feature can help alot of developpers/designer to add a smarty ideas to blesta .
-
no , i will try it now .
-
wich core file need to be changed ? the invoice template ?
-
i need the same request . i want to use invoice template for users that hastax , and other for users without tax .
-
is there any tip that i can use to make company name in multilanguages .for example when client set english the company name displayed is "xxxxxx" , when client select spanish languages the company name displayed is "yyyyy" ? any tips for that .
-
the structure event will inject a html code in the header or the body . what i want is to inject a var (string or array) to the structure . let say i want my plugin to collect some data from database and send it as a var to use is globally in my structure . and normally the preAction event is called in all the pages loaded ? why is not setting the vars ?
-
[/code] The variable will only be displayed in the structure if your plugin controller has been loaded. this is our probleme . we need to use this var in any other controller like the base_uri var . i have tested all this in the preAction event without result $this->my_test ="kkkk" ; $this->structure->my_test = "4654564"; $this->view->my_test = "31313"; $this->structure->set("my_test", "46789"); $this->set("my_test", "kkkk");
-
related to this question , we want to set a var via plugin to use it in structure.pdt . is possible ? we have tried to sue the preaction event to set the var , but is not working . how to achieve this ?
-
Replace Exec Mysqldump With A Pure Php Mysqldump
activa replied to activa's topic in Feature Requests
if the script can be exploited someday , you will know why i will disable exec . it's a mesure to minimize he damage IF something happen . -
when you register with duplicated email, you can found the duplicated client in the client sections in admin tools ?
-
naja7host has the store plugin that do the job for that, you can see his site blesta-addons.com .
-
Replace Exec Mysqldump With A Pure Php Mysqldump
activa replied to activa's topic in Feature Requests
i have tested it and tested it , it do the jobs as wanted . even if we host just the billing in our server . we prefer disable exec function and using a alternative way , like the one we have now .