feat(unified-mobile-desktop-ui): Complete US-504 - Fix Export Endpoints Backend
Implemented by Ralph autonomous loop. Iteration: 4 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -118,8 +118,8 @@
|
||||
"npm run build passes",
|
||||
"Verify in browser: descărcare PDF și XLSX reușită"
|
||||
],
|
||||
"passes": false,
|
||||
"notes": ""
|
||||
"passes": true,
|
||||
"notes": "Completed in iteration 4"
|
||||
},
|
||||
{
|
||||
"id": "US-505",
|
||||
|
||||
@@ -88,3 +88,9 @@ Design Reference: src/modules/reports/views/InvoicesView.vue
|
||||
[2026-01-12 22:20:49] Working on story: US-503
|
||||
[2026-01-12 22:20:49] Running Claude... (log: /workspace/roa2web/scripts/ralph/logs/iteration_3_US-503.log)
|
||||
[2026-01-12 22:23:51] SUCCESS: Story US-503 passed!
|
||||
[2026-01-12 22:23:51] Changes committed
|
||||
[2026-01-12 22:23:51] Progress: 3/19 stories completed
|
||||
[2026-01-12 22:23:53] === Iteration 4/100 ===
|
||||
[2026-01-12 22:23:53] Working on story: US-504
|
||||
[2026-01-12 22:23:53] Running Claude... (log: /workspace/roa2web/scripts/ralph/logs/iteration_4_US-504.log)
|
||||
[2026-01-12 22:27:34] SUCCESS: Story US-504 passed!
|
||||
|
||||
@@ -731,7 +731,7 @@ const fetchAllInvoicesData = async () => {
|
||||
params.cont = filters.value.cont;
|
||||
}
|
||||
|
||||
const apiService = (await import("../services/api")).apiService;
|
||||
const api = (await import("../services/api")).default;
|
||||
const response = await api.get("/invoices/", { params });
|
||||
|
||||
return response.data.invoices || [];
|
||||
|
||||
@@ -660,7 +660,7 @@ const fetchAllTrialBalanceData = async () => {
|
||||
params.denumire_filter = trialBalanceStore.filters.denumire;
|
||||
}
|
||||
|
||||
const apiService = (await import("../services/api")).apiService;
|
||||
const api = (await import("../services/api")).default;
|
||||
const response = await api.get("/trial-balance/", { params });
|
||||
|
||||
if (response.data.success) {
|
||||
|
||||
Reference in New Issue
Block a user