logicPOS
logicPOS copied to clipboard
questions, issues and suggestions
First of off let me say i really love this software i like layout, theme and general use. I think it has enormous potential...
I have very minimal level of coding knowledge, but never the less after trying to set up and use this software i found some annoying things and i am unable to solve them myself, therefore looking for some kind people to look into it and direct me in the right direction or help me solving them.
Thank you.
Issue nr1. when software running if you go to complete payment a dialog window cash pad comes up with payment options at the top. and customer details to be filled in in the bottom part of the window. (1 line is default prefilled Country and set to Portugal) looking through the code
the line of code that sets this up is on documentfinancedialogpage2.cs
and line 164. _intialValueConfigurationCountry = App.SettingsApp.ConfigurationSystemCountry;
so i went through all the code spent probably 3 days looking and what i understood is that this is set as initial value at installation point of software. Problem is i have attempted to install it 5 times with various options for country, but payment dialog window always populates country as Portugal. And i have ran out of ideas how to change that...
so now as a user when you enter payment window you first have to choose a country from a very large list (inconvenient if using touchscreen), than you have to select customer and only than make payment. to me seems like a lot of unnecessary steps just to pay.
That's where i go to next idea.
Adding a tick box upon customer creation window to make it a default customer in payment window. By ticking a box fields in payment dialog would be automatically prefilled so all you do is select payment and complete transaction. No messing around with country selection, customer selection (afcourse you can always untick default and that would leave fields blank).
I believe this would improve user approach massively, unfortunately as i said my coding skills are close to zero so im definitely not qualified to do it,
but i can attempt if somebody willing to guide me.
Thanks