Skip to content

"inoutflag" field is added in invoice table.

Nitesh Laxman Chaughule requested to merge Nitesh_5/gkcore:inoutflag into devel
  1. "inoutflag" is added in invoice table and respected changes in "gkupgrade" function.

  2. "inoutflag" value successfully pass through "getInvoiceDetails" function in api_invoice.py to frontend.

  3. write code in "gkupgrade" that will assign "inoutflag" for invoices where "inoutflag" is blank. On the basis of "csflag" we set "inoutflag". if "csflag" is 19 (i.e "supplier") then set inoutflag=9 (i.e "in") else "csflag" is 3 (i.e "customer" and set "inoutflag"= 15 (i.e "out"))

closes #376 (closed)

Edited by Nitesh Laxman Chaughule

Merge request reports