0% found this document useful (0 votes)
69 views10 pages

Source Code Report Detail

The document summarizes changes made to Java source code files to modify valid journal entries. The changes include: 1. Updating method calls and variable names for consistency. 2. Standardizing the account reference code by taking a substring of the first 3 characters. 3. Adding additional account numbers to account lists for journal entries.

Uploaded by

bukangue
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views10 pages

Source Code Report Detail

The document summarizes changes made to Java source code files to modify valid journal entries. The changes include: 1. Updating method calls and variable names for consistency. 2. Standardizing the account reference code by taking a substring of the first 3 characters. 3. Adding additional account numbers to account lists for journal entries.

Uploaded by

bukangue
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

I.

Perbaikan Jurnal Valid Kontrak

Modified :

1. emfCitifin/Java Source/com/emf/action/contract/RequestDispatchAction.java

Lama Baru
requestEntity.setListInsurancePremiDivi
den(this.getRequestInsuranceDividen(r requestEntity.setListInsurancePremiDividen(this.get
1195 equestForm)); 1195 RequestInsuranceDividen(requestForm));
requestEntity.setUjrohInsurance((BigDecimal)re
1196 questForm.get("totalInsuranceDividen"));

requestEntity.setListRequestDeposit(thi requestEntity.setListRequestDeposit(this.getDeposi
1196 s.getDepositCollateral(requestForm)); 1197 tCollateral(requestForm));

2. emfCitifin/Java Source/com/emf/action/contract/RequestForCreateContractDispatchAction.java

Lama Baru
String str_date_aktif =
rfcc.getRequestDate();//"28/02/2014"; String str_date_aktif = "28/02/2014";
400 //30/09/2013 400 //30/09/2013

3. emfCitifin/Java Source/com/emf/dao/cashier/BankInvoiceSupplierPaymentService.java

List<Object> listAccount = new List<Object> listAccount = new


88 ArrayList<Object>(); 89 ArrayList<Object>();
BankAccount bankFee =
bankAccService.getBankAccount(bt.getBan
91 kAccountNumber());
ContractAmorPaymentService.getInstance().ch ContractAmorPaymentService.getInstance().ch
eckValidityAccount(user.getBranchCode(), eckValidityAccount(user.getBranchCode(),
90 user.getAccountReferenceCode()); 95 user.getAccountReferenceCode());
listAccount.add(0, listAccount.add(0,
Constant.COA_AF_HUTANG_KE_PEDAGANG+u Constant.COA_AF_HUTANG_KE_PEDAGANG+u
95 ser.getAccountReferenceCode()); 101 ser.getAccountReferenceCode());
listAccount.add(1, listAccount.add(1,
96 bankAccount.getAccountNumber()); 102 bankAccount.getAccountNumber());
listAccount.add(2,
103 bankFee.getAccountNumber());
//listAccount.add(2, //listAccount.add(2,
97 bankAccount.getAccountNumber() ); 104 bankAccount.getAccountNumber() );

4. emfCitifin/Java Source/com/emf/dao/contract/ContractAmorPaymentService.java

198 //1. kas 198 //1. kas

listAccount.add(0,Constant.COA_A listAccount.add(0,Constant.COA_AF_K
F_KAS+user.getAccountReferenceCo AS+user.getAccountReferenceCode().s
199 de()); 199 ubstring(1,3));

201 //2. margin ditangguhkan 201 //2. margin ditangguhkan

listAccount.add(1,Constant.COA_A listAccount.add(1,Constant.COA_AF_B
F_BUNGA_DITANGGUHKAN+user.getAcc UNGA_DITANGGUHKAN+user.getAccountRe
202 ountReferenceCode()); 202 ferenceCode().substring(1,3));
203 203

204 //3. piutang pokok 204 //3. piutang pokok

listAccount.add(2,Constant.COA_P listAccount.add(2,Constant.COA_POKO
OKOK+user.getAccountReferenceCod K+user.getAccountReferenceCode().su
205 e()); 205 bstring(1,3));
210 210

211 //4. piutang margin 211 //4. piutang margin

listAccount.add(3,Constant.COA_MARG
listAccount.add(3,Constant.COA_M IN+
ARGIN+ user.getAccountReferenceCode().subs
212 user.getAccountReferenceCode()); 212 tring(1,3));

214 //5. pendapatan margin 214 //5. pendapatan margin

