fix: financial reports responses

This commit is contained in:
Ahmed Bouhuolia
2025-05-11 15:06:03 +02:00
parent 9ebd967fe7
commit c10cad4256
30 changed files with 80 additions and 134 deletions

View File

@@ -12,7 +12,7 @@ export function useJournalSheet(query, props) {
[t.FINANCIAL_REPORT, t.JOURNAL, query],
{
method: 'get',
url: '/financial_statements/journal',
url: '/reports/journal',
params: query,
headers: {
Accept: 'application/json+table',