Files
mcp-wms-api/JANITOR_entities.json
T
2026-05-20 09:38:07 +02:00

129 lines
5.0 KiB
JSON

{
"entities": [
{
"id": "Stock",
"name": "Stocks",
"displayName": "Stocks",
"component": "StockId",
"remove_command": "Mecalux.ITSW.EasyWMS.Modules.Contracts.Commands.StockRemoveCommand"
},
{
"id": "Containers",
"name": "Containers",
"displayName": "Supports",
"component": "ComponentId",
"remove_command": "Mecalux.ITSW.EasyWMS.Modules.MasterData.Contracts.Commands.ContainerRemoveCommand"
},
{
"id": "ProductLocations",
"name": "ProductLocations",
"displayName": "Emplacements picking dédiés",
"component": "ProductLocationId",
"remove_command": "Mecalux.ITSW.EasyWMS.Modules.Expeditions.Contracts.Commands.ProductLocationRemoveCommand"
},
{
"id": "Tasks",
"name": "Tasks",
"displayName": "Tâches",
"component": "TaskId",
"remove_command": "Mecalux.ITSW.EasyWMS.Modules.Contracts.Commands.TaskRemoveCommand"
},
{
"id": "Products",
"name": "Products",
"displayName": "Articles",
"component": "ProductId",
"remove_command": "Mecalux.ITSW.EasyWMS.Modules.MasterData.Contracts.Commands.ProductRemoveCommand"
},
{
"id": "Accounts",
"name": "Accounts",
"displayName": "Clients",
"component": "AccountId",
"remove_command": "Mecalux.ITSW.EasyWMS.Modules.MasterData.Contracts.Commands.AccountRemoveCommand"
},
{
"id": "Suppliers",
"name": "Suppliers",
"displayName": "Fournisseurs",
"component": "SupplierId",
"remove_command": "Mecalux.ITSW.EasyWMS.Modules.MasterData.Contracts.Commands.SupplierRemoveCommand"
},
{
"id": "Kits",
"name": "Kits",
"displayName": "Kits",
"where1": "(z => z.IsEnable == true)",
"where1_name": "Kits actifs",
"btn1" : "Désactiver",
"component": "KitId",
"remove_command": "Mecalux.ITSW.EasyWMS.Modules.MasterData.Contracts.Commands.KitDeleteCommand",
"btn1_command": "Mecalux.ITSW.EasyWMS.Modules.MasterData.Contracts.Commands.KitDisableCommand"
},
{
"id": "Aliases",
"name": "Aliases",
"displayName": "Alias",
"component": "AliasId",
"remove_command": "Mecalux.ITSW.EasyWMS.Modules.MasterData.Contracts.Commands.AliasRemoveCommand"
},
{
"id": "InboundOrders",
"name": "InboundOrders",
"displayName": "Ordres d'entrée",
"component": "OutboundOrderId",
"remove_command": "Mecalux.ITSW.EasyWMS.Modules.Receptions.Contracts.Commands.InboundOrderRemoveCommand",
"where1": "(z => z.InboundStatus == Mecalux.ITSW.EasyWMS.Modules.Common.Domain.InboundStatus.ReceptionPending)",
"where1_name" : "Réception en attente",
"btn1" : "Annuler",
"btn1_command" :"Mecalux.ITSW.EasyWMS.Modules.Receptions.Contracts.Commands.InboundOrderCancelCommandV2",
"where2": "(z => z.InboundStatus == Mecalux.ITSW.EasyWMS.Modules.Common.Domain.InboundStatus.Receiving)",
"where2_name" : "Réception en cours",
"where3": "(z => z.InboundStatus == Mecalux.ITSW.EasyWMS.Modules.Common.Domain.InboundStatus.Completed)",
"where3_name" : "Complété",
"btn3": "Fermer",
"btn3_command" : "Mecalux.ITSW.EasyWMS.Modules.Receptions.Contracts.Commands.InboundOrderClosingCommandV2",
"where4": "(z => z.InboundStatus == Mecalux.ITSW.EasyWMS.Modules.Common.Domain.InboundStatus.PartiallyReceived)",
"where4_name" : "Reçu partiellement",
"where5": "(z => z.InboundStatus == Mecalux.ITSW.EasyWMS.Modules.Common.Domain.InboundStatus.Cancelled)",
"where5_name" : "Annulé",
"where6": "(z => z.InboundStatus == Mecalux.ITSW.EasyWMS.Modules.Common.Domain.InboundStatus.Closing)",
"where6_name" : "Fermeture"
},
{
"id": "Receptions",
"name": "Receptions",
"displayName": "Réceptions",
"component": "ReceptionId",
"remove_command": "Mecalux.ITSW.EasyWMS.Modules.Receptions.Contracts.Commands.ReceptionRemoveCommand"
},
{
"id": "OutboundOrders",
"name": "OutboundOrders",
"displayName": "Ordres de sortie",
"component": "OutboundOrderId",
"remove_command": "Mecalux.ITSW.EasyWMS.Modules.Expeditions.Contracts.Commands.OutboundOrderCancelCommand",
"where1": "(z => z.OutboundOrderStatus == Mecalux.ITSW.EasyWMS.Modules.Common.Domain.OutboundOrderStatus.Creating)",
"where1_name" : "Création",
"btn1" : "Annuler",
"btn1_command" :"Mecalux.ITSW.EasyWMS.Modules.Expeditions.Contracts.Commands.OutboundOrderCancelCommand",
"where2": "(z => z.OutboundOrderStatus == Mecalux.ITSW.EasyWMS.Modules.Common.Domain.OutboundOrderStatus.Waiting)",
"where2_name" : "En attente",
"btn2" : "Annuler",
"btn2_command" :"Mecalux.ITSW.EasyWMS.Modules.Expeditions.Contracts.Commands.OutboundOrderCancelCommand",
"where3": "(z => z.OutboundOrderStatus == Mecalux.ITSW.EasyWMS.Modules.Common.Domain.OutboundOrderStatus.Release)",
"where3_name" : "Lancé"
}
]
}