Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 342.04

Package: Accounts Receivable

AR SITE PARAMETER(#342)-->342.04

Sub-Field: 342.04


Information

Parent File Name Number Package
AR SITE PARAMETER(#342) RATE EFFECTIVE DATE 342.04 Accounts Receivable

Details

Field # Name Loc Type Details
.01 RATE EFFECTIVE DATE 0;1 DATE

  • INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  MAY 06, 1993
  • DESCRIPTION:  This field identifies the date that the associated interest rate, penalty rate, and administration charges become effective. Since these rates remain in effect for any bills created during this time, this information
    should not be altered or deleted.
    For example, if the interest rate of 4% is effective on Jan 1, 1992 and the new interest rate of 4.5% is effective on March 1, 1993, any bills created during Jan 1 thru Mar 1 keep the interest rate of 4%.
  • CROSS-REFERENCE:  342.04^B
    1)= S ^RC(342,DA(1),4,"B",$E(X,1,30),DA)=""
    2)= K ^RC(342,DA(1),4,"B",$E(X,1,30),DA)
  • CROSS-REFERENCE:  342.04^AC^MUMPS
    1)= S ^RC(342,DA(1),4,"AC",9999999-X,DA)=""
    2)= K ^RC(342,DA(1),4,"AC",9999999-X,DA)
    3)= Needed to apply interest/admin rate
    This cross-reference is used to find the most recent interest, administration, and penality rate to apply to a bill.
.02 ANNUAL INTEREST RATE 0;2 NUMBER

  • INPUT TRANSFORM:  S:X<1 X=X*100 K:+X'=X!(X>10)!(X<1)!(X?.E1"."2N.N) X S:$D(X) X=X/100
  • LAST EDITED:  MAY 06, 1993
  • HELP-PROMPT:  Type a Number between 0.1 and 10, 3 Decimal Digits
  • DESCRIPTION:  This is the annual interest rate that bills created during the effective time periods are charged. Interest is charged on a statement to statement time basis. The daily interest rate is the interest rate divided by
    360.
    If a number between 1 and 10 is entered, the number will be converted to percent. Example: 5 will convert to .05, 2 will convert to .02. If a number between 0 and .1 is entered, the number will not be converted by the
    system. Example: .05 will be 5%, .01 will be 1%.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.03 MONTHLY ADMIN CHARGE 0;3 NUMBER

  • INPUT TRANSFORM:  S:X["$" X=$P(X,"$",2) K:X'?.N.1".".2N!(X>10)!(X<0) X
  • LAST EDITED:  MAY 06, 1993
  • HELP-PROMPT:  Type a Dollar Amount between 0 and 10, 2 Decimal Digits
  • DESCRIPTION:  This administrative charge is calculated on an account with any overdue bills. Administrative charges are not added to each bill, but rather on the oldest outstanding bills for each account. If an account has no
    delinquent outstanding bills. then administrative charges are not added,
.04 ANNUAL PENALTY RATE 0;4 NUMBER

  • INPUT TRANSFORM:  S:X<1 X=X*100 K:+X'=X!(X>10)!(X<1)!(X?.E1"."2N.N) X S:$D(X) X=X/100
  • LAST EDITED:  MAY 06, 1993
  • HELP-PROMPT:  Type a Number between 0.1 and 10, 3 Decimal Digits
  • DESCRIPTION:  This is the annual penalty rate that bills created during the effective time periods are charged. Interest is charged on a statement to statement time basis. The daily penalty rate is the penalty rate divided by 360.
    Penalty charges are only applicable to non-benefit debts.
    If a number between 1 and 10 is entered, the number will be converted to percent. Example: 5 will convert to .05, 2 will convert to .02. If a number between 0 and .1 is entered, the number will not be converted by the
    system. Example: .05 will be 5%, .01 will be 1%.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.05 LITIGATION REFERRAL FEE 0;5 NUMBER

  • INPUT TRANSFORM:  S:X["$" X=$P(X,"$",2) K:X'?.N.1".".2N!(X>999)!(X<0) X
  • LAST EDITED:  JUL 01, 1996
  • HELP-PROMPT:  Type a Dollar Amount between 0 and 999, 2 Decimal Digits
  • DESCRIPTION:  
    This is a one-time annual fee charged by Regional Counsel or Department of Justice organizations. At the time this field was created, it's value is retrieved only when Form Letter FL4-485 is printed.
Info |  Details