home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / commercial / acp / profesnal / !Entprise / Resources / PayMaster / messages < prev    next >
Text File  |  1994-07-03  |  3KB  |  87 lines

  1. # Micro-Trader Payroll Module - Messages file
  2. # ===========================================
  3. # English version (c) Circle Software 1994
  4.  
  5. # Menu texts.
  6.  
  7. MPAY:Payroll,Edit employee...,Edit pay rates...,Transactions,Print reports,Period end...,Year end...,Edit Tax & NI,Options
  8. MPTR:Transactions,Timesheets...,Salary adjustments...,Check payslips...,Payroll run...
  9. MPEP:Edit Tax & NI,Tax data...,NI Not cont. out...,NI Cont out...,NI Earnings bands...,Sick pay data...
  10. MPOP:Options,Set up...,Nominal acc...
  11. MREP:Reports,All Employees,Pay rates list,Timesheet details,Payslip details,Employee report,Payrun summary,Employee summary,Period summary,Annual Summary,All payslips,Print cheques,Coin analysis,Bank transfers,P14 Listing,Custom reports
  12.  
  13. # Misc. texts.
  14.  
  15. PayInt:Week,2 Weeks,4 Weeks,Month
  16. TimeInt:Day,Week,Month
  17.  
  18. # Error messages.
  19.  
  20. NoEmps:No employees on file.
  21. NoTime:No timesheet selected.
  22. NoPay:No payslip selected.
  23. NoEmpRec:No employee record selected.
  24. NoPayNum:No employee number entered.
  25. NoFiler:Access filer module not loaded.
  26. NoPath:To save, drag the icon to a directory display.
  27. EmpExists:Employee number already exists.
  28. RateExists:Payrate code already exists.
  29. NoRec:No record selected.
  30. UnknownFile:Unknown file %s in item %s
  31. BadMenu:Bad report menu entry.
  32. BadOperation:Undefined operation attempted on item '%s'.
  33. NoSlips:No pay slips printed.
  34. SlipsDone:%i Pay slips processed.
  35. NoSum:No pay runs done.
  36. NotFound:Cannot find match.
  37. NoPrinter:No printer driver installed.
  38. ExportFail:Export failed, receiving task did not acknowledge.
  39. TooBig:Pay amount too large for coin analysis routines.
  40. PrintError:There were errors in the report form file, see report.
  41. NoRuns:No pay runs have been done.
  42.  
  43. # Coin Analysis Data.
  44. # Coin denominations, 'c = n' means include at least 'n' coins if possible.
  45. # Smallest must be first, values in smallest units (pence).
  46.  
  47. Coins: 1, 2, 5, 10, 20, 50, 100=2, 500=2, 1000=2, 2000
  48.  
  49. # General message texts.
  50.  
  51. NoPaySlips:Payslips not filed for printing.|MUse Reports menu option.
  52.  
  53. # Fixed report form file definitions -
  54. #
  55. # The following defines the directory containing the form files.
  56. #
  57. FormDir:<Entprise$Dir>.PayData.Forms
  58. #
  59. # The following define the form files to be used. 
  60. # Timesheets and Payslips are defined in the program Options window.
  61. #
  62. EmpList:EmpList
  63. PayRates:PayRates
  64. EmpDetails:EmpDetails
  65. PayRunSum:PayRunSum
  66. EmpSummary:EmpSummary
  67. PeriodSum:PeriodSum
  68. AnnualSum:AnnualSum
  69. Cheque:Cheque
  70. CoinAnal:CoinAnal
  71. BankTrans:BankTrans
  72. FormP14:FormP14
  73.  
  74. # Custom Reports menu data. May be edited - please observe format! (No spaces).
  75. # ============================================================================
  76. #
  77. # Format:-
  78. #
  79. # REPTMENU:<menu_title>,<No_of_entries>
  80. # REPORT_n:<entry_text>,<formfile_pathname>
  81.  
  82. REPTMENU:Custom reports,3
  83.  
  84. REPORT_1:Compute test,CompuTest
  85. REPORT_2:Nominal Accs.,NomAccList
  86. REPORT_3:Variable test,VarTest
  87.