mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-29 18:20:53 +00:00
Shipment Reports (#8194)
* Shipment Reports * bump api version due to changed enums --------- Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
docs/docs/report
src
backend
InvenTree
InvenTree
order
report
templates
js
translated
frontend
src
tables
@ -4,6 +4,7 @@ import { useCallback, useMemo, useState } from 'react';
|
||||
|
||||
import { AddItemButton } from '../../components/buttons/AddItemButton';
|
||||
import { ApiEndpoints } from '../../enums/ApiEndpoints';
|
||||
import { ModelType } from '../../enums/ModelType';
|
||||
import { UserRoles } from '../../enums/Roles';
|
||||
import { useSalesOrderShipmentFields } from '../../forms/SalesOrderForms';
|
||||
import { notYetImplemented } from '../../functions/notifications';
|
||||
@ -167,6 +168,9 @@ export default function SalesOrderShipmentTable({
|
||||
props={{
|
||||
tableActions: tableActions,
|
||||
tableFilters: tableFilters,
|
||||
modelType: ModelType.salesordershipment,
|
||||
enableSelection: true,
|
||||
enableReports: true,
|
||||
rowActions: rowActions,
|
||||
params: {
|
||||
order: orderId
|
||||
|
Reference in New Issue
Block a user