Home
last modified time | relevance | path

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

/dports/finance/skrooge/skrooge-2.26.1/plugins/import/skrooge_import_gnc/
H A Dskgimportplugingnc.cpp270 SKGOperationObject operationObj; in importFile() local
277 err = operationObj.setNumber(operationNumber.text()); in importFile()
282 IFOKDO(err, operationObj.setPayee(payeeObject)) in importFile()
284 IFOKDO(err, operationObj.setImported(true)) in importFile()
286 IFOKDO(err, operationObj.setUnit(defaultUnit)) in importFile()
307 IFOKDO(err, operationObj.save()) in importFile()
411 IFOKDO(err, operationObj.save()) in importFile()
432 IFOKDO(err, operationObj.save()) in importFile()
458 operationObj.getPayee(payeeObject); in importFile()
490 err = operationObj.setUnit(unitName); in importFile()
[all …]
/dports/finance/skrooge/skrooge-2.26.1/plugins/import/skrooge_import_mny/
H A Dskgimportpluginmny.cpp383 SKGOperationObject operationObj; in importFile() local
384 IFOKDO(err, accountObj.addOperation(operationObj, true)) in importFile()
385 IFOKDO(err, operationObj.setUnit(unitObj)) in importFile()
393 … err = operationObj.setMode(number.right(number.count() - 1)); in importFile()
396 err = operationObj.setNumber(ln.at(ln.count() - 1)); in importFile()
404 err = operationObj.setPayee(m_mapIdPayee[payId]); in importFile()
410 … IFOKDO(err, operationObj.setComment("#MNYTRANSFER#" % operationObj.getComment())) in importFile()
412 IFOKDO(err, operationObj.save(false)) in importFile()
426 IFOKDO(err, operationObj.addSubOperation(subOperationObj)) in importFile()
442 IFOKDO(err, operationObj.addSubOperation(subOperationObj)) in importFile()
[all …]
/dports/finance/skrooge/skrooge-2.26.1/plugins/import/skrooge_import_kmy/
H A Dskgimportpluginkmy.cpp220 SKGOperationObject operationObj; in importTransactions() local
224 IFOKDO(err, operationObj.setImported(true)) in importTransactions()
241 IFOKDO(err, operationObj.setUnit(unit)) in importTransactions()
244 IFOKDO(err, operationObj.save(false, false)) in importTransactions()
251 IFOKDO(err, operationObj.load()) in importTransactions()
252 IFOKDO(err, operationObj.setTemplate(true)) in importTransactions()
253 IFOKDO(err, operationObj.save(true, false)) in importTransactions()
332 if (!err && operationObj.getComment().isEmpty()) { in importTransactions()
342 IFOKDO(err, operationObj.save()) in importTransactions()
394 operationObj.getPayee(payeeObject); in importTransactions()
[all …]
/dports/finance/skrooge/skrooge-2.26.1/plugins/skrooge/skrooge_scheduled/
H A Dskgscheduledplugin.cpp183 SKGOperationObject operationObj; in savePreferences() local
185 IFOK(err) recOp.getParentOperation(operationObj); in savePreferences()
187 SKGOperationObject operationObjOrig = operationObj; in savePreferences()
188 … IFOKDO(err, operationObjOrig.duplicate(operationObj, operationObjOrig.getDate(), true)) in savePreferences()
190 IFOKDO(err, recOp.setParentOperation(operationObj)) in savePreferences()
258 SKGOperationObject operationObj(selection.at(i)); in onScheduleOperation() local
260 err = scheduleOperation(operationObj, rop); in onScheduleOperation()
263 …An information to the user", "The operation '%1' has been scheduled", operationObj.getDisplayName(… in onScheduleOperation()
266 list.push_back(operationObj.getUniqueID()); in onScheduleOperation()
/dports/finance/skrooge/skrooge-2.26.1/plugins/skrooge/skrooge_operation/
H A Dskgoperationplugin.cpp594 SKGOperationObject operationObj(selection.at(i)); in onGroupOperation() local
595 IFOKDO(err, operationObj.setGroupOperation(main)) in onGroupOperation()
596 IFOKDO(err, operationObj.save()) in onGroupOperation()
628 SKGOperationObject operationObj(selection.at(i)); in onUngroupOperation() local
629 IFOKDO(err, operationObj.setGroupOperation(operationObj)) in onUngroupOperation()
630 IFOKDO(err, operationObj.save()) in onUngroupOperation()
661 SKGOperationObject operationObj(selection.at(i)); in onSwitchToPointed() local
663 IFOKDO(err, operationObj.save()) in onSwitchToPointed()
695 SKGOperationObject operationObj(selection.at(i)); in onDuplicate() local
697 IFOKDO(err, operationObj.duplicate(dup)) in onDuplicate()
[all …]
H A Dskgoperationpluginwidget.cpp674 SKGOperationObject operationObj; in updateSelection() local
682 IFOKDO(err, operationObj.getGroupedOperations(gops)) in updateSelection()
811 err = operationObj.getSubOperations(subOps); in updateSelection()
828 IFOKDO(err, operationObj.getSubOperations(subOps)) in updateSelection()
883 IFOKDO(err, operationObj.getUnit(unit)) in updateSelection()
890 operationDate = operationObj.getDate(); in updateSelection()
982 IFOKDO(err, operationObj.load()) in updateSelection()
1026 err = operationObj.setMode(ui.kTypeEdit->text()); in updateSelection()
1032 IFOKDO(err, operationObj.setPayee(payeeObject)) in updateSelection()
1082 IFOKDO(err, operationObj.setUnit(unit)) in updateSelection()
[all …]
/dports/finance/skrooge/skrooge-2.26.1/skgbankmodeler/
H A Dskgruleobject.cpp312 …SKGOperationObject operationObj(doc, SKGServices::stringToInt(objectsToModify.at(i).getAttribute(Q… in execute() local
316 … IFOKDO(err, op.mergeAttribute(operationObj, SKGOperationObject::PROPORTIONAL, false)) in execute()
/dports/www/py-flask-restx/flask-restx-0.5.1/flask_restx/static/
H A Dswagger-ui.js.map1operationObj","cbValue","eachOperation","findOperation","_ref3","rawOperationId","normalizeSwagger…
H A Dswagger-ui-es-bundle-core.js.map1operationObj","cbValue","eachOperation","findOperation","_ref3","rawOperationId","normalizeSwagger…
H A Dswagger-ui-bundle.js.map1operationObj","cbValue","eachOperation","findOperation","_ref3","rawOperationId","normalizeSwagger…
H A Dswagger-ui-es-bundle.js.map1operationObj","cbValue","eachOperation","findOperation","_ref3","rawOperationId","normalizeSwagger…