Posts by Desenvolvimento FJ Sistemas • 3 points
6 posts
-
0
votes1
answer40
viewsA: Multiplication of Values
package br.com.fjsistemas.cadastros.view; import java.text.NumberFormat; import java.text.ParseException; import java.time.LocalDate; import java.util.HashMap; import java.util.List; import…
-
0
votes1
answer26
viewsA: Help with method to add new item
Solution: package br.com.fjsistemas.cadastros.view; import java.text.NumberFormat; import java.text.ParseException; import java.time.LocalDate; import java.util.HashMap; import java.util.List;…
-
-1
votes1
answer26
viewsQ: Help with method to add new item
Good afternoon I have this sales screen: As you can see I selected a product, set the quantity and the values were set automatically. Now my idea is, to add a new item, with the same fields,…
-
0
votes2
answers48
viewsA: How to Get the value of a multiplication?
resolved as follows: package br.com.fjsistemas.cadastros.view; import java.text.NumberFormat; import java.text.ParseException; import java.time.LocalDate; import java.util.HashMap; import…
-
-1
votes2
answers48
viewsQ: How to Get the value of a multiplication?
System made in Vaadin + Java + Springboot + Maven + Mysql I have a sales system, where the user chooses the product he wants to buy in a Combobox, sets the amount he wants to buy (Numberfield), when…
-
-1
votes1
answer40
viewsQ: Multiplication of Values
I have a product sales system In this system the user selects the product in a Combobox, after selecting the product the field Unit Value (Textfield) is filled automatically with the value that was…