|
Renumber Inventory Stock Numbers or Customer Numbers. |
|
|
Script Checker. |
|
|
Price Tag File Conversion. |
|
|
Copy Time Clock Data. |
|
|
Mass Delete Transactions. |
|
|
Delete Utility. |
|
|
Fix Transaction File Header. |
|
|
Transaction File Header Program. |
|
|
Alternate Inventory Codes Importer. |
|
|
Accounts Receivables Customer Balances Importer. |
|
|
Main Program Executable. |
|
|
Data Backup Program. |
|
|
Data Restore Program. |
|
|
Database Index Resorter. |
|
|
Reports Available Inventory Stock Numbers. |
|
|
Duplicate Transaction Remover. |
|
|
Scripts Import/Export Format Documentation. |
|
|
Screen Saver Display. |
|
|
Update Price Fields. |
|
|
Update Parent Child Costs. |
CHGNUMS.EXE / WCHGNUMS.EXE:
Change Numbers Above= : (default is 0). This number marks a limit that preserves numbers at and below its level. For example, to exclude inventory items numbered 1 to 1000 from being changed, set this number to 1000. Then only items numbered 1001 and higher will be changed. Note that the program will still change deleted items (their history is changed to number 0). To just change the history of deleted items to 0 so that their stock numbers can be reused and not change the number on any existing items, then set the Change Numbers Above parameter to 99999.
Read Changes from File=: Reads in the Old/New number combinations from the file CHGNUMS.TXT. This file can be in just about any delimited format as long as each record has the Old number field first, followed by a delimiter, followed by the New Number. The delimiter will usually be a Space, Comma, or Tab, but can also be any non-numeric character(s). The log files generated by CHGNUMS are supported. To use them, copy CHGINV.LOG (or CHGCST.LOG) to CHGNUMS.TXT before running the program. If a log file is used, then the program will search for the last set of changes in the file and used those (since the log file can hold more than one set of changes). The Starting New Number parameter is ignored. However, the Change Numbers Above parameter is still used (i.e. the program won't change a record if its current number is below the Change Numbers Above value).
***Important note for Read Changes from File parameter:
Supports the standard Keystroke command line switches.
The syntax is: CONVPTG OldTag
/M - Merge directory, follow this switch with the location of the KSCLK.TMP file.
Start= : Starting Date (Start=04/10/94 or Start=-2Y).
End= : Ending Date (End=05/26/96 or End=-2D )
StartTime= : default is 0:00am
EndTime= : default is 11:59pm
TYPE - put what to export after this switch. This is two characters which match the Hot Keys on the export function used in the Configuration Manager, but only Sales Transactions and Purchase Transactions are supported. Valid Types are for Sales are: TYPE=SA, TYPE=SB, ... TYPE=SL. Valid Types for Purchase Transaction are: TYPE=PI, TYPE=PO, TYPE=PR.
Filter= : put the filter to be used after this switch. The format is the filter number followed by the condition which is enclosed in quotes. The number is found by the position of the field in the Filter Field list on the Transaction Reports. (e.g Filter=2">100 and <200" will delete Transaction Numbers between 100 and 200). More than one filter switch can be used. If more than one is used, all must match.
/NOP : No Pause - Eliminates warning prompts.
/NOINV : No Inventory - do not update inventory levels.
/G - Go to function. This switch will automatically run the specified function. Specify the function by entering the Highlighted Hotkey from the menu in the program. (e.g. Update-Open Orders is /GPO). Not all functions are supported due to security concerns.
/NOP - NO Pause - Will not stop to ask if you really want to run the selected function.
FILE=filename - Where filename is the first five letters of the type of file to view (e.g. FILE=KSSTR for Store Transfers).
USAGE : IMPALTIC [/F filename] [DBCODE= I|C|V] [/C N|D|C|L|M] [/I]
DBCODE= The database to import into.
I=Inventory (default), C=Customer, V=Vendor
/C - What to look up by:
For Inventory: N=Stock Number, D=Description, C=Product Code, L=Class, M=Manufacturer
For Customers and Vendors: N=Customer/Vendor Number, C=Code
/F - Filename (including path) of file to be imported (default is ALTCODES.TXT located in the program directory).
The default is to look up each inventory item by Stock Number. Use /C to specify a different field to search by.
/I - ID First - switches the order of the fields. The first field identifies the exiting item in Keystroke and the second field is the new Alternate Code. (This is the order that Keystroke exports Alternate Codes in).
Supports most of the standard Keystroke command line switches.
IMPORTAR [/F filename] [/C C|N|M|P|Z] [P0=date] [P1=date] [P2=date] [P3=date]
/C - C=Code, N=Number, M=Name, P=Phone, Z=Zip
The default is to look up each customer by Customer Code and the date for each period will be the last date of the prior month.
Supports most of the standard Keystroke command line switches.
Starts the Keystroke POS system.
This program supports the standard Keystroke command line switches:
/TUTOR : Use the tutorial data (located in the TUTOR\ subdirectory)
/D : Directory - Follow with the path of the directory that contains the data files. (/D C:\DATA)
/R : Register Number - Follow with the register number.
/K : Keystroke Resource Directory - Follow with the path to store the files that are used to produce the screens displayed. (/K C:\TEMP)
/U : User Temporary Directory - Follow with the path to store temporary files in.
/C : Configuration File - Follow with the name of the Configuration file. (/C KSCNF.DAT)
/F : Forms File - Follow with the name of the forms file (/F FORMS.DAT).
/P : Printer - Follow with the name of the printer setup file. (/P PRINTERS.DAT)
/LOWMEM : Program will use less memory to run (use with large data files).
/B : Black and White - Turns color off.
/S : No Sound - Turns sound off.
DISPLAYOFF: No Customer Display
DRAWEROFF: No Cash Drawer
/E : Data Extension - Follow with the extension to be used for the data files. (/E DAT)
ATKB : AT Keyboard - Forces recognition of new keyboards (use on laptops).
XTKB : XT Keyboard - Forces recognition of older keyboards.
/NOSNOW : Helps to reduce 'Snow' or 'Flicker' on older monitors.
/NOSPLIT : Don't split (start new) transaction files (don't use).
LOCKFILES= Increase File Locking/Unlocking frequencies to flush out data buffered by the computer or network. 1=File Level, 2=Record Level 4=Confirm each Write (numbers can be added together, see below) .
The following special switches are also available:
/NEWFILE : Force program to immediately split the current transaction file (start a new one).
/TIME : Prompt for current Date and Time.
/G : Go Direct to Module - Follow with name of module to go to. (/G LOGO)
/NOD : No Disk Space Check or File Size Check - turns off 'About out of disk space' and 'File is reaching maximum size warnings.'
NOTES:
LOCKFILES= switch is designed to help eliminate data corruption problems on networks that are caching/buffer data that should not be. The support settings are 1, 2, 4, or a combination of the numbers added together (e.g. 7 would turn on 1, 2, and 4). 1 = Lock/Unlock file when opened. 2 = Lock/Unlock records when adding new records. 4 = Verify each new record.
Supports only the following special switches:
PAUSE=1 : Will pause before performing backup.
RESETATTRIB=1 : the Attribute flag on files backed up will be cleared.
CHECKLAST=1 : Will stop if last backup has not been restored. This switch should only be used when using the backup to transport files between two locations (store/home).
PASSWORD= : follow with the password required to restore the files.
PASSWORD=* will stop and ask for the password. If this is used, PKZIP will encrypt the backup file and it will be unreadable without the password.
Reports on all available (unused) Stock Numbers.
Supports all the standard Keystroke command line switches.
/NOINV - No Inventory Updates - Will not update the QOH, etc. as duplicates are removed. This should be used when the duplicates were created by running STOREMRG /NOINV.
/NOCUST - No Customer Updates - if this is used then the program will not update the Customer's Amount Due and Total Purchased fields as duplicates are removed. This should be used when the duplicates were created by running STOREMRG /NOCUST.
/NOLOG - Do not write to the log file (REMDUPES.LOG)
Main :
"M", "Description", "ProductCode", "StockNumber", "Class", Beeps, NumScripts
Script:
"S", "Name", "Type", "SortNum", "StartRange", "EndRange", Flags, MinItems, MaxItems, Qty, NumListItems, "Message", "Comment"
Type:
1 = Reminder Message
2 = Prompt for Comment
3 = Tag-along Item
4 = Add Item from List
5 = Add Item from Range
SortNum:
1 = Description
2 = Product Code
3 = Stock Number
4 = Class
Flags: (Several can be set at one time)
1 = Component Item
2 = Replace Scripted Item
4 = Out of Stock Only
8 = Fixed Qty
16 = Roll Up Cost
32 = Prompt For Qty
64 = Roll Up Price
Item List:
"I", NumListItems, SortNum, Stock#1, Stock#2, S#3, ..., S#59, S#60.
PriceTable= : Enter the single character Code that identifies the Price Table to use (default is PriceTable=$)
Update= : Enter either P/S/L/1/2/3/A/C for basePrice / Saleprice / Listprice / level1 / level2 / level3 / Avgcost / lastCost (default is Update=P).
Date= ; Enter date that formula must be valid on (default is Date=Today)
Filter= : put the filter to be used after this switch. The format is the filter number followed by the condition which is enclosed in quotes. The number is found by the position of the field in the Filter Field list on the Inventory Database Report. (e.g Filter=3">100 and <200" will update items whose stock number is between 100 and 200). More than one filter switch can be used. If more than one is used, all must match.
/NOP : No Pause - Eliminates warning prompts.
Filter= : put the filter to be used after this switch. The format is the filter number followed by the condition which is enclosed in quotes. The number is found by the position of the field in the Filter Field list on the Inventory Database Report. (e.g Filter=3">100 and <200" will update items whose main parent's stock number is between 100 and 200). More than one filter switch can be used. If more than one is used, all must match.
/NOLASTCOST : Don't update Last Cost fields.
/NOAVGCOST : Don't update Average Cost fields.
/NOP : No Pause - Eliminates warning prompts.
END OF LIST
Copyright © 1988 - 2010 Specialized Business Solutions | (800) 359-3458
|