I am running the Webkul Point-of-Sale plugin on WooCommerce and need two small but important improvements coded into it. First, every new POS sale should receive a simple, ascending order ID (1, 2, 3 …). These numbers must stay independent of the standard WooCommerce order numbers and I want the freedom to reset the counter whenever I choose—either through a quick manual action in the back-office or by letting the system reset itself automatically on a schedule we can configure. Second, the exact time of each transaction needs to be recorded and shown right alongside the date on both the printed/emailed invoice generated by the POS and the Orders page inside the POS interface. This should use the site’s timezone settings so the timestamp is always accurate. Please build the solution as a small, update-safe extension or override for the existing Webkul POS codebase, following WooCommerce and WordPress coding standards so future plugin updates do not overwrite the changes.