Home
last modified time | relevance | path

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

/dports/finance/skrooge/skrooge-2.26.1/plugins/import/skrooge_import_csv/
H A Dskgimportplugincsv.cpp439 SKGAccountObject defAccount; in importFile() local
458 err = m_importer->getDefaultAccount(defAccount); in importFile()
460 emptyAccount = (defAccount.getNbOperation() == 0); in importFile()
462 IFOKDO(err, currentOperation.setParentAccount(defAccount)) in importFile()
619 err = m_importer->getDefaultAccount(defAccount); in importFile()
621 emptyAccount = (defAccount.getNbOperation() == 0); in importFile()
623 } else if (val != defAccount.getName()) { // For performance in importFile()
644 defAccount = account; in importFile()
646 IFOKDO(err, currentOperation.setParentAccount(defAccount)) in importFile()
738 double currentAmount = defAccount.getAmount(QDate::currentDate()); in importFile()
[all …]
/dports/finance/skrooge/skrooge-2.26.1/plugins/import/skrooge_import_qif/
H A Dskgimportpluginqif.cpp189 SKGAccountObject defAccount; in importFile() local
190 err = m_importer->getDefaultAccount(defAccount); in importFile()
191 IFOKDO(err, defAccount.addOperation(currentOperation, true)) in importFile()
192 IFOK(err) account = new SKGAccountObject(defAccount); in importFile()
365 SKGAccountObject defAccount; in importFile() local
366 err = m_importer->getDefaultAccount(defAccount); in importFile()
370 defAccount.getInitialBalance(initBalance, unit); in importFile()
435 SKGAccountObject defAccount; in importFile() local
436 err = m_importer->getDefaultAccount(defAccount); in importFile()
437 IFOKDO(err, defAccount.addOperation(payement, true)) in importFile()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/accountcreation/
H A DCreateInBackend.jsm236 let defAccount = MailServices.accounts.defaultAccount;
237 let defIdentity = defAccount.defaultIdentity;
239 defAccount.incomingServer.canBeDefaultServer &&