View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001090 | NOALYSS | Bug | public | 2015-02-17 22:48 | 2015-02-17 23:57 |
| Reporter | danydb | Assigned To | danydb | ||
| Priority | normale | Severity | mineur | Reproducibility | toujours |
| Status | fermé | Resolution | corrigé | ||
| Product Version | 6.8.0.0 | ||||
| Target Version | 6.8.0.1 | Fixed in Version | 6.8.0.1 | ||
| Summary | 0001090: Comptabilité analytique à partir écran confirmé: somme incorrecte | ||||
| Description | Enregistrer une vente ou un achat depuis le résumé d'une opération passée, ne permet plus d'ajouter des lignes dans la comptabilité analytique | ||||
| Tags | No tags attached. | ||||
| Extension Noalyss | |||||
|
|
function compute_total_table(p_table, seq) { try { var i = 0; var tot = 0; var col = document.getElementsByName("val[" + seq + "][]"); for (i = 0; i < col.length; i++) { + if ( $(p_table).contains(col[i])) { tot += parseFloat(col[i].value); + } } return tot; } catch (e) { alert(e.message); } } |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-02-17 22:48 | danydb | New Issue | |
| 2015-02-17 22:49 | danydb | Note Added: 0002743 | |
| 2015-02-17 22:49 | danydb | Assigned To | => danydb |
| 2015-02-17 22:49 | danydb | Status | new => acknowledged |
| 2015-02-17 23:55 | danydb | Target Version | Next Release => 6.8.0.1 |
| 2015-02-17 23:55 | danydb | Status | acknowledged => resolved |
| 2015-02-17 23:55 | danydb | Fixed in Version | => 6.8.0.1 |
| 2015-02-17 23:55 | danydb | Resolution | open => fixed |
| 2015-02-17 23:57 | danydb | Status | resolved => closed |