Author Topic: POS Customised logo?  (Read 10087 times)

nixta

  • Newbie
  • *
  • Posts: 2
POS Customised logo?
« 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 :)

oiqbal

  • Newbie
  • *
  • Posts: 29
Re: POS Customised logo?
« Reply #1 on: April 02, 2013, 03:18:17 pm »
yes that can be done by downloading the source, making changes and recompiling the code.


DQ

  • Jr. Member
  • **
  • Posts: 82
Re: POS Customised logo?
« Reply #2 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.

nixta

  • Newbie
  • *
  • Posts: 2
Re: POS Customised logo?
« Reply #3 on: April 07, 2013, 10:48:38 pm »
Thanks for the replies guys.

zahirramputh

  • Newbie
  • *
  • Posts: 36
Re: POS Customised logo?
« Reply #4 on: June 06, 2013, 11:51:55 pm »
Where can i download the source code for latest version...can anyone paste the link.Thanks

lemmings

  • Full Member
  • ***
  • Posts: 165
Re: POS Customised logo?
« Reply #5 on: June 07, 2013, 03:04:44 am »
Link to source code for version 2.99:

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.


zahirramputh

  • Newbie
  • *
  • Posts: 36
Re: POS Customised logo?
« Reply #6 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

lemmings

  • Full Member
  • ***
  • Posts: 165
Re: POS Customised logo?
« Reply #7 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

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/


zahirramputh

  • Newbie
  • *
  • Posts: 36
Re: POS Customised logo?
« Reply #8 on: June 12, 2013, 11:28:35 pm »
Thanks, it really worked and i was able to download it.

scologic

  • Newbie
  • *
  • Posts: 4
Re: POS Customised logo?
« Reply #9 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

lemmings

  • Full Member
  • ***
  • Posts: 165
Re: POS Customised logo?
« Reply #10 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


scologic

  • Newbie
  • *
  • Posts: 4
Re: POS Customised logo?
« Reply #11 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.

lemmings

  • Full Member
  • ***
  • Posts: 165
Re: POS Customised logo?
« Reply #12 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

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.


scologic

  • Newbie
  • *
  • Posts: 4
Re: POS Customised logo?
« Reply #13 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