You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to modify sambapos application and I decided to make changes
we are managing all setting in MANAGE tab and internally we are making many clicks in order to add any catagory and any table etc..
So i just want to keep all those functionalitys as a shortcut in POS module on tables list i added one more Field like "+(plus) button" so if we click on that we need to allow user to add a table/Customer from here itself..(look below url contain Image of my Idea)
What i tried is i just kept a button as "+" and code behind given reference to already existing code other pages, But we unable to get it. it throwing NULL exception and i understand that the classes are not initialized but we are trying to use that and if we initalize those methods also we are getting issue while click operation performed as null exception
Please sugest me how to achieve this shortcut button operation in SambaPos
The text was updated successfully, but these errors were encountered:
I tried to modify sambapos application and I decided to make changes
So i just want to keep all those functionalitys as a shortcut in POS module on tables list i added one more Field like "+(plus) button" so if we click on that we need to allow user to add a table/Customer from here itself..(look below url contain Image of my Idea)
http://www.evernote.com/shard/s390/sh/37f0a60b-377c-46e7-8fac-0ad41c364ca2/ebbaf004d9219d0681cb9aae76283f61
What i tried is i just kept a button as "+" and code behind given reference to already existing code other pages, But we unable to get it. it throwing NULL exception and i understand that the classes are not initialized but we are trying to use that and if we initalize those methods also we are getting issue while click operation performed as null exception
Please sugest me how to achieve this shortcut button operation in SambaPos
The text was updated successfully, but these errors were encountered: