We have created a textile inventory and billing system for Nijeeshma tailoring athanikkal kozhikode using google app sheet and google spreadsheet. Any one can develop this application with a day or two. No coding required
After a short break, This the first program I wrote in python
n=3#int(input("Enter size of board! "))
def printbox(lst): for i in range(2*n+1): if i%2==0: for k in range(n): if k==0: print(' ', end='') print('---- ', end='') else: for k in range(n+1): if k==n: print(' |', end='') else: pp = addcolor(lst[(i-1)/2,k]) print(' |',pp, end='') print('')
def addcolor(num): if num == 1: return '\033[0;37;41m '+str(num)+'\033[0m' elif num==2: return '\033[0;37;46m '+str(num)+'\033[0m' return num
import numpy as np #strlst = '1,0,1,2,1,1,0,2,1'#input("give 9 numbers") lst=np.zeros(9).reshape(3,3)
def iswinner(lst): printbox(lst) issame=True knum=0 for i in range(3): if np.all(lst[i,:]==1) or np.all(lst[:,i]==1): return(1) elif np.all(lst[i,:]==2) or np.all(lst[:,i]==2): return 2 if i==0: knum=lst[i,i] elif issame and knum!=lst[i,i]: issame=False if issame and knum!=0: return knum return 0
s=0 while s<9: strlst1 = input('your move i,j,number') i,j,knum=strlst1.split(',') if (s%2==0 and int(knum)==1) or (s%2==1 and int(knum)==2): lst[i,j]=knum iswin = iswinner(lst) if iswin == 1: print('1 is winner') break elif iswin==2: print('2 is winner') break else: print('no win') s+=1 else: print('enter valid number')
This system can help the company to avoid overstocking. When an
organisation overstocks, money is wasted since procuring, storing, and
accounting for unneeded items require time, space, and money which could have
been used on more critical assets. Likewise, when under stocking occurs the
organisation will more likely to only partly meet their mission or possibly not
meet the mission at all. Also, a weak inventory control system is more prone to
errors and fraud.
Having advanced systems on sales and inventories makes the
company more productive, efficient and convenient both to the company and its
client. The system is meant to help people show to customers more relevant
items, hoping to expedite and increase the sales and most importantly to
increase the profit of the company. With the aid of sales and inventory
systems, management can easily make consistent, reliable, and timely decisions.
Our inventory software is designed for any business that desires a
complete control over stock levels and inventory tracking. This inventory
software can be used either as a simple inventory control system or a complete
manufacturing solution.
The main
modules are the following
·Purchase Module
·Sales Module
·Inventory Module
·Report Module
·User Module (Employee, Customer and Vendor
management)
There will be two types of user (on the basis privilege).