Skip to content

Changes

Started by timer
Started 1 mo 8 days ago
Took 1 min 6 sec on built-in

Summary

  1. add import for ebic (details)
  2. add amazon fba (details)
  3. add reports (details)
Commit d940ac2f31e7c224029cb9786d89651a80a07f1b by info
add import for ebic
The file was modifiedapp/composables/menu/admin/accounting.ts (diff)
The file was addedserver/api/accounting/bank-reconciliation/[id]/document-action.post.ts
The file was addedserver/utils/bankReconciliation.ts
The file was addedapp/pages/accounting/bank-reconciliation/index.vue
The file was modifiedapp/pages/accounting/bank-transactions/index.vue (diff)
The file was addedserver/api/accounting/bank-reconciliation/statements.get.ts
The file was addedserver/api/accounting/bank-reconciliation/unreconciled-payments.get.ts
The file was addedserver/api/accounting/bank-reconciliation/[id]/lines.get.ts
The file was addedserver/api/accounting/bank-reconciliation/[id]/suggestions.get.ts
The file was addedapp/components/accounting/BankLineMatchModal.vue
The file was addedserver/api/accounting/bank-reconciliation/lines/[lineId]/index.put.ts
The file was addedserver/api/accounting/bank-reconciliation/lines/[lineId]/match-invoice.post.ts
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was addedserver/api/attachments/[table]/[id]/download-all.get.ts
The file was modifiedapp/components/requests/RequestForm.vue (diff)
The file was modifiedapp/pages/requests/requests/[id]/edit.vue (diff)
The file was modifiedapp/components/MainNavigationMenu.vue (diff)
The file was modifiedapp/pages/bi/locator-usage.vue (diff)
The file was addedapp/composables/useRequestReportPdf.ts