Posts by Jean Prado • 101 points
11 posts
-
0
votes1
answer383
viewsA: Accumulated balance with multiple accounts - SQL
The problem was solved as follows, I informed the bank ids within subselect select bancos.id, bancos.date, bancos.type, bancos.description, bancos.account_plan_id, bancos.money * case when…
-
-1
votes1
answer383
viewsQ: Accumulated balance with multiple accounts - SQL
I’m having trouble creating an account statement that has the option to filter all accounts and/or only a few accounts. I am using this SQL to appear these record this way select bancos.id,…
-
2
votes1
answer1512
viewsQ: How to load edit modal dynamically using Laravel?
In an application I am doing the following to load my Bootstrap Modals index.blade.php Obs: data-target(#Edit{$ecategory->id}}) used to call modals @foreach($ecategories as $ecategory) //listando…
-
0
votes2
answers5343
viewsQ: How to run a jquery script when loading a page
This is my form: <form name="ff"> <select id="type" name="type"> <option value="0">Federal</option> <option value="1">Estadual</option> <option…
-
0
votes3
answers604
viewsQ: Dynamically Place Plot Value
I have a form with 3 input 1 Total value 2 plots 3 Value of the Tranche I am specifying that by placing the total value and the number of installments, already fill in the value of the installment.…
-
0
votes1
answer295
viewsQ: Use the one parameter in other pages with Laravel?
I’m doing an app on Laravel 5.4 that the administrator modifies various information of a particular client. Example: in the customer listing is clicked on Modules The user is directing to another…
-
1
votes1
answer1091
viewsQ: Orange Sum and Subtraction Update?
I’m starting to learn how to use the Framework Laravel 5.4 for this I am making a personal finance system and I have a table of Conta with the countryside (Saldo); I would like to make a transaction…
-
1
votes1
answer104
viewsQ: Select Feed with another Select Mysql
I’m trying to feed a Select according to what was selected in another Select leading <select id="grupo" name="grupo" > <option>Selecionar Grupo</option> <?php…
-
0
votes3
answers182
viewsQ: Radio enabled field, bank checked
Guys I got a problem! I have a Radio that I receive the value of the bank <div class="radio"> <label> <input type="radio" name="empresa_tipo" value="J" <?php echo…
-
3
votes1
answer306
viewsQ: Problems when defining url string whose query string parameter contains the dollar ($) character
I am using a WS API in JSON that the URL is https://api.movidesk.com/public/v1/persons?token=52ee6ca5-8639-422b-bafe-470013c11176&$filter=profileType eq 2 which is the example in which the API…
-
1
votes1
answer2193
viewsQ: Json with Array within PHP array
I run into a problem. I have an API in URL passing { "id": "1", "codeReferenceAdditional": "33B", "isActive": true, "personType": 1, "profileType": 3, "accessProfile": "Administradores",…