Openbravo Issue Tracking System - Modules
View Issue Details
0024499ModulesStandard OFXpublic2013-08-07 12:242014-04-02 08:59
pramakrishnan 
pramakrishnan 
normalmajorhave not tried
closedfixed 
30Professional Appliance
 
 
0024499: Improvements in Standard OFX
Openbravo only supports the tag described in chapter 11. Add support for the following tags used in chapter 13 of the OFX specification.
Transactions are identified with the INVTRN tag instead of the STMTTRN tag
Instead of the tag TRNTYPE, transaction type is identify by either INCOMETYPE, BUYTYPE or SELLTYPE
Instead of the tag DTPOSTED, dates use DTTRADED
Instead of TRNAMT, transaction amounts use the tag TOTAL
1. Install OFX Bank Statement Format module
2. Navigate to Financial Account and click Import bank statment
3. Choose an ofx file that uses the tags INVTRN, INCOMETYPE, SELLTYPE, BUYTYPE, DTTRADED, TOTAL
4. Notice that the statement is not imported properly
No tags attached.
Issue History
2013-08-07 12:24pramakrishnanNew Issue
2013-08-07 12:24pramakrishnanAssigned To => pramakrishnan
2013-08-12 08:37pramakrishnanStatusnew => scheduled
2013-08-12 08:37pramakrishnanfix_in_branch => pi
2013-08-12 11:18hgbotCheckin
2013-08-12 11:18hgbotNote Added: 0060567
2013-08-12 11:18hgbotStatusscheduled => resolved
2013-08-12 11:18hgbotResolutionopen => fixed
2013-08-12 11:18hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.module.standardOFX/rev/69ffe35b6e423acd74980d14f34c0732cf936373 [^]
2013-08-12 11:18hgbotCheckin
2013-08-12 11:18hgbotNote Added: 0060568
2013-08-12 11:34hgbotCheckin
2013-08-12 11:34hgbotNote Added: 0060569
2013-08-12 11:35pramakrishnanIssue Monitored: pjuvara
2013-08-16 20:33hudsonbotCheckin
2013-08-16 20:33hudsonbotNote Added: 0060648
2013-09-08 14:22hgbotCheckin
2013-09-08 14:22hgbotNote Added: 0060971
2014-04-02 08:59plujanNote Added: 0065830
2014-04-02 08:59plujanStatusresolved => closed

Notes
(0060567)
hgbot   
2013-08-12 11:18   
Repository: erp/pmods/org.openbravo.module.standardOFX
Changeset: 69ffe35b6e423acd74980d14f34c0732cf936373
Author: Paolo Juvara <paolo <at> juvara.net>
Date: Mon Aug 12 12:41:39 2013 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.standardOFX/rev/69ffe35b6e423acd74980d14f34c0732cf936373 [^]

Fixes Issue 24499: Improvements in Standard OFX
Provides support for the tags INVTRN, INCOMETYPE, BUYTYPE, SELLTYPE, DTTRADED, TOTAL

---
M src-db/database/sourcedata/AD_MODULE.xml
M src/org/openbravo/module/standardOFX/utility/StandardOFX.java
---
(0060568)
hgbot   
2013-08-12 11:18   
Repository: erp/pmods/org.openbravo.module.standardOFX
Changeset: 0dfe771f2210683608a8223264914c8bcbb9c2ba
Author: Pandeeswari Ramakrishnan <pandeeswari.ramakrishnan <at> openbravo.com>
Date: Mon Aug 12 12:00:40 2013 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.standardOFX/rev/0dfe771f2210683608a8223264914c8bcbb9c2ba [^]

Related to Issue 24499: Added INVTRN in countTransactions()

---
M src/org/openbravo/module/standardOFX/utility/StandardOFX.java
---
(0060569)
hgbot   
2013-08-12 11:34   
Repository: erp/devel/pi
Changeset: 8151a5b44678b3114ad617f360c148def7b13245
Author: Pandeeswari Ramakrishnan <pandeeswari.ramakrishnan <at> openbravo.com>
Date: Mon Aug 12 12:02:10 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/8151a5b44678b3114ad617f360c148def7b13245 [^]

Related to Issue 24499: Display the total number of bank statement lines inserted

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_BankStatementImport.java
---
(0060648)
hudsonbot   
2013-08-16 20:33   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/59a1180e7f4f [^]

Maturity status: Test
(0060971)
hgbot   
2013-09-08 14:22   
Repository: erp/pmods/org.openbravo.module.standardOFX
Changeset: 0b8b59f231aeaf7dd915f0eb9383ac25c2c98fe9
Author: Paolo Juvara <paolo <at> juvara.net>
Date: Sun Sep 08 17:46:17 2013 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.standardOFX/rev/0b8b59f231aeaf7dd915f0eb9383ac25c2c98fe9 [^]

Related to Issue 24499: Improvements in Standard OFX

---
M src-db/database/sourcedata/AD_MODULE.xml
M src/org/openbravo/module/standardOFX/utility/StandardOFX.java
---
(0065830)
plujan   
2014-04-02 08:59   
Closed as it was in Resolved for too long