Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-04-2009, 02:39 PM
|
#1
|
Member
Registered: Jun 2006
Location: Macclesfield Canal, East Cheshire
Distribution: Salix-14.1
Posts: 129
Rep:
|
Invoicing without LAMP
Since I started using Linux I have looked for an invoicing program so that I can close down QuickBooks on my XP machine.
Im still looking.
I know this is a well worn subject. But ......
I cant see that Gnucash or Moneydance can be capable of business invoicing. At least not for me. Thats like trying to use Quicken.
I have come to terms with the fact that Web based invoicing may be the way to go.
But why do they have to be all PHP and SQL dependant? Isn't there some applications that do plain straight-forward stand-alone invoicing.
Especially if your business is quite small, a spreadsheet kind of data-base should be all that is needed to store your information.
Every time I have tried to install a LAMP system I get bogged down with trying to make them all talk to each other and end up with nothing working.
So I suppose my question is:
Are there Invoicing (creating and tracking) applications for Linux/Gnu systems that are simple to install and administer even if they are "web based"?
Have you found something like that? I would like to follow it up!
phil
|
|
|
05-04-2009, 06:15 PM
|
#3
|
Member
Registered: Apr 2009
Location: Sydney, Australia
Distribution: Ubuntus, Fedora, openSUSE, and Vector Lite 6.0
Posts: 46
Rep:
|
SQL ledger is surprisingly easy to install, I am in the process of finalising an install on a test box and will be using it for my business. I am migrating from OpenOffice spreadsheets to something more "professional".
My test box is an ancient RH9 box and production is Ubuntu, let me know if you are interested in giving SQL Ledger a try - happy to help out.
|
|
|
05-05-2009, 12:34 AM
|
#4
|
Member
Registered: Jun 2006
Location: Macclesfield Canal, East Cheshire
Distribution: Salix-14.1
Posts: 129
Original Poster
Rep:
|
Thanks for your replies.
I have searched hi and lo on forums software sites and search engines. Invoicing needs to be trackable unless you are lucky enough to only have to make out one or two a month. Then its trackable mentally.
Hey mikepeters76 I looked at your blog and I will try to follow it with another go at SQL-Ledger. I tried it once before and although the installation went fine it would not start. When I asked a question on the S-L forum the answer was "Read the documentation".
My apprehension has been that invoicing needs to be 100% accurate and reliable. so if something crashes nothing is lost and everything is recoverable. Fast! Customers dont like unreliable statements.
So, right, with SQL-Ledger we're talking LAMP thats 4 elements ok 3 if you consider Linux is already there.
I am using Slackware12.2. If you yourself are installing on RH from source you should think about giving Slackware a go. Its stable and basic without being rustic.
I'll give SQL-L another go!
phil
Last edited by autophil; 05-05-2009 at 12:35 AM.
Reason: thoughts
|
|
|
05-06-2009, 05:34 PM
|
#5
|
Member
Registered: Apr 2009
Location: Sydney, Australia
Distribution: Ubuntus, Fedora, openSUSE, and Vector Lite 6.0
Posts: 46
Rep:
|
Phil, let me know how you go, my ubuntu install is running perfectly, emailing out invoices (I am just tweaking the PDF at the moment). My first trial balance was excellent as was my income statement and balance sheet. The invoices are very trackable and as with most software will take care of the numbering for you, if you use postgre it is easy to administer via pgadmin3. I will post all the commands used for the install on my site today.
Mike
|
|
|
05-24-2009, 06:18 AM
|
#6
|
Member
Registered: Jun 2006
Location: Macclesfield Canal, East Cheshire
Distribution: Salix-14.1
Posts: 129
Original Poster
Rep:
|
Sql-ledger 'seems' to install ok, but I havnt managed to start it yet.
Postgresql also 'seems' to install ok, but I cannot create a new user.
$ su
password: ****
# su postgre
password: ****
$ createuser sql-ledger
unknown command
|
|
|
05-27-2009, 11:55 PM
|
#7
|
Member
Registered: Apr 2009
Location: Sydney, Australia
Distribution: Ubuntus, Fedora, openSUSE, and Vector Lite 6.0
Posts: 46
Rep:
|
sorry for the long absence. You will need to follow the installation insturctions to the letter.
If postgres installed ok without any errors etc then the createuser command should be in
Quote:
michael@michael-laptop:~$ whereis createuser
createuser: /usr/bin/createuser /usr/share/man/man1/createuser.1.gz
|
Then I would probably check who has ownership of createuser etc and make sure that postgre can execute the file or for that matter whomever you are going to sudo.
Quote:
ls -la /usr/bin/createuser
lrwxrwxrwx 1 root root 37 2009-05-06 08:23 /usr/bin/createuser -> ../share/postgresql-common/pg_wrapper
|
As you can see on my system it is root, anyway you do "su postgre" rather than "su postgre s"?? Is that correct. I would try the commands exactly as they are quoted in the installation document:
Quote:
# su postgres
$ createuser -d sql-ledger
|
Last edited by mikepeters76; 05-27-2009 at 11:58 PM.
|
|
|
05-28-2009, 08:55 PM
|
#8
|
LQ Guru
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,196
|
|
|
|
05-29-2009, 02:09 AM
|
#9
|
Member
Registered: Jun 2006
Location: Macclesfield Canal, East Cheshire
Distribution: Salix-14.1
Posts: 129
Original Poster
Rep:
|
The main difference is that my createuser is in
/usr/local/pgsql/bin/createuser
Quote:
# whereis createuser
createuser:
|
Quote:
#locate createuser
/usr/local/pgsql/doc/html/sql-createuser.html
/usr/local/pgsql/doc/html/app-createuser.html
/usr/local/pgsql/bin/createuser
/usr/local/pgsql/man/man1/createuser.1
/usr/local/postgresql-7.4.23/src/bin/scripts/createuser.c
/usr/local/postgresql-7.4.23/src/bin/scripts/createuser.o
/usr/local/postgresql-7.4.23/src/bin/scripts/createuser
/usr/local/postgresql-7.4.23/doc/src/sgml/ref/createuser.sgml
/usr/local/postgresql-7.4.23/doc/man1/createuser.1
|
Should I just leave it like that or move createuser to the correct place?
Last edited by autophil; 05-29-2009 at 02:11 AM.
|
|
|
05-29-2009, 03:19 PM
|
#10
|
Member
Registered: Mar 2008
Location: Where ever I am.
Distribution: Various
Posts: 177
Rep:
|
I have been using smbledger. www.howtoforge.com has come excellant tutorials. I also used nola accounting, but it had a few issues including having horrible install notes. I have it working but it was not secure enough for what I wanted to do. the register globals thing. I did install sql-ledger several years back, but since wiped it.
|
|
|
All times are GMT -5. The time now is 06:55 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|