Il Drive di Xtumble permette di gestire i documenti in modo collaborativo, utilizzando gli strumenti con cui siete abituati a lavorare.
Aggiornato per le nuove versioni di iOS XtumbleRetail (sdk 16.4), la app punto cassa che si interfaccia con i registratori di cassa fiscali Epson e la piattaforma Erp/crm Xtumble. La app è sviluppata con Delphi 11.3, in questa versione oltre all’aggiornamento dell’SDK è stata ottimizzata la gestione del cassetto associato alla cassa fiscale.
After updating our XtumbleRetail application to the iOS 16.4 SDK version and starting publishing on the Apple Store, Apple’s developer portal offered us a new publishing platform available…. VisionOS. Embarcadero Delphi proves to be an increasingly key tool for us, with a single code we are able to publish on all platforms. And for…
Leggi tutto
FindCmdLineSwitch al posto di ParamStr
Configure access point WiFi in minutes
To add basic authentication to you own http server is really simple, you only need to add inside the “onCommandGet” method the authentication check, as in the example shown after the image Inside the method you can: if ( ARequestInfo.AuthUsername.ToUpper.Equals(‘USERNAME’.ToUpper) and ARequestInfo.AuthPassword.Equals(‘PASSWORD’) ) then begin AResponseInfo. ResponseNo : = 401; AResponseInfo. AuthRealm : = ‘Autentication…
Leggi tutto