listAccount.add(4,Constant.COA_A listAccount.add(4,Constant.COA_AF_P
F_PENDAPATAN_BUNGA_PEMBIAYAAN_KO ENDAPATAN_BUNGA_PEMBIAYAAN_KONSUMEN
NSUMEN+user.getAccountReferenceC +user.getAccountReferenceCode().sub
215 ode()); 215 string(1,3));
216 216

listAccount.add(5,Constant.COA_D listAccount.add(5,Constant.COA_DANA
ANA_SOSIAL+user.getAccountRefere _SOSIAL+user.getAccountReferenceCod
220 nceCode()); 220 e().substring(1,3));
221 221
listAccount.add(6,Constant.COA_P listAccount.add(6,Constant.COA_PEND
ENDAPATAN_BIAYA_TAGIH+user.getAc APATAN_BIAYA_TAGIH+user.getAccountR
224 countReferenceCode()); 224 eferenceCode().substring(1,3));
225 225

listAccount.add(7,Constant.COA_P listAccount.add(7,Constant.COA_PEND
ENDAPATAN_BIAYA_TARIK+user.getAc APATAN_BIAYA_TARIK+user.getAccountR
228 countReferenceCode()); 228 eferenceCode().substring(1,3));
229 229

result =
mappingDailyService.insertMappin result =
gJournalSpecificUpd(ct.getFinanc mappingDailyService.insertMappingJo
ialTransactionCode(), urnalSpecificUpd(ct.getFinancialTra
ct.getBranchCode(), nsactionCode(), ct.getBranchCode(),
ct.getTransactionTime(), ct.getTransactionTime(),
Constant.MAPPINGJOURNAL_INSTALLM Constant.MAPPINGJOURNAL_INSTALLMENT
ENTPAYMENT_CF_AFF_RP_CASH, PAYMENT_CF_AFF_RP_CASH, listAmount,
listAmount, listAccount, user, listAccount, user, process,
230 process, description , false); 230 description , false);
231 231

listAccount.add(1,Constant.COA_A listAccount.add(1,Constant.COA_AF_B
F_BUNGA_DITANGGUHKAN+user.getAcc UNGA_DITANGGUHKAN+user.getAccountRe
266 ountReferenceCode()); 266 ferenceCode().substring(1,3));

listAccount.add(2,Constant.COA_P listAccount.add(2,Constant.COA_POKO
OKOK+user.getAccountReferenceCod K+user.getAccountReferenceCode().su
267 e()); 267 bstring(1,3));

listAccount.add(3,Constant.COA_M listAccount.add(3,Constant.COA_MARG
ARGIN+user.getAccountReferenceCo IN+user.getAccountReferenceCode().s
268 de()); 268 ubstring(1,3));

listAccount.add(4,Constant.COA_A listAccount.add(4,Constant.COA_AF_P
F_PENDAPATAN_BUNGA_PEMBIAYAAN_KO ENDAPATAN_BUNGA_PEMBIAYAAN_KONSUMEN
NSUMEN+user.getAccountReferenceC +user.getAccountReferenceCode().sub
269 ode()); 269 string(1,3));

listAccount.add(5,Constant.COA_D listAccount.add(5,Constant.COA_DANA
ANA_SOSIAL+user.getAccountRefere _SOSIAL+user.getAccountReferenceCod
270 nceCode()); 270 e().substring(1,3));

//listAccount.add(6,Constant.COA //listAccount.add(6,Constant.COA_AF
_AF_EXPENSE_PENAGIHAN+user.getAc _EXPENSE_PENAGIHAN+user.getAccountR
271 countReferenceCode()); 271 eferenceCode());
listAccount.add(6,Constant.COA_P listAccount.add(6,Constant.COA_PEND
ENDAPATAN_BIAYA_TAGIH+user.getAc APATAN_BIAYA_TAGIH+user.getAccountR
272 countReferenceCode()); 272 eferenceCode().substring(1,3));

result =
mappingDailyService.insertMappin result =
gJournalSpecificUpd(ct.getFinanc mappingDailyService.insertMappingJo
ialTransactionCode(), urnalSpecificUpd(ct.getFinancialTra
ct.getBranchCode(), nsactionCode(), ct.getBranchCode(),
ct.getTransactionTime(), ct.getTransactionTime(),
Constant.MAPPINGJOURNAL_INSTALLM Constant.MAPPINGJOURNAL_INSTALLMENT
ENTALLOCATION, listAmount, ALLOCATION, listAmount,
listAccount, user, process, listAccount, user, process,
273 description , false); 273 description , false);
274 274
275 } 275 }

