forked from erp-dev/erp
feat: shipment_delivery
This commit is contained in:
@@ -8,6 +8,11 @@ from .views import (
|
||||
SalesItemByCustomerView,
|
||||
SalesItemByPrintingOrderView,
|
||||
SalesItemCreateView,
|
||||
ShipmentDeliveryBindShipmentsView,
|
||||
ShipmentDeliveryDetailView,
|
||||
ShipmentDeliveryListCreateView,
|
||||
ShipmentDeliveryCancelView,
|
||||
ShipmentDeliveryStatusUpdateView,
|
||||
ShipmentSalesItemCustomerListView,
|
||||
ShipmentListCreateView,
|
||||
ShipmentDetailView,
|
||||
@@ -19,6 +24,11 @@ __all__ = [
|
||||
'SalesItemByCustomerView',
|
||||
'SalesItemByPrintingOrderView',
|
||||
'SalesItemCreateView',
|
||||
'ShipmentDeliveryBindShipmentsView',
|
||||
'ShipmentDeliveryDetailView',
|
||||
'ShipmentDeliveryListCreateView',
|
||||
'ShipmentDeliveryCancelView',
|
||||
'ShipmentDeliveryStatusUpdateView',
|
||||
'ShipmentSalesItemCustomerListView',
|
||||
'ShipmentListCreateView',
|
||||
'ShipmentDetailView',
|
||||
|
||||
Reference in New Issue
Block a user