Posted inPython Protected: Order DESC Barcode on F2 on purchase Posted by By Bineesh Kumar April 5, 2025 This content is password protected. To view it please go to the post page and enter the password.
Posted inPython SmartShop PRO missing procedure Posted by By Bineesh Kumar March 20, 2025 MASTER_BarcodeSearchEx4 /** Object: StoredProcedure [dbo].[MASTER_Barcode_SearchEx4] Script Date: 20/03/2025 3:05:31 PM **/SET ANSI_NULLS ONGO SET QUOTED_IDENTIFIER…
Posted inPython starting fast api app on windows Posted by By Bineesh Kumar February 25, 2025 in this we are using uvicorn with fastapi command : uvicorn main:app --reload
Posted inPython add new user to linux Posted by By Bineesh Kumar February 24, 2025 to simply add a new user to linux use the below code sudo useradd <user…