listAccount.add(0,bt.getLoanAcco listAccount.add(0,bt.getLoanAccount
828 untNumber()); 828 Number());
829 } 829 }
830 830

listAccount.add(1,Constant.COA_A listAccount.add(1,Constant.COA_AF_B
F_BUNGA_DITANGGUHKAN+user.getAcc UNGA_DITANGGUHKAN+user.getAccountRe
831 ountReferenceCode()); 831 ferenceCode().substring(1,3));

listAccount.add(2,Constant.COA_P listAccount.add(2,Constant.COA_POKO
OKOK+user.getAccountReferenceCod K+user.getAccountReferenceCode().su
832 e()); 832 bstring(1,3));

listAccount.add(3,Constant.COA_M listAccount.add(3,Constant.COA_MARG
ARGIN+user.getAccountReferenceCo IN+user.getAccountReferenceCode().s
833 de()); 833 ubstring(1,3));

listAccount.add(4,Constant.COA_A listAccount.add(4,Constant.COA_AF_P
F_PENDAPATAN_BUNGA_PEMBIAYAAN_KO ENDAPATAN_BUNGA_PEMBIAYAAN_KONSUMEN
NSUMEN+user.getAccountReferenceC +user.getAccountReferenceCode().sub
834 ode()); 834 string(1,3));

listAccount.add(5,Constant.COA_D listAccount.add(5,Constant.COA_DANA
ANA_SOSIAL+user.getAccountRefere _SOSIAL+user.getAccountReferenceCod
835 nceCode()); 835 e().substring(1,3));

//listAccount.add(6,Constant.COA //listAccount.add(6,Constant.COA_AF
_AF_EXPENSE_PENAGIHAN+user.getAc _EXPENSE_PENAGIHAN+user.getAccountR
836 countReferenceCode()); 836 eferenceCode());
listAccount.add(6,Constant.COA_P listAccount.add(6,Constant.COA_PEND
ENDAPATAN_BIAYA_TAGIH+user.getAc APATAN_BIAYA_TAGIH+user.getAccountR
837 countReferenceCode()); 837 eferenceCode().substring(1,3));

//listAccount.add(7,Constant.COA //listAccount.add(7,Constant.COA_AF
_AF_EXPENSE_BIAYATARIK+user.getA _EXPENSE_BIAYATARIK+user.getAccount
838 ccountReferenceCode()); 838 ReferenceCode());

listAccount.add(7,Constant.COA_P listAccount.add(7,Constant.COA_PEND
ENDAPATAN_BIAYA_TARIK+user.getAc APATAN_BIAYA_TARIK+user.getAccountR
839 countReferenceCode()); 839 eferenceCode().substring(1,3));
840 840

result =
mappingDailyService.insertMappin result =
gJournalSpecificUpd(bt.getFinanc mappingDailyService.insertMappingJo
ialTransactionCode(), urnalSpecificUpd(bt.getFinancialTra
bt.getBranchCode(), nsactionCode(), bt.getBranchCode(),
bt.getTransactionTime(), bt.getTransactionTime(),
Constant.MAPPINGJOURNAL_INSTALLM Constant.MAPPINGJOURNAL_INSTALLMENT
ENTPAYMENT_CF_AFF_RP_BANK, PAYMENT_CF_AFF_RP_BANK, listAmount,
listAmount, listAccount, user, listAccount, user, process,
841 process, description , false); 841 description , false);
842 } 842 }

listAccount.add(0,pt.getLoanAcco listAccount.add(0,pt.getLoanAccount
1321 untNumber()); 1321 Number());
1322 } 1322 }
1323 1323

listAccount.add(1,Constant.COA_A listAccount.add(1,Constant.COA_AF_B
F_BUNGA_DITANGGUHKAN+user.getAcc UNGA_DITANGGUHKAN+user.getAccountRe
1324 ountReferenceCode()); 1324 ferenceCode().substring(1,3));

listAccount.add(2,Constant.COA_P listAccount.add(2,Constant.COA_POKO
OKOK+user.getAccountReferenceCod K+user.getAccountReferenceCode().su
1325 e()); 1325 bstring(1,3));

listAccount.add(3,Constant.COA_M listAccount.add(3,Constant.COA_MARG
ARGIN+user.getAccountReferenceCo IN+user.getAccountReferenceCode().s
1326 de()); 1326 ubstring(1,3));

