Additional functionality for csv import amount comlumn

Bug #1335257 reported by DVR Hax
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
wxBanker
New
Undecided
Unassigned

Bug Description

DIFF attached

111a112
> #Added conversion of (value) convention to denote negative numbers
114c115
< if char in "-1234567890"+decimalSeparator:
---
> if char in "(-1234567890"+decimalSeparator:
117c118
< amountStr = amountStr.replace(decimalSeparator, '.')
---
> amountStr = amountStr.replace(decimalSeparator, '.').replace('(','-')

Revision history for this message
DVR Hax (dvrhax) wrote :

Sorry relative to csvimporter.py

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.