Re: enable batch file execution, posted by dev on Wed Jan 28 19:50:41 2015
|
First of all thanx for your kind help. Kindly help me on the following problem.
I have a logbook which keeps the record of all fault booked by different subscriber.this logbook has three attribute downtime,uptime
& total duration (date &time format) . I want to calculate the total duration automatically whenevr uptime value is given and |
Re: enable batch file execution, posted by Stefan Ritt on Wed Jan 28 19:57:32 2015
|
This is not possible with ELOG. May I suggest that you use a spreadsheet for that.
dev
wrote:
First of all thanx for your kind help. Kindly help me on the following problem. |
Re: enable batch file execution, posted by dev on Wed Jan 28 20:00:15 2015
|
Sir, how to use that spreadsheet
can the calculation is possible by running a batch file .
Stefan |
Re: enable batch file execution, posted by Stefan Ritt on Wed Jan 28 20:03:05 2015
|
https://docs.google.com/spreadsheets
dev
wrote:
Sir, how to use that spreadsheet |
Re: enable batch file execution, posted by dev on Wed Jan 28 20:07:48 2015
|
Is it as good as Microsoft excel sheet.
but how can achieve my aim of calculation how how to integrate it with elog
Sorry for disturbing yau again and again |
Re: enable batch file execution, posted by Stefan Ritt on Wed Jan 28 20:31:58 2015
|
I meant to use it instead of ELOG. Spreadsheets allow calculaiton of dates, etc. So you can achieve what you need. Again: WHAT
YOU WANT IS NOT POSSIBLE WITH ELOG.
dev |
Re: enable batch file execution, posted by Frank Baptista on Sat Jun 15 23:44:35 2019
|
I have not tried these, but since CKeditor works so well, you may want to consider taking a look at integrating jQuery Calx or jExcel...just for fun.
Stefan Ritt wrote:
I meant to use it instead |
Buildrpm / copy .cxx in place of .c, posted by Laurent Jean-Rigaud on Fri Dec 2 14:12:35 2022
|
Hi Stefan,
It seems buildrpm should be updated to take care of cpp files. Plz replace "cp <blahblah>.c
..." by "cp <blahblah>.cxx ..." . |