Subversion Repositories SmartDukaan

Rev

Rev 10864 | Rev 11751 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10864 Rev 11219
Line 121... Line 121...
121
    2:string invoiceNumber,
121
    2:string invoiceNumber,
122
    3:i64 date,
122
    3:i64 date,
123
    4:i64 numItems,
123
    4:i64 numItems,
124
    5:string receivedFrom,
124
    5:string receivedFrom,
125
    6:i64 supplierId,
125
    6:i64 supplierId,
126
    7:i64 warehouseId
126
    7:i64 warehouseId,
-
 
127
    8:i64 invoiceDate
127
}
128
}
128
 
129
 
129
exception PurchaseServiceException {
130
exception PurchaseServiceException {
130
    1:GenericService.ExceptionType exceptionType,
131
    1:GenericService.ExceptionType exceptionType,
131
    2:string message
132
    2:string message