Print / forms Command | Explanation | Required Value |
---|
ntp | This is the operator indicating the use of NTP.exe | ntp | -d | This is the first command flag. -d indicates that an output destination will be defined following the flag | -d | \\Hostname\ShareName | This is the full share location of the printer. Note: If the printer is installed locally on the App server, you will not need \\Hostname\, only the name of the printer. | \\Hostname\ShareName or PrinterName | -@ | This command flag indicates that the output will use an options file to define the output format | -@ | ls.ntp | This is where the output format is defined. Available formats are included in the %musys%\pdefs folder on the Munis application server. Basic outputs include: - ls.ntp - Landscape
- pm.ntp – Portrait Mode
- nr.ntp – Narrow Report
| |
How To Setup a Printer Definition To Print In Landscape Duplex Mode
A unique printer definition will need to be setup for each output type needed. As such, it is not uncommon for up to three unique printer definitions to exist for each printer added to Munis. This ensures end users can print in whatever format works best for the situation. When naming printers, it is helpful to define a standardized naming schema, such as: {UserInitials}_Local_{OutputType} For example, consider the following scenario: User: John Smith Workstation Hostname: JSOffice Printer ShareName: LocalPrint Recommended Printer Definition: Printer Name | Print/Forms Command | Output Result |
---|
js_local_pm | ntp -d \\JSOffice\LocalPrint -@ pm.ntp | Portrait print job to John's local printer | js_local_ls | ntp -d \\JSOffice\LocalPrint -@ ls.ntp | Landscape print job to John's local printer |
|