listAccount.add(4,Constant.COA_A listAccount.add(4,Constant.COA_AF_P
F_PENDAPATAN_BUNGA_PEMBIAYAAN_KO ENDAPATAN_BUNGA_PEMBIAYAAN_KONSUMEN
NSUMEN+user.getAccountReferenceC +user.getAccountReferenceCode().sub
1327 ode()); 1327 string(1,3));
listAccount.add(5,Constant.COA_D listAccount.add(5,Constant.COA_DANA
ANA_SOSIAL+user.getAccountRefere _SOSIAL+user.getAccountReferenceCod
1328 nceCode()); 1328 e().substring(1,3));

//listAccount.add(6,Constant.COA //listAccount.add(6,Constant.COA_AF
_AF_EXPENSE_PENAGIHAN+user.getAc _EXPENSE_PENAGIHAN+user.getAccountR
1329 countReferenceCode()); 1329 eferenceCode());

listAccount.add(6,Constant.COA_P listAccount.add(6,Constant.COA_PEND
ENDAPATAN_BIAYA_TAGIH+user.getAc APATAN_BIAYA_TAGIH+user.getAccountR
1330 countReferenceCode()); 1330 eferenceCode().substring(1,3));

//listAccount.add(7,Constant.COA //listAccount.add(7,Constant.COA_AF
_AF_EXPENSE_BIAYATARIK+user.getA _EXPENSE_BIAYATARIK+user.getAccount
1331 ccountReferenceCode()); 1331 ReferenceCode());

listAccount.add(7,Constant.COA_P listAccount.add(7,Constant.COA_PEND
ENDAPATAN_BIAYA_TARIK+user.getAc APATAN_BIAYA_TARIK+user.getAccountR
1332 countReferenceCode()); 1332 eferenceCode().substring(1,3));
1333 1333

result = result =
mappingDailyService.insertMappin mappingDailyService.insertMappingJo
gJournalSpecificUpd(pt.getFinanc urnalSpecificUpd(pt.getFinancialTra
ialTransactionCode(), nsactionCode(),
user.getBranchCode(), user.getBranchCode(),
Helper.getTodayDbDate(), Helper.getTodayDbDate(),
Constant.MAPPINGJOURNAL_INSTALLM Constant.MAPPINGJOURNAL_INSTALLMENT
ENTPAYMENT_CF_AFF_RP_BANK, PAYMENT_CF_AFF_RP_BANK, listAmount,
listAmount, listAccount, user, listAccount, user, process,
1334 process, description , false); 1334 description , false);
1335 } 1335 }

//listAccount.add(6,Constant.COA //listAccount.add(6,Constant.COA_AF
_AF_EXPENSE_BIAYATARIK+branch.ge _EXPENSE_BIAYATARIK+branch.getAccou
1868 tAccountReferenceCode()); 1868 ntReferenceCode());
1869 1869
1870 1870

listAccount.add(0,Constant.COA_A listAccount.add(0,Constant.COA_AF_K
F_KAS+user.getAccountReferenceCo AS+user.getAccountReferenceCode().s
1871 de()); 1871 ubstring(1,3));

listAccount.add(1,Constant.COA_A listAccount.add(1,Constant.COA_AF_B
F_BUNGA_DITANGGUHKAN+branch.getA UNGA_DITANGGUHKAN+branch.getAccount
1872 ccountReferenceCode()); 1872 ReferenceCode().substring(1,3));
listAccount.add(2,Constant.COA_P listAccount.add(2,Constant.COA_POKO
OKOK+branch.getAccountReferenceC K+branch.getAccountReferenceCode().
1873 ode()); 1873 substring(1,3));

listAccount.add(3,Constant.COA_M listAccount.add(3,Constant.COA_MARG
ARGIN+branch.getAccountReference IN+branch.getAccountReferenceCode()
1874 Code()); 1874 .substring(1,3));

listAccount.add(4,Constant.COA_A listAccount.add(4,Constant.COA_AF_P
F_PENDAPATAN_BUNGA_PEMBIAYAAN_KO ENDAPATAN_BUNGA_PEMBIAYAAN_KONSUMEN
NSUMEN+branch.getAccountReferenc +branch.getAccountReferenceCode().s
1875 eCode()); 1875 ubstring(1,3));

listAccount.add(5,Constant.COA_D listAccount.add(5,Constant.COA_DANA
ANA_SOSIAL+branch.getAccountRefe _SOSIAL+branch.getAccountReferenceC
1876 renceCode()); 1876 ode().substring(1,3));

