|
|
At various data entry points within the system you will be presented with a list of lines or items against which individual actions can be performed. For example, a list of invoice lines in an invoice. The command field is provided in these instances to allow you to manipulate the items in your list.
The available commands are:
Command |
Description |
I |
inserts one line below the selected command line. |
Inn |
inserts nn lines below the selected command line. |
IP |
inserts one line above the selected command line. |
IPn |
inserts n lines above the selected command line. |
D |
deletes the selected command line. |
Dnn |
deletes nn lines starting at the selected command line. |
DD |
deletes a block of lines starting at the first command line with DD and finishing with the second command line with DD. |
M |
moves the selected command line. |
Mnn |
moves nn lines starting with the selected command line MM moves a block of lines starting at the first command line with MM and finishing with the second command line with MM. |
C |
copies the selected command line. |
Cnn |
copies nn lines starting with the selected command line. |
CC |
copies a block of lines starting at the first command line with CC and finishing with the second command line with CC. |
F |
follows, this command is used in conjunction with one of the M, or C commands; the move is made to a position after the command line selected with F. |
P |
preceding, this command is used in conjunction with one of the M, or C commands; the move is made to a position above the command line selected with P. |
" |
duplicates the selected line at the this position "nn duplicates the selected line nn times at this position. |
"" |
duplicates a block of lines starting at the first command line with "" and finishing with the second command line with "". |
""n |
Duplicates a block of lines starting at the first command line with ""n and finishing with the second command line with ""n and makes duplicates of the block. |