https://bugs.kde.org/show_bug.cgi?id=397055

Stephane MANKOWSKI <steph...@mankowski.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |INVALID

--- Comment #8 from Stephane MANKOWSKI <steph...@mankowski.fr> ---
(In reply to Gerry Agbobada from comment #6)
> Is there a way to ignore the dates (or import without dates and make Skrooge
> prevent import operation validation if there's no date ?)

The boobank plugin launches the following command:
X-SKROOGE-getoperations=a="%parameter2" && b="%4" && m=$( [[ ${a} > ${b} ]] &&
echo "$a" || echo "$b" ) && PYTHONIOENCODING=utf_8 boobank -q -f csv history
"%1" -s rdate,type,raw,label,amount --condition "rdate>$m OR date>$m OR
rdate>$m 00:00:00 OR date>$m 00:00:00" -n 99999 %parameter3 2>/dev/null

As you can see there is %parameter3?

So, in settings, if you set the configuration like this, this should work:
weboob(,,grep -v NotAvailable)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to