Project

General

Profile

BankFile » History » Version 1

Soh Keong, 07/30/2012 03:44 PM

1 1 Soh Keong
h1. Bank File
2
3
This is an offline application that will generate total 5 files.
4
# Banamex bank file (text file)
5
# Others bank file (text file)
6
# Banamex bank finance Report (csv file)
7
# Others bank finanace Report (csv file)
8
# Exception Report (csv file)
9
10
h3. Properties file
11
12
# *user* - database user
13
# *password* - database password
14
# *dbUrl* - database url (jdbc:db2://{IP}:{port}/{dbName})
15
# *logPath* - logger file path
16
# *financeRptPath* - path where the text file and csv file will generate to
17
# *bankBranchNumber* - Bank branch number (4 digits)
18
# *bankAccountNumber* - Bank account number (20 digits)
19
20
h3. Step to startup
21
22
*Make sure the value in properties/config.properties file is correct
23
24
Windows / Linux
25
-----------------
26
1. Open Command promp/console and go to BanamexBankFile folder
27
28
2. type below command (without quote). Date will be today date if not enter.
29
> 	A. 'java -jar banamexBankFile.jar' OR
30
31
> 	B. 'java -jar banamexBankFile.jar {date}' (06/2012)
32
33
3. Bank file, Finance report and log will be generate as in config.properties