- 20 Feb, 2018 5 commits
-
-
Prajkta Patkar authored
Pr rules Closes #373 See merge request gnukhata/gkcore!377
-
Krishnakant Mane authored
-
Krishnakant Mane authored
-
Krishnakant Mane authored
-
Krishnakant Mane authored
altered for Payment.
-
- 19 Feb, 2018 4 commits
-
-
Krishnakant Mane authored
Register API modified to get detailed description of different type taxes levied on invoices. Closes #363 See merge request gnukhata/gkcore!374
-
Krishnakant Mane authored
inoutflag for delivery chalan in delchal table. See merge request gnukhata/gkcore!375
-
sanket shrawan kolnoorkar authored
-
sanket shrawan kolnoorkar authored
code written for upgrading inoutflag for previously added delchal fields. documentation is done. all the operations related to delchal inoutflag are done.
-
- 14 Feb, 2018 3 commits
-
-
sanket shrawan kolnoorkar authored
-
sanket shrawan kolnoorkar authored
created inoutflag for delivary chalan.added it in Post method and Get method. added inoutflag field in database. done with proper checking and documentation.
-
Krishnakant Mane authored
"inoutflag" field is added in invoice table. Closes #376 See merge request gnukhata/gkcore!373
-
- 12 Feb, 2018 14 commits
-
-
Prajkta Patkar authored
-
Nitesh Laxman Chaughule authored
Documentation is done.
-
Prajkta Patkar authored
-
Prajkta Patkar authored
-
Prajkta Patkar authored
seperated conditions for appending data in list of taxnames and dict
-
Prajkta Patkar authored
removed which checks taxname IGST or Vat instead wrote != sgst
-
Prajkta Patkar authored
-
Prajkta Patkar authored
-
Prajkta Patkar authored
-
Prajkta Patkar authored
-
Nitesh Laxman Chaughule authored
-
Nitesh Laxman Chaughule authored
-
Nitesh Laxman Chaughule authored
Documentation is done.
-
Nitesh Laxman Chaughule authored
and "inoutflag" data successfully pass to gkwebapp.
-
- 09 Feb, 2018 3 commits
-
-
Krishnakant Mane authored
changes made in api_invoice.py and api_organization.py. 1.paymentmode value sent to the front end. 2.Wrote code in gkUpgrade to set paymentmode (i.e 2 for 'bank' and 3 for 'cash') to make a database consistent.For this, check whether paymentmode is NULL or Not.then check bankdetails are present or not if bankdetails are not present then set payment mode =3, else set paymentmode=2. please refer issue #851 at gkwebapp See merge request !38
-
Pravin Dake authored
Wrote code in gkUpgrade to set paymentmode (i.e 2 for 'bank' and 3 for 'cash') to make a database consistent.
-
Prajkta Patkar authored
Bank Details in an organisation. Work done in gkcore. In api_organisation.py file. 1) written a code in "GET" if bankdetails are available. it will show the data. the details are in dictionary form that is key & value. 2) written a code in "PUT" for saving null values of bankdetails and update in database. 3) details are shown in database. Closes #863 See merge request !37
-
- 08 Feb, 2018 10 commits
-
-
sanket shrawan kolnoorkar authored
-
sanket shrawan kolnoorkar authored
done with updation of null fields of bankdetails in database. and overall updation of organisation field. changes made in apy_organisation.py and organisation.py
-
-
-
-
-
bank dettails are getting if bankdetails not equal to none.
-
Prajkta Patkar authored
Changes in custmerandsuppliers 'get' and 'put' 1. condition is checking for bankdetails in 'get'. - If bank details equal to none we will get none value otherwise bank details respected value. 2. Update query is added in 'PUT', if bankdetails are null, set bankdetails as null in database. closes#373 See merge request !35
-
Nitesh Laxman Chaughule authored
-
Reshma Atmaram Bhatawadekar authored
-
- 07 Feb, 2018 1 commit
-
-
Reshma Atmaram Bhatawadekar authored
-