All Questions

0
answers

Procedure stored in laravel with parameter

I have seen two syntaxes when calling stored procedures that receive parameters in laravel, both work perfectly: //Concatenando parametro DB::select('exec Miprocedimiento "'.$parametro.'"'); //Utilizando ? DB::select('exec Miprocedimiento...
asked on 11.04.2018 / 17:17
2
answers

Materialize - Implement "materialboxed" class in a link

Greetings ... The " Material box " class of the FW Materialize allows the user to click on an image to center and enlarge it. To exit the effect, the user can click on the image again, scroll outwards, or press the ESC key. I intend to a...
asked on 25.02.2017 / 17:17
3
answers

Good practices of use of Database and String.xml

A database with several tables . One of them for example transporte with the following attributes: Nombre DescripciĆ³n Precio At first the application will be available in two languages. What to save in...
asked on 15.04.2016 / 14:24
1
answer

Send mail and attach file with a web service

What I want is to be able to send an email with data that is digitized from my Windows CE project, the problem is that I create the website and put my two codes both the email and export data to excel but then two problems arise. With the s...
asked on 23.08.2016 / 18:06
2
answers

org.hibernate.MappingException: Named query not known

When calling a query with a specific name, the system throws the exception: org.hibernate.MappingException: Named query not known . I've given it several laps but I can not find where the problem is. Consumo.java @Entity @Table( nam...
asked on 03.12.2015 / 16:56
2
answers

Generate table in view through a query to the database. JSON, JQUERY, MVC, .NET

I am new to the forum and I have broken my head all day because I can not solve this. I would greatly appreciate your help. I have a very simple application in c # .net. I need to generate a table from a json that (according to me) contains t...
asked on 28.08.2018 / 00:33
2
answers

Send a message to Whatsapp from a web page?

We are in the middle of a website development for a bakery, and within the requirements that the analysts gave us, he asks us for the following: "Confirm orders first by registering the client and then sending an email or a message by whatsApp t...
asked on 15.07.2016 / 06:42
0
answers

Parameter in directive * ngFor Angular 6

Good morning. I have a component that has 3 input parameters 1-json_columns 2-json_filas 3-name_filter how can I do so that the name_filter is indicated as the pipe to filter in that data group. component.ts @Input('json_colu...
asked on 30.08.2018 / 18:05
3
answers

Get a total through a single query

I have the following tables where I'm taking an inventory, but I also have a reservation table. Tabla Inventario ------------------- | pieza |cantidad | |--------|---------| | pieza1 |100 | | pieza2 |20 | | pieza3 |30 | |...
asked on 02.10.2018 / 21:30
1
answer

Problem consult self-referenced table

I want to be able to put together my dynamic menu with the following data structure: The menu is restricted by user roles. To my table menu, I have added a column id_menu_padre to be able to build the structure type "tree" that my menu sho...
asked on 03.09.2018 / 18:13