메소드 | 설명 | |
---|---|---|
DeleteById ( System id ) : bool | ||
FindById ( System id ) : Transaction | ||
FindByTransactionGroupID ( System.Guid transactionGroupID ) : Transaction |
Finds the by transaction group ID.
|
|
Get ( bool>.System |
||
GetActiveAccountsForLedger ( int LedgerID ) : List |
Gets the active accounts for ledger.
|
|
GetAvailableAllocations ( int hubId ) : List |
Gets the available allocations.
|
|
GetCommodityBalanceForHub ( int HubId, int parentCommodityId, int si, int project ) : decimal |
Gets the commodity balance for hub.
|
|
GetCommodityBalanceForStack ( int storeId, int stack, int parentCommodityId, int si, int project ) : decimal |
Gets the commodity balance for stack.
|
|
GetCommodityBalanceForStore ( int storeId, int parentCommodityId, int si, int project ) : decimal |
Gets the commodity balance for store.
|
|
GetDistributionReport ( int hubID, |
Gets the distribution report.
|
|
GetGroupedTransportationReports ( OperationMode mode, System.DateTime fromDate, System.DateTime toDate ) : List |
Gets the grouped transportation reports.
|
|
GetListOfStartingBalances ( int hubID ) : List |
Gets the list of starting balances.
|
|
GetOffloadingReport ( int hubID, |
Gets the offloading report.
|
|
GetReceiveReport ( int hubID, |
Gets the receive report.
|
|
GetTotalReceiptAllocation ( int siNumber, int commodityId, int hubId ) : decimal |
Gets the total receipt allocation.
|
|
GetTotalReceivedFromReceiptAllocation ( int siNumber, int commodityId, int hubId ) : decimal |
Gets the total received from receipt allocation.
|
|
GetTotalReceivedFromReceiptAllocation ( string siNumber, int commodityId, int hubId ) : decimal |
Gets the total received from receipt allocation.
|
|
GetTransactionsForLedger ( int LedgerID, int AccountID, int Commodity ) : List |
Gets the transactions for ledger.
|
|
GetTransportationReports ( OperationMode mode, System.DateTime fromDate, System.DateTime toDate ) : List |
Gets the transportation reports.
|
|
SaveAdjustmentTrasnsaction ( |
|
|
SaveDispatchTransaction ( |
Saves the dispatch transaction.
|
|
SaveInternalMovementTrasnsaction ( |
|
|
SaveLossAdjustmentTransaction ( |
Saves the loss adjustment transaction.
|
|
SaveLossTrasnsaction ( |
|
|
SaveReceiptTransaction ( |
Saves the receipt transaction.
|
|
SaveStartingBalanceTransaction ( |
Saves the starting balance transaction.
|
|
TransactionService ( IUnitOfWork unitOfWork, IAccountService accountService ) : System | ||
TransactionService ( IUnitOfWork unitOfWork, IAccountService accountService, IShippingInstructionService shippingInstructionService ) : System |
메소드 | 설명 | |
---|---|---|
GenerateDispatchDetail ( |
Generates the dispatch detail.
|
|
GetNegativeFDPTransaction ( |
Gets the negative FDP transaction.
|
|
GetNegativeHUBTransaction ( |
Gets the negative HUB Transaction.
|
|
GetPositiveFDPTransaction ( |
Gets the positive FDP transaction.
|
|
GetPositiveHUBTransaction ( |
Gets the positive HUB transaction.
|
public FindByTransactionGroupID ( System.Guid transactionGroupID ) : Transaction | ||
transactionGroupID | System.Guid | The transaction group ID. |
리턴 | Transaction |
public Get ( bool>.System |
||
filter | bool>.System | |
orderBy | Func |
|
includeProperties | string | |
리턴 | IEnumerable |
public GetActiveAccountsForLedger ( int LedgerID ) : List |
||
LedgerID | int | The ledger ID. |
리턴 | List |
public GetAvailableAllocations ( int hubId ) : List |
||
hubId | int | The hub id. |
리턴 | List |
public GetCommodityBalanceForHub ( int HubId, int parentCommodityId, int si, int project ) : decimal | ||
HubId | int | The hub id. |
parentCommodityId | int | The parent commodity id. |
si | int | The si. |
project | int | The project. |
리턴 | decimal |
public GetCommodityBalanceForStack ( int storeId, int stack, int parentCommodityId, int si, int project ) : decimal | ||
storeId | int | The store id. |
stack | int | The stack. |
parentCommodityId | int | The parent commodity id. |
si | int | The SI. |
project | int | The project. |
리턴 | decimal |
public GetCommodityBalanceForStore ( int storeId, int parentCommodityId, int si, int project ) : decimal | ||
storeId | int | The store id. |
parentCommodityId | int | The parent commodity id. |
si | int | The SI. |
project | int | The project. |
리턴 | decimal |
public GetDistributionReport ( int hubID, |
||
hubID | int | The hub ID. |
distributionViewModel | The distribution view model. | |
리턴 | List |
public GetGroupedTransportationReports ( OperationMode mode, System.DateTime fromDate, System.DateTime toDate ) : List |
||
mode | OperationMode | The mode. |
fromDate | System.DateTime | From date. |
toDate | System.DateTime | To date. |
리턴 | List |
public GetListOfStartingBalances ( int hubID ) : List |
||
hubID | int | The hub ID. |
리턴 | List |
public GetOffloadingReport ( int hubID, |
||
hubID | int | The hub ID. |
dispatchesViewModel | The dispatches view model. | |
리턴 | List |
public GetReceiveReport ( int hubID, |
||
hubID | int | The hub ID. |
receiptsViewModel | The receipts view model. | |
리턴 | List |
public GetTotalReceiptAllocation ( int siNumber, int commodityId, int hubId ) : decimal | ||
siNumber | int | The SI number. |
commodityId | int | |
hubId | int | The hub id. |
리턴 | decimal |
public GetTotalReceivedFromReceiptAllocation ( int siNumber, int commodityId, int hubId ) : decimal | ||
siNumber | int | The SI number. |
commodityId | int | |
hubId | int | The hub id. |
리턴 | decimal |
public GetTotalReceivedFromReceiptAllocation ( string siNumber, int commodityId, int hubId ) : decimal | ||
siNumber | string | The si number. |
commodityId | int | The commodity id. |
hubId | int | The hub id. |
리턴 | decimal |
public GetTransactionsForLedger ( int LedgerID, int AccountID, int Commodity ) : List |
||
LedgerID | int | The ledger ID. |
AccountID | int | The account ID. |
Commodity | int | The commodity. |
리턴 | List |
public GetTransportationReports ( OperationMode mode, System.DateTime fromDate, System.DateTime toDate ) : List |
||
mode | OperationMode | The mode. |
fromDate | System.DateTime | From date. |
toDate | System.DateTime | To date. |
리턴 | List |
public SaveAdjustmentTrasnsaction ( |
||
viewModel | ||
user | UserProfile | |
리턴 | void |
public SaveDispatchTransaction ( |
||
dispatchModel | The dispatch model. | |
user | UserProfile | The user. |
리턴 | void |
public SaveInternalMovementTrasnsaction ( |
||
viewModel | ||
user | UserProfile | |
리턴 | void |
public SaveLossAdjustmentTransaction ( |
||
viewModel | The view model. | |
user | UserProfile | The user. |
리턴 | void |
public SaveLossTrasnsaction ( |
||
viewModel | ||
user | UserProfile | |
리턴 | void |
public SaveReceiptTransaction ( |
||
receiveModels | The receive models. | |
user | UserProfile | The user. |
리턴 | void |
public SaveStartingBalanceTransaction ( |
||
startingBalance | The starting balance. | |
user | UserProfile | The user. |
리턴 | void |
public TransactionService ( IUnitOfWork unitOfWork, IAccountService accountService ) : System | ||
unitOfWork | IUnitOfWork | |
accountService | IAccountService | |
리턴 | System |
public TransactionService ( IUnitOfWork unitOfWork, IAccountService accountService, IShippingInstructionService shippingInstructionService ) : System | ||
unitOfWork | IUnitOfWork | |
accountService | IAccountService | |
shippingInstructionService | IShippingInstructionService | |
리턴 | System |