GreatDevelopers / LibreHatti

An E-Commerce cum CRM Django App
http://greatdevelopers.github.io/LibreHatti/
GNU General Public License v2.0
24 stars 61 forks source link

Order search for previous sessions. #244

Closed jasvir99 closed 9 years ago

jasvir99 commented 9 years ago

Currently the order search works on purchase order id. It should be purchase order of session because once the session is over, purchase order id keep on increasing because it is primary key of purchase order table but purchase order of session starts from one.

aseemmittal commented 9 years ago

Done. https://github.com/GreatDevelopers/LibreHatti/pull/249