Posts by Leonardo - Paletitas • 47 points
3 posts
-
0
votes1
answer26
viewsQ: Ways to implement day "opening" to release data entry
I am with a page that collects information from the sales team, with customer data, competition data, etc. Follow code: CREATE TABLE dados_relatorio( id int(4) unsigned NOT NULL AUTO_INCREMENT,…
-
0
votes1
answer20
viewsQ: Taking data from a select to trigger an IF before sending the data (POST)
I am improving my original project, where the Giovane solved the problem I had, but now I’m in a situation where, depending on the select, I’ll have different options and actions. In my current use,…
-
4
votes1
answer60
viewsQ: Problem with JS and id that only work with the first id used
I’m not a professional developer, but as in any workplace, technical support does everything. I was asked to create a support page for the external sales team, where they can include information…