Subversion Repositories SmartDukaan

Rev

Rev 6700 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6700 Rev 20827
Line 20... Line 20...
20
 
20
 
21
import javax.servlet.ServletOutputStream;
21
import javax.servlet.ServletOutputStream;
22
 
22
 
23
import org.apache.commons.lang.StringUtils;
23
import org.apache.commons.lang.StringUtils;
24
 
24
 
-
 
25
import com.opensymphony.xwork2.ActionSupport;
-
 
26
 
25
/**
27
/**
26
 * @author mandeep
28
 * @author mandeep
27
 * 
29
 * 
28
 */
30
 */
29
public class SaleReportController extends BaseController {
31
public class SaleReportController extends BaseController {
Line 79... Line 81...
79
            sos.write(buffer);
81
            sos.write(buffer);
80
            sos.flush();
82
            sos.flush();
81
        } catch (Exception e) {
83
        } catch (Exception e) {
82
        }
84
        }
83
 
85
 
84
        return INDEX;
86
        return ActionSupport.NONE;
85
    }
87
    }
86
 
88
 
87
    /**
89
    /**
88
     * @param orders
90
     * @param orders
89
     * @return
91
     * @return