Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anterior Revisión previa | |||
|
aplicaciones:dolibarr [2020/04/07 10:16] fmolinuevo |
aplicaciones:dolibarr [2020/04/10 20:33] (actual) fmolinuevo |
||
|---|---|---|---|
| Línea 10: | Línea 10: | ||
| then modify some instances at the beginning of the file as FormatDateShort=%m/%d/%Y to FormatDateShort=%d/%m/%Y , there are few other instances just below that one that you can try to modify until you get what you need. | then modify some instances at the beginning of the file as FormatDateShort=%m/%d/%Y to FormatDateShort=%d/%m/%Y , there are few other instances just below that one that you can try to modify until you get what you need. | ||
| + | |||
| + | The same for numbers format! | ||
| Check charset and collation: | Check charset and collation: | ||
| USE db_name; SELECT @@character_set_database, @@collation_database; | USE db_name; SELECT @@character_set_database, @@collation_database; | ||
| + | |||
| + | Invoice mask example: | ||
| + | |||
| + | IN{yyyy}-{yy}/{0000+1053} | ||
| + | |||
| + | |||