Skip to content

Change in purchaseorder table and api

Pornima requested to merge pornima/gkcore:purchaseorder into master

Changes in purchaseorder table

  1. Tax rate was a separate field before is removed. Tax rate will be saved with productdetails in schedule json field.
  2. Added unique constraint Changes in purchaseorder api
  3. getSingleposo method is modified for staggered delivery feature and tax rate

Staggered delivery will be saved as dictionary having key as date and quantity its value in schedule json field. post, getall and get methods are tested and verified.

Merge request reports