Skip to content

GST Compliance Rejection Note.

Nitesh Laxman Chaughule requested to merge Nitesh_5/gkcore:rejectiongst into devel
  1. Modification in rejectionnote table.

    • rejectedtotal field is added of type numeric.
    • rejprods field is added of type jsonb.
  2. Modification in api_rejectionnote.py for gst compliant.

    • Modify 'getRejectionNote' function to get gst based details.
    • taxname, taxrate, billed qty, etc are taken from invoice table.
  3. nonRejectedInvProds function is modified as per gst requirement in api_invoice.py

closes #367 (closed)

Merge request reports