SambaPOS Forum

English Boards => Support => Topic started by: nixta on April 01, 2013, 06:13:21 am

Title: POS Customised logo?
Post by: nixta on April 01, 2013, 06:13:21 am
Hi Guys,

I'm pretty much a nobbie on this forum, I've been playing around with the SambaPOS and it ROCKS!!! :)
Now I've got a question :D...is there any way of personalizing the application with custom logos etc...?

Thanks in advance,
Happy user :)
Title: Re: POS Customised logo?
Post by: oiqbal on April 02, 2013, 03:18:17 pm
yes that can be done by downloading the source, making changes and recompiling the code.

Title: Re: POS Customised logo?
Post by: DQ on April 02, 2013, 03:40:49 pm
You can customize logo on login screen by overriding "logo.png" under images folder. You don't need to make code changes for that.
Title: Re: POS Customised logo?
Post by: nixta on April 07, 2013, 10:48:38 pm
Thanks for the replies guys.
Title: Re: POS Customised logo?
Post by: zahirramputh on June 06, 2013, 11:51:55 pm
Where can i download the source code for latest version...can anyone paste the link.Thanks
Title: Re: POS Customised logo?
Post by: lemmings on June 07, 2013, 03:04:44 am
Link to source code for version 2.99:

http://code.google.com/p/sambapos/source/checkout (http://code.google.com/p/sambapos/source/checkout)

Although if you are changing the logo that sits on the login screen you dont need to touch the source code. Jusr locate the images folder within program files\sambapos and change the image file for you proposed logo.

Title: Re: POS Customised logo?
Post by: zahirramputh on June 11, 2013, 11:24:21 pm
am not able to download the source code from the given link can someone guide me how to proceed?thanks
Title: Re: POS Customised logo?
Post by: lemmings on June 12, 2013, 01:55:49 am
First get an account with google code

Download and install mercurial 

http://mercurial.selenic.com/wiki/Download (http://mercurial.selenic.com/wiki/Download)

This software enables you to clone the source code and make a local copy, any changes can be stored in the clone.

I used it from command-line once installed with the line

hg clone https://code.google.com/p/sambapos/ (https://code.google.com/p/sambapos/)

Title: Re: POS Customised logo?
Post by: zahirramputh on June 12, 2013, 11:28:35 pm
Thanks, it really worked and i was able to download it.
Title: Re: POS Customised logo?
Post by: scologic on June 19, 2013, 05:06:53 pm
Another quick question on this..
the samba network section quite rightly points to sambapos to buy hardware and get support. But the customers we've give the software too for free have asked if the link inside the software could be linkekd to our support page as we're local to them.

Is there anywhere in the software we can change this easily?

Mark
Title: Re: POS Customised logo?
Post by: lemmings on June 20, 2013, 03:08:31 am
Scologic:

You are referring to V3 of Ssmbapos and the Samba Market link on Navigation screen.

The URL is found in Samba.Modules.MarketModule/MarketModule.cs

Title: Re: POS Customised logo?
Post by: scologic on June 24, 2013, 10:10:53 am
Many thanks for the information. I'm currently using V2.99c with this customer. Is the web url in a simlilar location on v2.99c?

regards

Mark.
Title: Re: POS Customised logo?
Post by: lemmings on June 24, 2013, 03:30:53 pm
You are referring to the Browser in the Manage Section, in V2 SambaPos

OK, you need to change the address in Samba.Modules.SettingsModule\SettingModule.cs - its currently set to http://network.sambapos.org (http://network.sambapos.org)

You will also need to change the relevant resources.resx file in Samba.Localization to change the working for SambaPOS Website to say Support Site.

You may also need to change the Turkish in the browser window, this is hard-coded so you will need to edit BrowserView.xaml

Hope this helps.

Title: Re: POS Customised logo?
Post by: scologic on June 25, 2013, 02:31:20 am
Yeah it all helps. I managed to get the other hardcoded stuff sorted out just couldnt find the weburl anywhere.

Mark