Subversion Repositories SmartDukaan

Rev

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

Rev 5443 Rev 5530
Line 122... Line 122...
122
     * @param quantity
122
     * @param quantity
123
     */
123
     */
124
    public void unFulfillPO(long purchaseId, long itemId, long quantity) throws PurchaseServiceException, org.apache.thrift.TException;
124
    public void unFulfillPO(long purchaseId, long itemId, long quantity) throws PurchaseServiceException, org.apache.thrift.TException;
125
 
125
 
126
    /**
126
    /**
127
     * Fetches all invoices for a given date
127
     * Fetches all invoices after a given date
128
     * 
128
     * 
129
     * @param date
129
     * @param date
130
     */
130
     */
131
    public List<Invoice> getInvoices(long date) throws org.apache.thrift.TException;
131
    public List<Invoice> getInvoices(long date) throws org.apache.thrift.TException;
132
 
132