MnyBank Documentation

Profiles management : NAME table

Name

Table use to transform Name field.
Name  String searched in NAME field. Symbolic strings are :
  • %DEFAULT% (meaning : any string)
NameNew  New value for NAME field. Symbolic strings are :
  • %NAME% : (meaning : initial value of NAME field -> no modification)
Memo  New value for MEMO field if empty. Symbolic strings are :
  • %NAME% : (meaning : initial value of NAME field -> copy NAME to MEMO)
  • %MEMO% : (meaning : initial value of MEMO field -> no modification)
TrnType  New value for TRNTYPE field. Symbolic strings are :
  • %TRNTYPE% : (meaning : initial value of TRNTYPE field -> no modification)
TrnType field must be on of the folowing value :
CodeDescription
CREDIT Credit
DEBIT Debit
INT Interest
DIVDividende
FEEFEE
SRVCHGService charge
DEP Deposit
ATMAutomate
POS Card
XFER Transfer
CHECK Check
PAYMENT Payment
CASH Cash
DIRECTDEP Direct deposit
DIRECTDEBIT Direct Debit
REPEATPMT Repeat Payment
OTHER Other


Exemple

NAME NAMENEW MEMO TRNTYPE
CHQ. CREDIT LYONNAIS %NAME% CHECK
TRESOR PUBLIC TRESOR PUBLIC %NAME% %TRNTYPE%
%DEFAULT% %NAME% %NAME% %TRNTYPE%

If the field MEMO contains "CHQ.", it will be transform to "CREDIT LYONNAIS", the field MEMO (if empty) will be loaded with initial value of NAME field ("CHQ.nnnnnnnnn") and transaction type will be "CHECK".

If the field MEMO contains "TRESOR PUBLIC", it will be transform to "TRESOR PUBLIC", the fields MEMO and TRNTYPE keep there initial value.

In any other case the field MEMO (if empty) will be loaded with initial value of NAME field,  the fields MEMO and TRNTYPE keep there initial value.

See Also

Introduction | Profiles | Tools Menu

SourceForge.net Logo