| | 301 | <separator/> |
| | 302 | <button> |
| | 303 | <id>report</id> |
| | 304 | <label/> |
| | 305 | <dscrpt>Raport</dscrpt> |
| | 306 | <onclick>window.open('litescript.php/demo/?script=GenerateReport&ent_id=2&ent_name=Demo S.A.&rep_id=15', '_blank', 'toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, width=980, height=800, resizable=yes, copyhistory=no');</onclick> |
| | 307 | <icon> reports.png</icon> |
| | 308 | </button> |
| | 309 | <button> |
| | 310 | <id>xls</id> |
| | 311 | <label/> |
| | 312 | <dscrpt>XLS</dscrpt> |
| | 313 | <onclick> window.open('litescript.php/demo/?script=GenerateReport&ent_id=2&ent_name=Demo S.A.&rep_id=15&download=t', '_blank', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, width=1, height=1, resizable=yes, copyhistory=no');return false;</onclick> |
| | 314 | <icon>xls.png</icon> |
| | 315 | </button> |
| | 316 | <button> |
| | 317 | <id>pdf</id> |
| | 318 | <label/> |
| | 319 | <dscrpt>PDF</dscrpt> |
| | 320 | <onclick> window.open('litescript.php/demo/?script=GenerateReport&ent_id=2&ent_name=Demo S.A.&rep_id=15&download=t&out=pdf', '_blank', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, width=1, height=1, resizable=yes, copyhistory=no');return false;</onclick> |
| | 321 | <icon> pdf.png</icon> |
| | 322 | </button> |