Ubuntu :: Find A Suitable Small Business Accounting Software?
Apr 7, 2010
I've been poking around for the last week trying to find a suitable small business accounting software that will work for us. To make a long story short I stumbled upon SQL-Ledger and it looks like a very good application just what we're looking for... and low and behold its in the repositories! Anyway I installed the SQL-Ledger package but unfortunately there's no way to load or open this app. Synaptic shows its installed but there's no gui or and reference in the menu. Searching using the filter in the menu results in nothing. So I'm assuming SGL-Ledger just needs a gui associated with it to open it right??
View 3 Replies
ADVERTISEMENT
May 2, 2010
I am looking for recommendations on open source accounting software for small business that could be run via web interface on CentOS 5.The more user friendly it is the better. Users use the windows platform for their desktop environment.
View 3 Replies
View Related
Apr 16, 2011
I operate on fc13. I have a small business running in India, I need a business accounting software for my business. Something simillar to tally. Gnucash Grisbi are all personal accounting softwares. These do not fullfill the needs of a busness. even then good softwares. I am searching for a business accounting software.
View 1 Replies
View Related
Jan 6, 2009
I want to connect my linux laptop (Mandriva 2008.1 x86_64) to my windows small business server. My issue is that I am not sure what I can and can't do in terms of any windows config changes. Can linux (I assume using Samba) connect normally?
View 2 Replies
View Related
Apr 2, 2010
I have been using Trixbox CE for a couple of years and a client has asked me to setup a VOIP system with two phones and a couple of extensions. When he gets hit with a borage of phone calls I need to have the call that are behind the others to go the the next extension. I need redundancy if one Internet connection goes down and have the another kick in or failover. How does one configure Trixbox to failover to the other Internet connection and can someone give me a list of carriers in the Washington D.C area. Can someone point me in the right direction?
View 3 Replies
View Related
Oct 8, 2009
Since Ubuntu and other Linux Distros are free to download and distribute. Would it be illegal for me to have a Small Business of my own that would charge individuals/small-businesses to Install and Setup Linux desktops. I wasn't sure how that GPL license worked. I figured I would be charging individuals for setting up Linux Desktops on their machines or small business/offices and training/teaching them on the various applications they could install on their own.
Also, would it be illegal to create websites using Apache, Tomcat and other Open Source tools and then sell those sites. I figured many people are turned off by learning or installing something other than Windows desktops on their pcs, just because it is different. If this cannot be done under the GPL license, then could someone tell me how I could go about starting my own small business to legally Setup/Install Linux distributions.
View 14 Replies
View Related
Jul 26, 2010
I am certainly a Linux Newbie..I have a business with a network of PCs that need not get client files corrupted by viruses & other bad things from the internet...YET I would like to let my employees(who are way worse newbies than me..om Windows even...& stand good chance to mess up computers) use internet at times if they wish. My first thought was just separate side by side PCs, one to get on for Clients/business network etc, & the other to get trashed by the internet.
What I am thinking is a better alternative (& I need to know from yall who I'm sure are way beyond this newbie whether this thinking is correct) is to put something like Puppy Linux 5.0 on small memory USB flash drives & let them each have one to use for internet, simple application functions etc. Can I safely believe that running internet browsing on the flash drive with Puppy Linux booted & running as the OS is NOT going to potentially infect my windows XP business PCs with viruses etc?
View 6 Replies
View Related
May 14, 2010
I am currently running Lucid,and in every single attempt to play any mp3,it claims that it cannot find a suitable plugin,which is weird because I am nearly 100 percent certain that I did install all of the restricted extras.The funny part is that it is trying to install a Soundblaster Voc plugin?
View 3 Replies
View Related
Apr 18, 2011
I am running Debian on a g3 mac and when I set the screen resolution to 1024 by 768 I cannot see everything, for instance the scroll bar on iceweasal is hidden, so I switched the resolution to 800 by 600 and then i load up evolution and find that the forward button isn't visible, is there a way to get a custom resolution that works with everything
View 10 Replies
View Related
Mar 4, 2010
i got problem which slows my boot to linux. Before loading Ubuntu logo in console i see fast flash with words: "Warning: unable to find a suitable fs in /proc/mount, is it mounted? Use --subdomainfs to override." What should i do? To fix that warning?
View 3 Replies
View Related
Oct 13, 2009
so I was trying to do sheduled updates on server, which is doing xen virtualization
doing kernel update (to 2.6.18-164.el5xen) i got the following error:
Running Transaction
Installing : kernel-xen [1/1]
grubby fatal error: unable to find a suitable template
and of course new kernel doesn't appears in grub.conf and don't know what is cause of this problem last kernel i was updateting in August and as i remember everything went just fine:
current kernel:
2.6.18-128.4.1.el5xen #1 SMP Tue Aug 4 21:33:24 EDT 2009 i686 i686 i386 GNU/Linux
#cat /boot/grub/grub.conf
# grub.conf generated by anaconda
[code]....
also could it be because running kernel is removed?also could it be because of LABEL entry, not /dev/... ( as i found out it was such bug, some years time ago)
View 1 Replies
View Related
Feb 24, 2016
I am trying to install some NVIDIA drivers on my machine. I went through the process and got this message:
Code: Select allWARNING: Unable to find a suitable destination to install 32-bit compatibility libraries. Your system may not be set up for 32-bit compatibility. 32-bit compatibility files will not be installed; if you wish to install them, re-run the installation and set a valid directory with the --compat32-libdir option. URL...Where in I ran this in the terminal to create the 32-bit document tree.
Code: Select allsudo apt-get install ia32-libs
E: Package 'ia32-libs' has no installation candidate.
I really just want to get these NVIDIA drivers up and running. I already installed and updated the headers to just be able to half-way install the drivers (the second monitor works now).
View 6 Replies
View Related
Apr 17, 2010
The intention is to have this system dual-boot. When i first put it together, i decided to setup a raid5 array spanning 3 sata drives. I installed Windows 7 first, decided i'd get to Linux later. I left 150mb or so at the beginning of the array for /boot, and about 200gb at the end for my linux install. i'm getting to the linux install. My distro of choice is Fedora 12. I start the setup, and at the point where it's time to partition, the installer tells me that its unable to find any suitable storage devices.
I Crtl-Alt-F2 to a console, and fdisk -l. Fdisk reports three individual drives which all have partitions already. All have free space. None make sense. So i turned to google, and found some threads which explain that this chip doesn't run a true raid, rather its what's been referred to as fake raid. Which is that it depends on the windows driver in order to actually present the array to the OS, and that the best way to get by that on linux, is to break the array, and use LVM instead.
That's all well and good, but i lose two things in doing that. First i lose the resiliency of raid 5, and second, well, what does that do to my windows install? I've considered moving all of my data from windows to other machines, and then just starting from scratch, but i'd really much prefer a method of using the chips fake raid in linux. Is there a driver, or module which i can install to make this happen?
View 3 Replies
View Related
Jun 27, 2011
The machine boots, graphics come up, login window shows up, but after login there is only the background window (and mouse). My .xsession looks like this:
[Code]....
View 3 Replies
View Related
Jun 1, 2011
I've set the following as my prompt:... can't post the string due to the 15 post rule. how helpful....
Everything looks fine initially.
1- It sets the username and host in back on green text.
2- It then changes to an off-white an prints the command number for the terminal.
3- Next, it prints the working directory.
4- Finally is prints a ">" character and a space. it looks like this (hostname/un edited & image enlarged slightly to make it easier to read.)
The problem occurs when I try to "up arrow" to reuse and/or edit a prior command. It prints the prior command fine, but if I arrow over to edit the command sometimes the first character can not be deleted from displaying
I'd love to post 2 screen-shots I took to show the problem but.. 15 posts?
View 1 Replies
View Related
Jan 22, 2011
I'm still trying to find out if my coby mp3 player will actually play mtv video files as is advertised.
ffmpeg -formats does list mtv but the only command I really ever used was one to convert a vid to an mp3 so I tried Code: ffmpeg -i test.mp4 -acodec copy output.mtv it returns Code: Unable to find a suitable output format for 'output.mtv' I can't find any mtv files online for purchase or free for that matter, so I know this is all pretty obscure but shouldn't there be a way to convert them since ffmpeg lists mtv format?
View 6 Replies
View Related
Feb 12, 2010
I've looked all over the web, but don't see an answer to my particular case. I'm in GParted in Ubuntu Live CD 9.10 amdx64 To prep for Ubuntu install, I'm attempting to resize and re-partition my second hard drive which was FORMERLY my primary boot drive for Vista before it crashed a few days back. It is CURRENTLY my Vista User data file and is about 250Gb in size. The drive is a SATA 500Gb total.
But GParted now all of a sudden gives me several "Cluster accounting failed at blah blah: missing cluster in $Bitmap" error messages. Is there a good way to 'fix' these errors? (besides reformatting it) I deleted the long-winded background, so let me know if you need more info. Short version: I installed vista by reformatting my 120Gb data drive as the primary master now. Then I plugged in my 'previous' 500Gb Sata drive, and pointed Window's User folder to my old User folder, and voila, was back up and running in Vista... minus all my programs. but now, both drives are recognized by GParted as "boot" drives.
View 2 Replies
View Related
Feb 23, 2011
Our business is replacing Microsoft Windows with Ubuntu (Linux) but there is one or two problems with the main computer in the office. One the main computer is my Dad's computer and the only thing he does differently then the other computers is that he does his accounting which he uses Simply Accounting and I don't think Simply Accounting is compatible with Ubuntu/Linux.
I found a great, simple accounting program for Ubuntu called Eqonomize. It doesn't have to be that one, but anyone where we can convert are data from Simply Account to an accounting program with Ubuntu.
View 1 Replies
View Related
Feb 17, 2010
I am in the process of creating a new plan for the department and I am stuck at how I can manage and limit photocopy jobs on canon imagerunner machine. I know and I have tried pykota for print accounting successfully. However, I want to expand it to include imagerunner photocopy tasks as well. Has anyone does something similar (imagerunner photocopy accounting remotely) with or without pykota? If so can you point me to the correct direction.
View 3 Replies
View Related
Dec 10, 2010
On Kernel 2.6.33.4 I get this from /proc/net/ip_conntrack:
tcp 6 431557 ESTABLISHED src=X.X.X.X dst=X.X.X.X sport=44242 dport=993 packets=128 bytes=9267 src=X.X.X.X dst=X.X.X.X sport=993 dport=44242 packets=85 bytes=53950 [ASSURED] mark=0 use=2
On Kernel 2.6.36.2 I get this from that same file:
tcp 6 431665 ESTABLISHED src=X.X.X.X dst=X.X.X.X sport=4640 dport=8082 src=X.X.X.X dst=X.X.X.X sport=8082 dport=4640 [ASSURED] mark=0 use=2
It's missing the data on bytes and packets transmitted through that particular connection. I had written a program that uses this information. Was this pulled out of the kernel on purpose or did I miss some option when compiling the new kernel for my box?
View 1 Replies
View Related
Apr 27, 2011
Anybody know how to import Simply Accounting files into Gnucash?
View 1 Replies
View Related
May 7, 2011
I really like the way the ledger CLI accounting software works, but I cannot seem to get it to function correctly. I set my LEDGER_FILE environment variable to my text file. Whenever I use ledger the output is always formatted incorrectly. Heres an example: I can do ledger bal
results (replace $MONEY with actual numbers):
$MONEY ESC[34mAssets:CheckingESC[0m
ESC[31m$-MONEYESC[0m ESC[34mEquity:Opening BalanceESC[0m
That is the result I get. I am not sure whats wrong. There is also no man page for ledger or any kind of help with the -h flag.
View 3 Replies
View Related
Aug 5, 2010
I am looking for accounting software for fedora 12 that has the following features: inventory management and bill of materials.
View 7 Replies
View Related
Mar 26, 2011
Having an Error with a commercial Account program Called Pastel Accounting [URL]When I invoke multiuser Access to opening one account set
of books with multiple users for opening one account, it produces an error. I'm able to open the one set of books with a password. But when trying open the same set of books from another computer, it produces an error. The attached file shows the error. The Database engine is Pervasive Corporate Site > Home. This is the version I'm running and my script below. Samba version 3.5.8-30.1-2516-SUSE-SL11.3-i386
[code]....
View 5 Replies
View Related
Mar 8, 2011
setup user authentication server and internet accounting server like ISA and Active Directory in Windows?
View 4 Replies
View Related
Jul 1, 2010
I need GIMP to work for my place of business. When I open gimp in terminal and run the program, everything is fine untill I click on either smudge, pencil, text tool, etc. It just crashes, and terminal says this: gimp: fatal error: Failed to register GObject with DBusConnection script-fu:2795): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error
View 2 Replies
View Related
Aug 15, 2010
I always used to wonder how do web hosting companies host their websites. My problem is I saw some one having their website.I have a degree in Computer Science. I am not clear as how do these web hosting companies give the logins to their users as root. Meaning how can a hosting provider provide root login to say 1000 users and each having a different IP address.
View 4 Replies
View Related
Dec 23, 2010
I am looking for an Ubuntu replacement program for MDBS, which is essentially a business management program that Matco uses for tool sales.I need a program that:
- includes a way to archive my customers, their sales history and personal information
- archives my products so that I may simply choose what my customers have purchased from a list and invoice them with a sales receipt
View 9 Replies
View Related
Jan 7, 2011
I want to know can I use ubuntu for my business after downloading it from the site? I am bit confused after seeing many threads on the internet.
View 1 Replies
View Related
Jun 1, 2011
No matter what modifications I make to the printer settings, in order to get both the addressee and the return address on the 4.5x9.5 envelope, I cannot get the information on the face of the envelope.
View 2 Replies
View Related