Skip to content
Success

Changes

Summary

  1. Add dedicated chat functionality to app (details)
  2. add new kommission tisch integration (details)
  3. add non working days calendar (details)
  4. fix blocking load on dashboard (details)
  5. fix contact update (details)
  6. fix menu (details)
  7. add chat user filter (details)
  8. add reference to shipment on ticket (details)
  9. fix websocket chat error (details)
  10. add amazon initial accounting page (details)
  11. add amazon accounting to menu (details)
  12. fix video markers (details)
  13. fix top right corner menu (details)
  14. show reference (details)
  15. restructure my ticket list (details)
  16. add order view to amazon financial report (details)
  17. add ebay accounting (details)
  18. add label designer (details)
  19. enable textedit inline (details)
  20. add endpoint to manage invoice creation notes (details)
  21. replace pdf report in inbound notification (details)
  22. fix chat and add transport for offline messages (details)
  23. show non working day notice on top bar (details)
  24. add printer endpoint to maintain all printers (details)
  25. fix created date ago on sales order page list view (details)
Commit ab878b515c80a81e7ea77bc653adbff11fa8a8d6 by info
Add dedicated chat functionality to app
The file was modifiednuxt.config.ts (diff)
The file was addedapp/components/chat/Badge.vue
The file was addedapp/components/chat/Drawer.vue
The file was addedapp/composables/useChat.ts
The file was addedserver/routes/chat/ws.ts
The file was addedserver/utils/chatPresence.ts
The file was modifiedapp/components/NewNavBar.vue (diff)
The file was addedapp/composables/useChatSocket.ts
The file was addedserver/utils/chatDb.ts
The file was modifiedapp/composables/states.ts (diff)
The file was modifiedserver/utils/pushNotifier.ts (diff)
The file was addedapp/plugins/04.chat-socket.client.ts
The file was addedserver/utils/chatAccess.ts
The file was modified.env-dev (diff)
The file was addedserver/api/chat/unread.get.ts
The file was modifiedCLAUDE.md (diff)
The file was modified.env-prod (diff)
The file was addedserver/api/chat/history.get.ts
The file was addedapp/composables/useStaffDirectory.ts
The file was addedserver/api/chat/read.post.ts
Commit a0011516b256bff4892684fb1bb412aec4be657c by info
add new kommission tisch integration
The file was modifiedserver/api/commission/parcels/dhl/index.post.ts (diff)
The file was modifiedserver/api/commission/parcels/dpd/index.post.ts (diff)
The file was modifiedCLAUDE.md (diff)
The file was addedserver/api/commission/tables.get.ts
The file was addedserver/api/settings/commission-tables/index.get.ts
The file was addedserver/api/settings/commission-tables/update.put.ts
The file was addedserver/utils/commissionTable.ts
The file was modifiedserver/api/surveillance/shipment-recording/init.post.ts (diff)
The file was modifiedapp/components/sales/ShipmentVideoModal.vue (diff)
The file was modifiedapp/composables/menu/admin/settings.ts (diff)
The file was addedapp/components/settings/CommissionTableForm.vue
The file was addedserver/api/settings/commission-tables/store.post.ts
The file was modifiedapp/components/integrations/CommissionModal.vue (diff)
The file was modifiedserver/api/commission/parcels/index.post.ts (diff)
The file was addedapp/pages/settings/commission-tables/[id]/view.vue
The file was addedserver/api/settings/commission-tables/[id]/index.delete.ts
The file was addedserver/api/surveillance/cameras.get.ts
The file was modifiedserver/api/commission/parcels/other/index.post.ts (diff)
The file was addedapp/pages/settings/commission-tables/create.vue
The file was modifiedserver/api/print/attachment-smart.post.ts (diff)
The file was modifiedpackage.json (diff)
The file was modifiedserver/api/commission/parcels/dhl/multi.post.ts (diff)
The file was addedapp/components/settings/CommissionTableAction.vue
The file was addedapp/pages/settings/commission-tables/[id]/duplicate.vue
The file was addedapp/pages/settings/commission-tables/[id]/edit.vue
The file was modifiedserver/utils/synologyHelper.ts (diff)
The file was addedapp/pages/settings/commission-tables/index.vue
The file was modifiedapp/pages/integrations/commission.vue (diff)
The file was modifiedserver/api/commission/parcels/dpd/multi.post.ts (diff)
The file was addedserver/api/settings/commission-tables/destroy.delete.ts
The file was modifiedapp/pages/mobile/commission.vue (diff)
The file was addedserver/api/settings/commission-tables/[id]/index.get.ts
The file was modifiedapp/components/MainNavigationMenu.vue (diff)
Commit 6eda238ab60f9b917a6c6e26d13162e3497725de by info
add non working days calendar
The file was addedapp/components/settings/NonWorkingDayAction.vue
The file was modifiedapp/composables/menu/admin/settings.ts (diff)
The file was addedserver/api/settings/non-working-days/destroy.delete.ts
The file was addedserver/api/settings/non-working-days/index.get.ts
The file was addedserver/api/settings/non-working-days/update.put.ts
The file was addedserver/api/dashboard/non-working-days.get.ts
The file was modifiedapp/pages/index.vue (diff)
The file was addedserver/api/inouts/return-rate.get.ts
The file was addedapp/pages/settings/non-working-days/[id]/view.vue
The file was addedapp/pages/settings/non-working-days/index.vue
The file was modifiedapp/assets/langs/shared.js (diff)
The file was addedapp/pages/settings/non-working-days/[id]/edit.vue
The file was addedapp/pages/settings/non-working-days/create.vue
The file was addedapp/pages/settings/non-working-days/[id]/duplicate.vue
The file was addedserver/api/settings/non-working-days/[id]/index.get.ts
The file was addedserver/api/settings/non-working-days/[id]/index.delete.ts
The file was addedapp/components/settings/NonWorkingDayForm.vue
The file was addedapp/components/dashboard/NonWorkingDaysCalendar.vue
The file was addedserver/api/settings/non-working-days/store.post.ts
Commit 50f600ff4d19462881b1d1dcd3dbc4e8ec9de162 by info
fix blocking load on dashboard
The file was modifiedapp/pages/index.vue (diff)
Commit 5db3386dd9cde0372888558d8533b1b4d68e128d by info
fix contact update
The file was modifiedserver/api/partners/partners/[id]/users/index.put.ts (diff)
The file was modifiedapp/components/UserMenuBar.vue (diff)
The file was modifiedapp/components/chat/Drawer.vue (diff)
The file was modifiedapp/layouts/new-dash.vue (diff)
The file was modifiedapp/pages/index.vue (diff)
The file was modifiedapp/components/chat/Badge.vue (diff)
The file was modifiedserver/api/inouts/return-rate.get.ts (diff)
The file was modifiedapp/components/TopMegaBar.vue (diff)
The file was modifiedapp/components/MainNavigationMenu.vue (diff)
Commit 0bcf0fe2c4c2a41f64e20e144e392fb822abf3ea by info
add chat user filter
The file was modifiedapp/plugins/04.chat-socket.client.ts (diff)
The file was modifiedapp/components/chat/Badge.vue (diff)
The file was addedapp/composables/useChatEligible.ts
The file was modifiedapp/composables/useStaffDirectory.ts (diff)
The file was modifiedserver/utils/chatAccess.ts (diff)
The file was modifiedapp/components/chat/Drawer.vue (diff)
The file was modifiedserver/utils/trimCookieData.ts (diff)
Commit 8831794854a3e9796333ef1b74e51e87eb1daecb by info
add reference to shipment on ticket
The file was modifiedapp/components/requests/RequestForm.vue (diff)
The file was addedserver/api/orders/[id]/shipments.get.ts
The file was modifiedapp/pages/sales/shipments/[id]/edit.vue (diff)
Commit 0bf328ef5beed5de3824e8858f0767b76110cae8 by info
fix websocket chat error
The file was modifiedapp/plugins/03.notifications-stream.client.ts (diff)
Commit 7baa1e1f82df888dfcac0e4dc88120f0c543bf09 by info
add amazon initial accounting page
The file was modifiedapp/composables/menu/admin/accounting.ts (diff)
The file was addedapp/pages/accounting/amazon-settlements.vue
The file was addedserver/api/accounting/amazon/settlements.get.ts
The file was addedserver/api/accounting/amazon/order-sources.get.ts
The file was addedserver/utils/amazonSpApi.ts
The file was addedserver/api/accounting/amazon/settlement.get.ts
Commit 377c37e35477505e00ca8a30541a19388754e63c by info
add amazon accounting to menu
The file was modifiedapp/components/MainNavigationMenu.vue (diff)
The file was modifiedserver/api/surveillance/shipment-recording/init.post.ts (diff)
Commit c2fddfcf9c2cb517d1a643caec2d1d413d7f4cc7 by info
fix top right corner menu
The file was modifiedapp/components/TopMegaBar.vue (diff)
The file was addeddata/chat.db-shm
The file was modifiedapp/components/requests/RequestForm.vue (diff)
The file was addeddata/chat.db-wal
Commit 3d2f8cfac07b120e2cc3122863234e9df8b9cb3e by info
restructure my ticket list
The file was removeddata/chat.db-wal
The file was removeddata/chat.db-shm
The file was modifiedapp/assets/langs/shared.js (diff)
The file was addedserver/api/requests/requests/latest-updates.get.ts
The file was modifiedapp/pages/requests/my-tickets/index.vue (diff)
Commit 863014491d92b498d9568661a2abb9a359c31cac by info
add order view to amazon financial report
The file was addeddata/chat.db-shm
The file was modifiedapp/pages/accounting/amazon-settlements.vue (diff)
The file was modifiedapp/composables/settings.ts (diff)
The file was addeddata/chat.db-wal
Commit 3ad7ff83f3a2962e63d9c1bd60ec51a07205b908 by info
add ebay accounting
The file was addedserver/api/accounting/ebay/settlement.get.ts
The file was modifiedapp/composables/menu/admin/accounting.ts (diff)
The file was addedserver/utils/ebayFinancesApi.ts
The file was addedserver/api/accounting/ebay/payouts.get.ts
The file was modifiedapp/components/MainNavigationMenu.vue (diff)
The file was addedapp/pages/accounting/ebay-settlements.vue
The file was addedserver/api/accounting/ebay/order-sources.get.ts
The file was addedserver/utils/ebaySignature.ts
The file was modified.gitignore (diff)
Commit cf78bc61d93c6e89eca8b15166ff3fb556f1dcab by info
add label designer
The file was addedserver/api/integrations/label-templates/store.post.ts
The file was modifiedapp/components/SideBarAdministrator.vue (diff)
The file was addedapp/components/integrations/labeldesigner/FormatSelector.vue
The file was addedapp/pages/integrations/label-designer.vue
The file was addedapp/components/integrations/labeldesigner/Palette.vue
The file was modifiedapp/assets/langs/shared.js (diff)
The file was addedapp/components/integrations/labeldesigner/PrintModal.vue
The file was addedapp/composables/useLabelDesign.ts
The file was addedserver/api/integrations/label-templates/destroy.delete.ts
The file was addedapp/components/integrations/labeldesigner/TransformHandles.vue
The file was addedserver/api/integrations/label-templates/index.get.ts
The file was modifiedapp/pages/integrations/index.vue (diff)
The file was addedapp/components/integrations/labeldesigner/Properties.vue
The file was addedapp/composables/useBarcode.ts
The file was addedapp/composables/usePdfCompiler.ts
The file was addedapp/components/integrations/labeldesigner/Stage.vue
The file was addedserver/api/integrations/label-templates/update.put.ts
The file was modifiedpackage.json (diff)
The file was modifiedapp/components/SideBarMenu.vue (diff)
The file was addedapp/components/integrations/labeldesigner/ElementRenderer.vue
The file was addedapp/components/integrations/labeldesigner/SaveLoadModal.vue
Commit 183c47fb7328399a376e03b870cc93b86488238f by info
enable textedit inline
The file was modifiedapp/components/integrations/labeldesigner/Stage.vue (diff)
The file was modifiedapp/components/integrations/labeldesigner/Properties.vue (diff)
Commit 98e3efc0a98daa1b33d3b9c8d8aaf7be61badbf5 by info
add endpoint to manage invoice creation notes
The file was modifiedapp/components/MainNavigationMenu.vue (diff)
The file was addedserver/api/partners/invoice-reminder-notes/update.put.ts
The file was modifiedapp/components/partners/PartnerReminderNotesEditor.vue (diff)
The file was modifiedapp/pages/sales/orders/[id]/view.vue (diff)
The file was modifiedapp/components/sales/ReminderNotesModal.vue (diff)
The file was modifiedapp/pages/sales/orders/[id]/edit.vue (diff)
The file was removeddata/chat.db-wal
The file was removeddata/chat.db-shm
The file was addedserver/api/partners/invoice-reminder-notes/destroy.delete.ts
The file was addedserver/api/partners/invoice-reminder-notes/index.get.ts
The file was modifiedapp/components/partners/PartnerForm.vue (diff)
The file was addedserver/api/partners/invoice-reminder-notes/store.post.ts
Commit cec495e2304990a97d43b79cf33e48464e9b5659 by info
replace pdf report in inbound notification
The file was addeddata/chat.db-wal
The file was addeddata/chat.db-shm
The file was modifiedapp/pages/procurements/my-orders/[id].vue (diff)
Commit 376178cd06fd6485f529003ef6eda08cba35b086 by info
fix chat and add transport for offline messages
The file was removeddata/chat.db-shm
The file was modifiedapp/components/chat/Drawer.vue (diff)
The file was modifiedserver/utils/chatAccess.ts (diff)
The file was modifiedapp/composables/useChatSocket.ts (diff)
The file was modifiedapp/plugins/04.chat-socket.client.ts (diff)
The file was modifiedapp/composables/useStaffDirectory.ts (diff)
The file was removeddata/chat.db-wal
The file was addedserver/api/chat/directory.get.ts
The file was addedserver/api/chat/eligible.get.ts
The file was modifiedapp/composables/useChatEligible.ts (diff)
Commit 3cb2a76ab30c9ef330e8c727f661076b9a75b820 by info
show non working day notice on top bar
The file was modifiedapp/components/TopMegaBar.vue (diff)
The file was addeddata/chat.db-shm
The file was addeddata/chat.db-wal
Commit 0e4547a6b396230ff9d06abbb70bfa79a6158735 by info
add printer endpoint to maintain all printers
The file was addedapp/pages/settings/printers/[id]/view.vue
The file was addedapp/pages/settings/printers/index.vue
The file was addedserver/api/settings/printers/[id]/index.delete.ts
The file was addedserver/api/settings/printers/destroy.delete.ts
The file was addedapp/pages/settings/printers/create.vue
The file was addedapp/components/settings/PrinterAction.vue
The file was addedserver/api/settings/printers/store.post.ts
The file was addedapp/components/settings/PrinterForm.vue
The file was addedserver/api/settings/printers/[id]/index.get.ts
The file was modifiedapp/components/MainNavigationMenu.vue (diff)
The file was addedapp/pages/settings/printers/[id]/edit.vue
The file was addedserver/api/settings/printers/update.put.ts
The file was addedapp/pages/settings/printers/[id]/duplicate.vue
The file was modifieddata/chat.db-wal (diff)
The file was addedserver/api/settings/printers/index.get.ts
The file was modifieddata/chat.db-shm (diff)
The file was addedserver/api/printers/index.get.ts
The file was modifiedapp/composables/menu/admin/settings.ts (diff)
The file was modifiedapp/components/integrations/labeldesigner/PrintModal.vue (diff)
Commit c248e4c80edab200b3ba540d150ac54668d643fc by info
fix created date ago on sales order page list view
The file was modifiedapp/components/AgGrid/SalesOrder/AgCustomDateCreated.vue (diff)
The file was addedapp/composables/useIdempiereDate.ts
The file was modifiedapp/components/sales/OrderCardList.vue (diff)