Method | Description | |
---|---|---|
Approve ( int id ) : System.Web.Mvc.ActionResult | ||
ChangeTransporters ( [ request, List |
||
Contract_Read ( [ request, int id ) : System.Web.Mvc.ActionResult | ||
CreateTransportOrder ( string saveButton, string cancelButton, int id ) : System.Web.Mvc.ActionResult | ||
CreateTransportOrder ( string saveButton, string cancelButton, int id, int BidId = -1 ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ActionResult | ||
GenerateDispatchAllocation ( int id ) : System.Web.Mvc.ActionResult | ||
GetRequisitionsWithoutTransporter ( int woredaId ) : |
||
GetRequisitionsWithoutTransporter ( int woredaId, int transReqId ) : |
||
GetWoredas ( int zoneId ) : System.Web.Mvc.JsonResult | ||
GetWoredas ( int zoneId, int transReqId ) : System.Web.Mvc.JsonResult | ||
GetZonesByTransReqNo ( int selectedValue ) : System.Web.Mvc.JsonResult | ||
Index ( int id, int woredaId ) : System.Web.Mvc.ViewResult | ||
Index ( int id, int woredaId, int transporterId, int zoneId, int transReqId ) : System.Web.Mvc.ViewResult | ||
LoadUnAssinedByReqNo ( int id, int woredaId ) : System.Web.Mvc.ActionResult | ||
LoadUnAssinedByReqNo ( int id, int woredaId, int zone, int transporter, int TransReqID ) : System.Web.Mvc.ActionResult | ||
MultipleApproval ( ) : System.Web.Mvc.ActionResult | ||
NotificationIndex ( int recordId ) : System.Web.Mvc.ActionResult | ||
NotificationNewRequisitions ( int recordId ) : System.Web.Mvc.ActionResult | ||
OrderDetail ( int id ) : System.Web.Mvc.ActionResult | ||
Print ( int id ) : System.Web.Mvc.FileResult | ||
Revert ( int id ) : System.Web.Mvc.ActionResult | ||
RevertRequsitions ( ) : System.Web.Mvc.ActionResult | ||
Signed ( int id ) : System.Web.Mvc.ActionResult | ||
SuggestedSubstituteTransporters ( [ request, int changedTransportOrderID ) : System.Web.Mvc.ActionResult | ||
TransReqWithoutTransporter_Read ( [ request ) : System.Web.Mvc.ActionResult | ||
TransportOrder ( ) : System.Web.Mvc.ActionResult | ||
TransportOrderController ( ITransportOrderService transportOrderService, ITransportRequisitionService transportRequisitionService, IWorkflowStatusService workflowStatusService, log4net.ILog log, ITransReqWithoutTransporterService transReqWithoutTransporterService, ITransportOrderDetailService transportOrderDetailService, IAdminUnitService adminUnitService, ITransporterService transporterService, ITransportBidQuotationService bidQuotationService ) : System | ||
TransportOrderDetail ( int id ) : System.Web.Mvc.ActionResult | ||
TransportOrder_Read ( [ request, int id, int programId, int regionId ) : System.Web.Mvc.ActionResult | ||
reverseTOFromClosedtoDraft ( int id ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
AssignTransporter ( |
||
BindTransportOrderDetailViewModel ( |
||
Edit ( |
||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
GetDetail ( IEnumerable |
||
GetRequsitionsViewModel ( IEnumerable |
||
GetTransReqWithoutTransporter ( IEnumerable |
||
GetTransportContract ( |
||
GetTransportOrder ( |
||
GetTransportOrderApprovalViewModel ( IEnumerable |
||
GetTransportOrderReport ( |
||
MultipleApproval ( List |
||
RevertRequsitions ( List |
||
TransportOrder_Update ( [ request, |
||
TransportRequisitions ( ) : System.Web.Mvc.ViewResult |
public Approve ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public ChangeTransporters ( [ request, List |
||
request | [ | |
listOfSubTransporterOrders | List |
|
changedTransportOrderID | int | |
return | System.Web.Mvc.ActionResult |
public Contract_Read ( [ request, int id ) : System.Web.Mvc.ActionResult | ||
request | [ | |
id | int | |
return | System.Web.Mvc.ActionResult |
public CreateTransportOrder ( string saveButton, string cancelButton, int id ) : System.Web.Mvc.ActionResult | ||
saveButton | string | |
cancelButton | string | |
id | int | |
return | System.Web.Mvc.ActionResult |
public CreateTransportOrder ( string saveButton, string cancelButton, int id, int BidId = -1 ) : System.Web.Mvc.ActionResult | ||
saveButton | string | |
cancelButton | string | |
id | int | |
BidId | int | |
return | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public GenerateDispatchAllocation ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public GetRequisitionsWithoutTransporter ( int woredaId ) : |
||
woredaId | int | |
return |
public GetRequisitionsWithoutTransporter ( int woredaId, int transReqId ) : |
||
woredaId | int | |
transReqId | int | |
return |
public GetWoredas ( int zoneId ) : System.Web.Mvc.JsonResult | ||
zoneId | int | |
return | System.Web.Mvc.JsonResult |
public GetWoredas ( int zoneId, int transReqId ) : System.Web.Mvc.JsonResult | ||
zoneId | int | |
transReqId | int | |
return | System.Web.Mvc.JsonResult |
public GetZonesByTransReqNo ( int selectedValue ) : System.Web.Mvc.JsonResult | ||
selectedValue | int | |
return | System.Web.Mvc.JsonResult |
public Index ( int id, int woredaId ) : System.Web.Mvc.ViewResult | ||
id | int | |
woredaId | int | |
return | System.Web.Mvc.ViewResult |
public Index ( int id, int woredaId, int transporterId, int zoneId, int transReqId ) : System.Web.Mvc.ViewResult | ||
id | int | |
woredaId | int | |
transporterId | int | |
zoneId | int | |
transReqId | int | |
return | System.Web.Mvc.ViewResult |
public LoadUnAssinedByReqNo ( int id, int woredaId ) : System.Web.Mvc.ActionResult | ||
id | int | |
woredaId | int | |
return | System.Web.Mvc.ActionResult |
public LoadUnAssinedByReqNo ( int id, int woredaId, int zone, int transporter, int TransReqID ) : System.Web.Mvc.ActionResult | ||
id | int | |
woredaId | int | |
zone | int | |
transporter | int | |
TransReqID | int | |
return | System.Web.Mvc.ActionResult |
public MultipleApproval ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public NotificationIndex ( int recordId ) : System.Web.Mvc.ActionResult | ||
recordId | int | |
return | System.Web.Mvc.ActionResult |
public NotificationNewRequisitions ( int recordId ) : System.Web.Mvc.ActionResult | ||
recordId | int | |
return | System.Web.Mvc.ActionResult |
public OrderDetail ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Print ( int id ) : System.Web.Mvc.FileResult | ||
id | int | |
return | System.Web.Mvc.FileResult |
public Revert ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public RevertRequsitions ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Signed ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public SuggestedSubstituteTransporters ( [ request, int changedTransportOrderID ) : System.Web.Mvc.ActionResult | ||
request | [ | |
changedTransportOrderID | int | |
return | System.Web.Mvc.ActionResult |
public TransReqWithoutTransporter_Read ( [ request ) : System.Web.Mvc.ActionResult | ||
request | [ | |
return | System.Web.Mvc.ActionResult |
public TransportOrder ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public TransportOrderController ( ITransportOrderService transportOrderService, ITransportRequisitionService transportRequisitionService, IWorkflowStatusService workflowStatusService, log4net.ILog log, ITransReqWithoutTransporterService transReqWithoutTransporterService, ITransportOrderDetailService transportOrderDetailService, IAdminUnitService adminUnitService, ITransporterService transporterService, ITransportBidQuotationService bidQuotationService ) : System | ||
transportOrderService | ITransportOrderService | |
transportRequisitionService | ITransportRequisitionService | |
workflowStatusService | IWorkflowStatusService | |
log | log4net.ILog | |
transReqWithoutTransporterService | ITransReqWithoutTransporterService | |
transportOrderDetailService | ITransportOrderDetailService | |
adminUnitService | IAdminUnitService | |
transporterService | ITransporterService | |
bidQuotationService | ITransportBidQuotationService | |
return | System |
public TransportOrderDetail ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public TransportOrder_Read ( [ request, int id, int programId, int regionId ) : System.Web.Mvc.ActionResult | ||
request | [ | |
id | int | |
programId | int | |
regionId | int | |
return | System.Web.Mvc.ActionResult |
public reverseTOFromClosedtoDraft ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |