Skip to content

Changes

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

Summary

  1. Add Button to order detail view to confirm commission without marketplace interaction to skip orders which was not meant to be for fulfillment (details)
  2. fix ffn sales orders translations and add leistungszeitraum (details)
  3. add button to confirm it was invoice already (details)
  4. exclude orders with isfulfillmentorder yes on dashboard (details)
Commit bdd390fe51cbbe2e8f622100f7cf3e61fa3e96c2 by info
Add Button to order detail view to confirm commission without marketplace interaction to skip orders which was not meant to be for fulfillment
The file was modifiedapp/pages/sales/orders/[id]/edit.vue (diff)
The file was modifiedapp/assets/langs/shared.js (diff)
The file was addedserver/api/inouts/[id]/mark-commissioned.post.ts
Commit 799896e456248138bff40e5aa109a9774e2b48f0 by info
fix ffn sales orders translations and add leistungszeitraum
The file was modifiedapp/pages/generate-invoices-from-orders.vue (diff)
The file was modifiedapp/pages/generate-invoices.vue (diff)
The file was addedserver/utils/invoicePeriodOfPerformance.ts
The file was modifiedserver/api/processes/c_invoice_generate.post.ts (diff)
The file was modifiedserver/api/fulfillment/generate-orders.post.ts (diff)
The file was addedserver/utils/langBundle.ts
Commit 5834ade52d9ec06412392db9b5866852458de9bc by info
add button to confirm it was invoice already
The file was modifiedapp/components/requests/MyTicketDetail.vue (diff)
The file was modifiedapp/assets/langs/shared.js (diff)
Commit f644a224b3c6af1b3a8bcb2316e3d0015013282d by info
exclude orders with isfulfillmentorder yes on dashboard
The file was modifiedserver/api/fulfillment/generate-orders.post.ts (diff)
The file was modifiedserver/utils/invoicePeriodOfPerformance.ts (diff)
The file was modifiedserver/api/processes/c_invoice_generate.post.ts (diff)