ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
68314
|
Fri Apr 29 20:37:04 2016 |
| Adam Fairbrother | afairbrother@sd73.bc.ca | Bug report | Linux | V3.1.1-0767eb0 | Re: Trouble with Find and Conditional attributes |
Uppon closer inspection, removing the option to preset the secondary attribute as a Option list dosn't do anything for the find page.
This:
Attributes = A, B
Options A = One{1}, Two{2}
{1} Options B = 1, 2
{2} Options B = 3, 4
Still fails to set attribute B to a option list on the find page.
Adam Fairbrother wrote: |
This may be due to how I have my config file setup
Example:
Attributes = A, B
Options B = Please Select A
Options A = One{1}, Two{2}
{1} Options B = 1, 2,
{2} Options B = 3, 4,
Adam Fairbrother wrote: |
I seem to be having some trouble with Find when using conditional attributes.
when I change the primary attribute in the find field, the corrispnding secondary attribute dosn't refresh properly with the list of values.
I am able to use the conditional options as expected when creating a new logbook.
I am using version ELOG V3.1.1-0767eb0 running on debian wheezey (compiled from sid sources)
|
|
|
68313
|
Fri Apr 29 13:36:49 2016 |
| steve bray | steve.bray@vca.gov.uk | Question | Windows | 2.7.8 | Re: How to delete a logbook? |
Stefan,
Thank you that is exactly what I needed to know.
Steve
Stefan Ritt wrote: |
Deleting a logbook in the config page (via "Delete this logbook") only removes the logbook defiition from the config file. To really erase all information you have to go to the file system and delete the whole directory belonging to that logbook. You have one subdirectory per year, containing all logobok entries and also attachments, so make sure you do a recursiver directory removal.
Stefan
steve bray wrote: |
Hello,
What is the procedure to delete a logbook (incl. attachments)?
Steve
|
|
|
68312
|
Fri Apr 29 11:45:51 2016 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.7.8 | Re: How to delete a logbook? |
Deleting a logbook in the config page (via "Delete this logbook") only removes the logbook defiition from the config file. To really erase all information you have to go to the file system and delete the whole directory belonging to that logbook. You have one subdirectory per year, containing all logobok entries and also attachments, so make sure you do a recursiver directory removal.
Stefan
steve bray wrote: |
Hello,
What is the procedure to delete a logbook (incl. attachments)?
Steve
|
|
68311
|
Thu Apr 28 22:54:08 2016 |
| Adam Fairbrother | afairbrother@sd73.bc.ca | Bug report | Linux | V3.1.1-0767eb0 | Re: Trouble with Find and Conditional attributes |
This may be due to how I have my config file setup
Example:
Attributes = A, B
Options B = Please Select A
Options A = One{1}, Two{2}
{1} Options B = 1, 2,
{2} Options B = 3, 4,
Adam Fairbrother wrote: |
I seem to be having some trouble with Find when using conditional attributes.
when I change the primary attribute in the find field, the corrispnding secondary attribute dosn't refresh properly with the list of values.
I am able to use the conditional options as expected when creating a new logbook.
I am using version ELOG V3.1.1-0767eb0 running on debian wheezey (compiled from sid sources)
|
|
68310
|
Thu Apr 28 22:38:00 2016 |
| Adam Fairbrother | afairbrother@sd73.bc.ca | Bug report | Linux | V3.1.1-0767eb0 | Trouble with Find and Conditional attributes |
I seem to be having some trouble with Find when using conditional attributes.
when I change the primary attribute in the find field, the corrispnding secondary attribute dosn't refresh properly with the list of values.
I am able to use the conditional options as expected when creating a new logbook.
I am using version ELOG V3.1.1-0767eb0 running on debian wheezey (compiled from sid sources) |
68309
|
Thu Apr 28 16:45:41 2016 |
| steve bray | steve.bray@vca.gov.uk | Question | Windows | 2.7.8 | How to delete a logbook? |
Hello,
What is the procedure to delete a logbook (incl. attachments)?
Steve |
68308
|
Wed Apr 27 21:27:36 2016 |
| Devin Bougie | devin.bougie@cornell.edu | Question | Linux | 3.1.1 | inactive users |
Hello,
Is it possible to remove the "active" checkbox a user sees when they click on "config"? Alternatively, is it possible to have a new user arrive directly at the logbook they chose, rather than starting out at the config screen?
We are running elog-3.1.1 on SL6 with webserver authentication. For the most part this works great, but somehow a few users become inactive after they login for the first time. They claim they didn't un-check "active," but I can't think of any other way this would happen.
Many thanks,
Devin |
68307
|
Wed Apr 27 14:39:28 2016 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | All | V3.1.1 | Re: How to enforce line breaks in plain text entries? |
> > We use ELOG for our accelerator operation logbooks. As part of the shift handover every shift prints out all
> > entries made during the shift and files the printouts. If one entry in the shift was plain text without
> > appropriate linebreaks (like this one), then this screws up the printout: the whole window is scaled to the
> > width of this line and either the printout is cut off at the right side, or the whole content is scaled down to
> > very tiny scale, which makes it unreadable.
> >
> > Is there a way to enforce line breaks in plain text entries?
>
> Obviously there is: this logbook does add line breaks?!?
>
> Maybe it is only a problem with entries made by the "elog" command?
> I'll find it out and re-post.
>
> Cheers
> Andreas
Yepp, this is a (missing) feature of the elog command. Can you pre-process your messages outside of it, or do I have to add code to elog to do that?
Stefan |