메소드 |
설명 |
|
AddBillDetail ( Bill bill, IList actingBillList, com.Sconit.Entity.MasterData.User user ) : void |
|
|
AddBillDetail ( Bill bill, IList actingBillList, string userCode ) : void |
|
|
AddBillDetail ( string billNo, IList actingBillList, com.Sconit.Entity.MasterData.User user ) : void |
|
|
AddBillDetail ( string billNo, IList actingBillList, string userCode ) : void |
|
|
CancelBill ( Bill bill, com.Sconit.Entity.MasterData.User user ) : void |
|
|
CancelBill ( Bill bill, string userCode ) : void |
|
|
CancelBill ( string billNo, com.Sconit.Entity.MasterData.User user ) : void |
|
|
CancelBill ( string billNo, string userCode ) : void |
|
|
CheckAndLoadBill ( string billNo ) : Bill |
|
|
CheckAndLoadBill ( string billNo, bool includeBillDetail ) : Bill |
|
|
CloseBill ( Bill bill, com.Sconit.Entity.MasterData.User user ) : void |
|
|
CloseBill ( Bill bill, string userCode ) : void |
|
|
CloseBill ( string billNo, com.Sconit.Entity.MasterData.User user ) : void |
|
|
CloseBill ( string billNo, string userCode ) : void |
|
|
CreateActingBill ( com.Sconit.Entity.MasterData.PlannedBill plannedBill, LocationLotDetail locationLotDetail, com.Sconit.Entity.MasterData.User user ) : com.Sconit.Entity.MasterData.ActingBill |
|
|
CreateActingBill ( com.Sconit.Entity.MasterData.PlannedBill plannedBill, com.Sconit.Entity.MasterData.User user ) : com.Sconit.Entity.MasterData.ActingBill |
|
|
CreateBill ( IList actingBillList, com.Sconit.Entity.MasterData.User user ) : IList |
|
|
CreateBill ( IList actingBillList, com.Sconit.Entity.MasterData.User user, string status ) : IList |
|
|
CreateBill ( IList actingBillList, com.Sconit.Entity.MasterData.User user, string status, decimal discount ) : IList |
|
|
CreateBill ( IList actingBillList, string userCode ) : IList |
|
|
CreateBill ( IList actingBillList, string userCode, string status ) : IList |
|
|
CreateBill ( IList actingBillList, string userCode, string status, decimal discount ) : IList |
|
|
DeleteBill ( Bill bill, com.Sconit.Entity.MasterData.User user ) : void |
|
|
DeleteBill ( Bill bill, string userCode ) : void |
|
|
DeleteBill ( string billNo, com.Sconit.Entity.MasterData.User user ) : void |
|
|
DeleteBill ( string billNo, string userCode ) : void |
|
|
DeleteBillDetail ( IList billDetailList, com.Sconit.Entity.MasterData.User user ) : void |
|
|
DeleteBillDetail ( IList billDetailList, string userCode ) : void |
|
|
LoadBill ( string billNo, bool includeBillDetail ) : Bill |
|
|
ManualCreateActingBill ( com.Sconit.Entity.MasterData.PlannedBill plannedBill, LocationLotDetail locationLotDetail, com.Sconit.Entity.MasterData.User user ) : com.Sconit.Entity.MasterData.ActingBill |
|
|
ManualCreateActingBill ( com.Sconit.Entity.MasterData.PlannedBill plannedBill, com.Sconit.Entity.MasterData.User user ) : com.Sconit.Entity.MasterData.ActingBill |
|
|
ManualCreateActingBill ( IList plannedBillList, com.Sconit.Entity.MasterData.User user ) : IList |
|
|
RecalculatePrice ( string billNo, com.Sconit.Entity.MasterData.User user ) : void |
|
|
ReleaseBill ( Bill bill, com.Sconit.Entity.MasterData.User user ) : void |
|
|
ReleaseBill ( Bill bill, string userCode ) : void |
|
|
ReleaseBill ( string billNo, com.Sconit.Entity.MasterData.User user ) : void |
|
|
ReleaseBill ( string billNo, string userCode ) : void |
|
|
RetriveActingBill ( com.Sconit.Entity.MasterData.PlannedBill plannedBill, System.DateTime dateTimeNow, com.Sconit.Entity.MasterData.User user ) : com.Sconit.Entity.MasterData.ActingBill |
|
|
TryCreateBill ( string customers ) : void |
|
|
UpdateBill ( Bill bill, com.Sconit.Entity.MasterData.User user ) : void |
|
|
UpdateBill ( Bill bill, string userCode ) : void |
|
|
VoidBill ( Bill bill, com.Sconit.Entity.MasterData.User user ) : Bill |
|
|
VoidBill ( Bill bill, string userCode ) : Bill |
|
|
VoidBill ( string billNo, com.Sconit.Entity.MasterData.User user ) : Bill |
|
|
VoidBill ( string billNo, string userCode ) : Bill |
|
|