Posts by Tyago Veras • 47 points
5 posts
-
1
votes1
answer105
viewsQ: update mysql attribute according to a day (12/12/2019) cakephp, mysql
I have the following problem: If a client does not pay a certain portion, he would like the system (mysql+cakephp) to place the client with the debtor status. would have some way to automate this,…
-
0
votes1
answer25
viewsA: Update a model’s attribute by another cakephp’s controller
I got it with that code: $this->Iten->Contrato->id=$id; $this->Iten->Contrato->saveField("valorTotal",$novoValor);
-
0
votes1
answer25
viewsQ: Update a model’s attribute by another cakephp’s controller
[SOLVED] I have a business logic as follows, when the user changes an attribute to paid (change from 0 to 1) I need him to update the balance value of another model. when the user changes the status…
-
0
votes1
answer249
viewsQ: Error while consuming Swagger api from the transparence portal
Using this code to consume the api is giving an error in cross-Omain $('#seguro').click(function(){ cpf = $('#cpf').val(); endapitrans =…
-
3
votes3
answers1392
viewsQ: Grab content from div, a, select
I have a problem implementing this simulation, is the following, the user chooses the package by clicking on one of these boxes (monthly, quarterly, semi-annual or annual) then choose in select the…