Home
last modified time | relevance | path

Searched refs:recurrentoperations (Results 1 – 1 of 1) sorted by relevance

/dports/finance/skrooge/skrooge-2.26.1/tests/skgbankmodelertest/
H A Dskgtestimportgnucash.cpp307 SKGObjectBase::SKGListSKGObjectBase recurrentoperations; in main() local
309 SKGTEST(QStringLiteral("GNUCASH:nb"), recurrentoperations.count(), 1) in main()
310 if (recurrentoperations.count() == 1) { in main()
311 SKGRecurrentOperationObject recu(recurrentoperations.at(0)); in main()
339 SKGObjectBase::SKGListSKGObjectBase recurrentoperations; in main() local
341 SKGTEST(QStringLiteral("GNUCASH:nb"), recurrentoperations.count(), 2) in main()
342 if (recurrentoperations.count() == 2) { in main()
343 SKGRecurrentOperationObject recu(recurrentoperations.at(0)); in main()
348 recu = recurrentoperations.at(1); in main()
370 SKGObjectBase::SKGListSKGObjectBase recurrentoperations; in main() local
[all …]