> I'm interested using elog for a lab notebook. Once entries have been
> entered they cannot be changed/edited.
> Is it possible for elog to be setup to support something like this? A write
> only mode?
What you need is an entry in the elogd.cfg file:
Manu commands = Back, New, Reply, Find, Config, Logout, Help
As you see, the "Edit" and "Delete" commands are missing here and therefore
do not get displayed. So you can enter a message with "New", but you cannot
change it afterwards. |
propose to put
[Submit] [Back] [Submit & Notify] button on top/bottom
new parameter 'shell option'
[test]
...
Attributes = NotifyMode, Param1....Param10, Adresse, Subject, ...
Options NotifyMode = mail, SMS, Fax, printer...
; this command will invoque a shell command
; example
ShellCommand = <my shell command> parameters ...
like in WINDOWS 2000
ShellCommand = START.EXE notify.bat $NotifyMode $Param1, $Param2, $Param3
; in this case no necessity to modify the C source
; in windows I suggest the start.exe with a exit command
; so no necessary to wait the return code from the shell |
> From Version 2.2.5 on, the configuration file entries
>
> User = ...
> Group = ...
>
> have been changed to
>
> Usr = ...
> Grp = ...
>
> in order not to conflict with the new "Group = ..." option which is used by
> hierarchical logbooks.
not really a bug
works very fine just remarks : with this example
Group Phone & Adress = Whois, Qui_est_Qui
Group Extranet = Aide, Promos_Clients, Qui_est_Qui, Joke
[whois] is a intranet section for us : [qui_est_qui] is public
I add 'copy to = Qui_est_qui'
so extranet or public can acces to limited information
just remove the attributes and guest user can see only limited info
see example below
small problem :
****************
Logbook Tabs = 0 in the guest logbook will close the group header
may be create a parameter to solve ?
GroupGuest Extranet = ....
;-------------------- intranet info----------------
[Whois]
Comment = MBA & his Partner all your personal info must be here
Subdir = whoiswho
Menu commands = Back, New, Edit, Find, Help, Copy to
Attributes = Partner, AsTo, YourName, SurName, email1, email2, hotmail,Yahoo,
GSMmail, Nickname, phone, fax, portable , home , adress, Remarks, birthday,
QuadroUser, Function, Division
MOptions Partner = Mba, MbaCZ, BusinessCom, Edipax, Ibi, Other
Required Attributes = Parner, CodeName, YourName, email1, phone, birthday
Preset GSMmail = ???@proximus.be
Preset portable = 00 32
Copy to = Qui_est_Qui
Quick filter = Partner, Date, AsTo
;------------------------------------
[Qui_est_Qui]
Comment = MBA et ses collaborateurs à votre service
Subdir = logbooks/whoiswho/public
Attributes = Partner, YourName, SurName, phone, fax ,portable ,email1 ,
hotmail, GSMmail, Nickname, Remarks,Function, Division
MOptions Partner = Mba
Date format = %d/%m/%y
Quick filter = Date
;--------------------pas d'acces au autre menu no acces to main menu
Logbook Tabs = 0
Guest menu commands = Find
Guest find menu commands = Find
;-------------- rectriction on edit if not put 1
Restrict edit = 1
Display mode = full
Help URL = http://www.mba.be
|