ver "0.5.8"

Lista movimenti in formato Tabella
This commit is contained in:
Paolo Arena
2022-09-16 19:39:32 +02:00
parent 671a39e51c
commit 7b16362553
3 changed files with 172 additions and 30 deletions

View File

@@ -1938,19 +1938,14 @@ module.exports = {
query.push(...myquery);
/*} else if (params.table === 'circuits') {
const qacirc = this.getLookup(
{
lk_tab: 'accounts',
lk_LF: 'circuitId',
lk_FF: '_id',
lk_as: 'account',
}, 0, {
'acc': 1,
});
if (qacirc) query = [...query, ...qacirc];
} else if (params.querytype === shared_consts.QUERYTYPE_LIST_ALLMOVEMENTS) {
const {Movement} = require('../models/movement');
const myquery = await Movement.getQueryAllUsersMovsByCircuitId(params.idapp, params.myid);
query.push(...myquery);
*/
}
if (newvers) {