//listAccount.add(6,Constant.COA //listAccount.add(6,Constant.COA_AF
_AF_EXPENSE_PENAGIHAN+branch.get _EXPENSE_PENAGIHAN+branch.getAccoun
1877 AccountReferenceCode()); 1877 tReferenceCode());

listAccount.add(6,Constant.COA_P listAccount.add(6,Constant.COA_PEND
ENDAPATAN_BIAYA_TAGIH+branch.get APATAN_BIAYA_TAGIH+branch.getAccoun
1878 AccountReferenceCode()); 1878 tReferenceCode().substring(1,3));

//listAccount.add(7,Constant.COA //listAccount.add(7,Constant.COA_AF
_AF_EXPENSE_BIAYATARIK+branch.ge _EXPENSE_BIAYATARIK+branch.getAccou
1879 tAccountReferenceCode()); 1879 ntReferenceCode());

listAccount.add(7,Constant.COA_P listAccount.add(7,Constant.COA_PEND
ENDAPATAN_BIAYA_TARIK+branch.get APATAN_BIAYA_TARIK+branch.getAccoun
1880 AccountReferenceCode()); 1880 tReferenceCode().substring(1,3));
1881 1881
/*if
(headQuarter.equals(sourceBranch /*if
) || (headQuarter.equals(sourceBranch)
1882 headQuarter.equals(desBranch)) { 1882 || headQuarter.equals(desBranch)) {
1883 1883

listAccount.add(0,bt.getLoanAcco listAccount.add(0,bt.getLoanAccount
2092 untNumber()); //titipan 2092 Number()); //titipan
2093 } 2093 }
2094 2094
listAccount.add(1,Constant.COA_A listAccount.add(1,Constant.COA_AF_B
F_BUNGA_DITANGGUHKAN+branch.getA UNGA_DITANGGUHKAN+branch.getAccount
2095 ccountReferenceCode()); 2095 ReferenceCode().substring(1,3));

listAccount.add(2,Constant.COA_P listAccount.add(2,Constant.COA_POKO
OKOK+branch.getAccountReferenceC K+branch.getAccountReferenceCode().
2096 ode()); 2096 substring(1,3));

listAccount.add(3,Constant.COA_M listAccount.add(3,Constant.COA_MARG
ARGIN+branch.getAccountReference IN+branch.getAccountReferenceCode()
2097 Code()); 2097 .substring(1,3));

listAccount.add(4,Constant.COA_A listAccount.add(4,Constant.COA_AF_P
F_PENDAPATAN_BUNGA_PEMBIAYAAN_KO ENDAPATAN_BUNGA_PEMBIAYAAN_KONSUMEN
NSUMEN+branch.getAccountReferenc +branch.getAccountReferenceCode().s
2098 eCode()); 2098 ubstring(1,3));

listAccount.add(5,Constant.COA_D listAccount.add(5,Constant.COA_DANA
ANA_SOSIAL+branch.getAccountRefe _SOSIAL+branch.getAccountReferenceC
2099 renceCode()); 2099 ode().substring(1,3));

//listAccount.add(6,Constant.COA //listAccount.add(6,Constant.COA_AF
_AF_EXPENSE_PENAGIHAN+branch.get _EXPENSE_PENAGIHAN+branch.getAccoun
2100 AccountReferenceCode()); 2100 tReferenceCode());

listAccount.add(6,Constant.COA_P listAccount.add(6,Constant.COA_PEND
ENDAPATAN_BIAYA_TAGIH+branch.get APATAN_BIAYA_TAGIH+branch.getAccoun
2101 AccountReferenceCode()); 2101 tReferenceCode().substring(1,3));

//listAccount.add(7,Constant.COA //listAccount.add(7,Constant.COA_AF
_AF_EXPENSE_BIAYATARIK+branch.ge _EXPENSE_BIAYATARIK+branch.getAccou
2102 tAccountReferenceCode()); 2102 ntReferenceCode());

listAccount.add(7,Constant.COA_P listAccount.add(7,Constant.COA_PEND
ENDAPATAN_BIAYA_TARIK+branch.get APATAN_BIAYA_TARIK+branch.getAccoun
2103 AccountReferenceCode()); 2103 tReferenceCode().substring(1,3));
2104 2104
result =
mappingDailyService.insertMappin result =
gJournalSpecificUpd(bt.getFinanc mappingDailyService.insertMappingJo
ialTransactionCode(), urnalSpecificUpd(bt.getFinancialTra
bt.getBranchCode(), nsactionCode(), bt.getBranchCode(),
bt.getTransactionTime(), bt.getTransactionTime(),
Constant.MAPPINGJOURNAL_INSTALLM Constant.MAPPINGJOURNAL_INSTALLMENT
ENTPAYMENT_CF_AFF_RP_BANK, PAYMENT_CF_AFF_RP_BANK, listAmount,
listAmount, listAccount, user, listAccount, user, process,
2105 process, description , false); 2105 description , false);

/*if
(headQuarter.equals(sourceBranch /*if
) || (headQuarter.equals(sourceBranch)
2106 headQuarter.equals(desBranch)) { 2106 || headQuarter.equals(desBranch)) {

listAccount.add(0,pt.getLoanAcco listAccount.add(0,pt.getLoanAccount
2314 untNumber()); //titipan 2314 Number()); //titipan
2315 } 2315 }
2316 2316

listAccount.add(1,Constant.COA_A listAccount.add(1,Constant.COA_AF_B
F_BUNGA_DITANGGUHKAN+branch.getA UNGA_DITANGGUHKAN+branch.getAccount
2317 ccountReferenceCode()); 2317 ReferenceCode().substring(1,3));

listAccount.add(2,Constant.COA_P listAccount.add(2,Constant.COA_POKO
OKOK+branch.getAccountReferenceC K+branch.getAccountReferenceCode().
2318 ode()); 2318 substring(1,3));

listAccount.add(3,Constant.COA_M listAccount.add(3,Constant.COA_MARG
ARGIN+branch.getAccountReference IN+branch.getAccountReferenceCode()
2319 Code()); 2319 .substring(1,3));

listAccount.add(4,Constant.COA_A listAccount.add(4,Constant.COA_AF_P
F_PENDAPATAN_BUNGA_PEMBIAYAAN_KO ENDAPATAN_BUNGA_PEMBIAYAAN_KONSUMEN
NSUMEN+branch.getAccountReferenc +branch.getAccountReferenceCode().s
2320 eCode()); 2320 ubstring(1,3));

listAccount.add(5,Constant.COA_D listAccount.add(5,Constant.COA_DANA
ANA_SOSIAL+branch.getAccountRefe _SOSIAL+branch.getAccountReferenceC
2321 renceCode()); 2321 ode().substring(1,3));

//listAccount.add(6,Constant.COA //listAccount.add(6,Constant.COA_AF
_AF_EXPENSE_PENAGIHAN+branch.get _EXPENSE_PENAGIHAN+branch.getAccoun
2322 AccountReferenceCode()); 2322 tReferenceCode());
listAccount.add(6,Constant.COA_P listAccount.add(6,Constant.COA_PEND
ENDAPATAN_BIAYA_TAGIH+branch.get APATAN_BIAYA_TAGIH+branch.getAccoun
2323 AccountReferenceCode()); 2323 tReferenceCode().substring(1,3));

//listAccount.add(7,Constant.COA //listAccount.add(7,Constant.COA_AF
_AF_EXPENSE_BIAYATARIK+branch.ge _EXPENSE_BIAYATARIK+branch.getAccou
2324 tAccountReferenceCode()); 2324 ntReferenceCode());

listAccount.add(7,Constant.COA_P listAccount.add(7,Constant.COA_PEND
ENDAPATAN_BIAYA_TARIK+branch.get APATAN_BIAYA_TARIK+branch.getAccoun
2325 AccountReferenceCode()); 2325 tReferenceCode().substring(1,3));
2326 2326

result =
mappingDailyService.insertMappin result =
gJournalSpecificUpd(pt.getFinanc mappingDailyService.insertMappingJo
ialTransactionCode(), urnalSpecificUpd(pt.getFinancialTra
pt.getBranchCode(), nsactionCode(), pt.getBranchCode(),
pt.getTransactionTime(), pt.getTransactionTime(),
Constant.MAPPINGJOURNAL_INSTALLM Constant.MAPPINGJOURNAL_INSTALLMENT
ENTPAYMENT_CF_AFF_RP_BANK, PAYMENT_CF_AFF_RP_BANK, listAmount,
listAmount, listAccount, user, listAccount, user, process,
2327 process, description , false); 2327 description , false);
2328 2328

You might also like