Subversion Repositories SmartDukaan

Rev

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

Rev 5530 Rev 5591
Line 159... Line 159...
159
 
159
 
160
    /**
160
    /**
161
     * Creates an invoice object
161
     * Creates an invoice object
162
     */
162
     */
163
    void createInvoice(1:Invoice invoice) throws (1:PurchaseServiceException e);
163
    void createInvoice(1:Invoice invoice) throws (1:PurchaseServiceException e);
-
 
164
    
-
 
165
    /**
-
 
166
     * Creates a supplier 
-
 
167
     */
-
 
168
    Supplier addSupplier(1:Supplier supplier);
-
 
169
 
-
 
170
    /**
-
 
171
     * Updates a supplier 
-
 
172
     */
-
 
173
    void updateSupplier(1:Supplier supplier);
164
}
174
}