Subversion Repositories SmartDukaan

Rev

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

Rev 6793 Rev 6794
Line 102... Line 102...
102
    sheet.write(0, 9, "Remarks", heading_xf)
102
    sheet.write(0, 9, "Remarks", heading_xf)
103
    sheet.write(0, 10, "9D2", heading_xf)
103
    sheet.write(0, 10, "9D2", heading_xf)
104
    sheet.write(0, 11, "901", heading_xf)
104
    sheet.write(0, 11, "901", heading_xf)
105
    sheet.write(0, 12, "9D1", heading_xf)
105
    sheet.write(0, 12, "9D1", heading_xf)
106
    sheet.write(0, 13, "9C7", heading_xf)
106
    sheet.write(0, 13, "9C7", heading_xf)
107
    sheet.write(0, 14, "903", heading_xf)
107
    sheet.write(0, 14, "9I5", heading_xf)
108
    sheet.write(0, 15, "Pending Orders", heading_xf)
108
    sheet.write(0, 15, "Pending Orders", heading_xf)
109
    sheet.write(0, 16, "Minimum Stock Level", heading_xf)
109
    sheet.write(0, 16, "Minimum Stock Level", heading_xf)
110
    sheet.write(0, 17, "Risky Orders", heading_xf)
110
    sheet.write(0, 17, "Risky Orders", heading_xf)
111
    sheet.write(0, 18, "Deficit", heading_xf)
111
    sheet.write(0, 18, "Deficit", heading_xf)
112
    
112