Topic: Purchase order primary key not in synch with PO #
* Delete a Purchase Order, (#2)
* Create a new one in it's place.
* Tested with the last one in the table (auto_increment)
* The New PO now takes this vacated value (#2) but the screen view shows the header line as PO #3 (the auto_incremented table id value) whilst the reference shows 2 and the printout (pdf) also shows it as PO 2.
This has potential for confusion but is probably left there to track the primary key of the actual record in the database.
@joe: any light?