Subversion Repositories SmartDukaan

Rev

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

Rev 1285 Rev 4090
Line 1... Line 1...
1
#!/usr/bin/python
1
#!/usr/bin/python
-
 
2
'''
-
 
3
Load the whole inventory for a warehouse.
-
 
4
 
-
 
5
With the amount of data that we have now and the amount
-
 
6
of traffic we get, it's now impracitcal to do this for 
-
 
7
already existing warehouses. It should only be used for
-
 
8
a newly provisioned warehouse.
-
 
9
 
-
 
10
@author: Chandranshu
-
 
11
'''
2
import optparse
12
import optparse
3
import xlrd
13
import xlrd
4
import datetime
14
import datetime
5
 
15
 
6
if __name__ == '__main__' and __package__ is None:
16
if __name__ == '__main__' and __package__ is None: