Home
last modified time | relevance | path

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

/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/
H A Dwebapp.cpp442 … for (const auto &FirstAccount : Model_Account::instance().all(Model_Account::COL_ACCOUNTNAME)) in MMEX_InsertNewTransaction() local
444 …if (Model_Account::type(FirstAccount) != Model_Account::INVESTMENT && Model_Account::type(FirstAcc… in MMEX_InsertNewTransaction()
446 FistAccountName = FirstAccount.ACCOUNTNAME; in MMEX_InsertNewTransaction()
447 AccountID = FirstAccount.ACCOUNTID; in MMEX_InsertNewTransaction()