feat: added remaining after budget
This commit is contained in:
@@ -19,9 +19,8 @@ await api.downloadBudget(process.env.ACTUAL_ID, {
|
||||
password: process.env.ACTUAL_ENCRYPTION,
|
||||
});
|
||||
|
||||
|
||||
export async function getSchedules(select = '*') {
|
||||
export async function getSchedulesSQL(select = '*') {
|
||||
return (await api.runQuery(api.q('schedules').select(select))).data;
|
||||
}
|
||||
|
||||
export * from '@actual-app/api';
|
||||
export * from '@actual-app/api';
|
||||
|
||||
Reference in New Issue
Block a user