Read300d (Version 3.01.04) - May 2009 .... June 2009
Access Permissions
| 119 | Edit priced lines - this option has been expanded so that if users cannot edit priced lines they will also not be allowed to change financial amounts via AP. |
|---|---|
| 148 | Can the user edit stock cards marked 'Controlled' |
Data Major
Two new update options have been added:
| SET UPDATE STATUSADD | Add a Status Code to a card |
|---|---|
| SET UPDATE STATUSDEL | Remove (Delete) a Code to a card |
In both cases you will be unable to alter the two codes DD and BD as these are handled separately.
The animal table has had the following added:
The next two apply at present only to sites using the older diary version:
There is a new script 'apptdd' on the animal index that will
list all animals marked Dead (Status DD), that have a future
appointment.
The Stock table (stockprice) has had Milk and Meat withhold details along with any label warning added to it.
You may have had scripts in the past you created on fly and have now
'forgotten' about. An option on :
This can be used to list any scripts not assigned to an index.
Tied to Clinical Transactions there is a separate table with the details - see the On-Line manual for details.
Protocols
Two new '[Show' options have been added:
| [SHOW CLASS | Show the Classification (if any) the animal is in |
|---|---|
| [SHOW STATUS | Displays the animal Status field |
You may want to ask the user who is doing the work, or change the transaction date - you can use:
[ASK xxx
Where xxx can be: | User - Who is doing the work |
| Date - Transaction date |
With the [GOTO tag you can add an IF option to only jump to the
label if an option is valid. The obvious example would be one
protocol for Dogs and Cats but jumping to the correct section
automatically based on the species. See [Goto tag in the manual
for details.
Definition Files
The .filter command in definition files, this is now scanned
for reserved words. The main anticipated use for this will be
including reference number in the command.
.CSV is used, will cause all reserved words to be processed as
normal however, if the replacement text contains a comma ','
then the text will be quoted. This is aimed at definition files
that are being mailed or exported to other systems.
@Date(a date) - This addition to the Date processing options,
will take the date specified and return the American format.
e.g. 12.05.2009 will be returned as 2009-05-12.
Attachments
The system will try to generate thumbnail images of PDF and TXT
files stored on the attachment screen. By default, it will look
for a program '/usr/local/bin/convert' to handle the
conversion.
If you do not have ImageMagick installed or installed in another location you can set the following params.txt entries:
Convert_PDF = /path/and/options to convert
Convert_TXT = /path/and/options to convert
The Convert_PDF
entry is used to display a full thumbnail and just
shrink it, the Convert_TXT
entry will still shrink it but should
keep it readable.
If you set Convert_PDF = NO
then no conversion will be attempted.
Currently this convert option will be called for files ending in .PDF or .TXT only. If there are other attachment types you are receiving on a regular basis please do let us know.
If you do not see the Images please check In Anita:
| Config -> Preferences -> View -> Enable Standard Hotstops | MUST be Ticked |
| View -> History Scrollback | must NOT be Ticked. |
Misc
- Version Number - the system will use
uname -vto get the O.S. version. - Animal warnings Screen - Warnings will cross update.
- Attaching E-Mail to animal cards has been made a lot easier.
See the FAQ at
http://www.premvet.co.uk/premvet/faq/email004.html for details.
- Dockets - Normally all payment lines are shown on the docket as
part of the period work. This has changed; The payment amount
(code 255) has been excluded from the months work and has it's
own entry. Also, payment lines will NOT be shown in the body
of the docket. If you want them shown use the
params.txt
entry
Hide_Today_255 = No
. - Stock - On the Stock Warnings screen there is a 'Controlled'
option, if this is set to Yes then only users with
access permission
148 set can make changes to this item.
- With Automatic Pricing, prefixing the code with a single '/'
will look for all items starting with the text,
//textwill look for text anywhere on the line. It can be cumbersome to remember to enter//text- if you set the params.txt entry:AP_Double_Slash = Yes
then a single / will be taken as //. One less keystroke.