
|
View Full Version : Tracking expenses & income
Fizzadar 01-05-2008, 08:00 PM Hi,
Well I've been on the lookout for a way for a company (so multiple people) to monitor/edit expenses vs income on a monthly basis. There are services like lessaccounting.com, but they aren't free.
So I decided to put my php hat on and make one. It's uber-simple and is only 1 file and 1 database. Here's a demo version:
http://kerplunc.com/projects/expenses/index.php
My question is, would people be interested in getting it (for free), I'm just wondering if I should bother release it? it's simple, fast and does the job.
Thanks!
hekwu 01-05-2008, 08:05 PM Seems it would be better to just use Microsoft's Excel... plenty of templates for that info available for free. Outside of that quicken business... then move into quickbooks...
Fizzadar 01-05-2008, 08:11 PM Oh I know it is more diverse with excel, but we wanted something we could all edit online ourselves on our server. And something simpler.
lol @ whoever put crack and guns in!
I also use Microsoft Excel. It would be hard to promote something like this.
Fizzadar 01-05-2008, 09:22 PM It's not for same or a massive product, so promotion isn't my concern really, I just thought I'd see what people think ^^
It only took 2 hours and it's just a useful tool for our company ;)
pbhosting 01-05-2008, 11:17 PM i use ms money business edition. does everything i need it to do, plus it auto updates from my bank accounts. works great for me.
thinkcomp 01-06-2008, 12:04 AM I actually wrote my own software to do this, also, after using Excel for a while. It's too difficult to track all the different types of expenses you need to in one spreadsheet. Just my two cents.
pbhosting 01-06-2008, 12:07 AM ms money keeps track of everything for me, if it doesnt fall into a catagory built into the program, few mouse clicks later, its built and running. also creates reports and graphes to see visually how your spending money.. i find it helpful when trying to track down why one month this budget went thru the roof, while last month it didnt do anything. nice to see the contrast.
J
AH-Tina 01-06-2008, 12:41 AM Its a nice little script. I think, to be truly useful, it would need a way to enter the income or expense date.
sTag-Dan 01-06-2008, 02:35 AM Interesting expenses you have there ;)
MikeDVB 01-06-2008, 05:10 AM I set up a book in Excel to do this for me, but I'm looking for a better spreadsheet for the task.
Mike
ameeriklane 01-06-2008, 06:02 AM Excel is great at this stuff, though I can see your point about having multiple users work on it. Have you tried the spreadsheet application in Google Apps? I think that may support multi-user, but I haven't tested it myself.
bizness 01-06-2008, 07:10 AM quickbooks anyone....
AH-Tina 01-06-2008, 07:14 AM quickbooks anyone....
Hate it. Hate hate hate.
--Tina
superprogram 01-06-2008, 07:16 AM Hate it. Hate hate hate.
--Tina
Are yuou serious?
One of the best accounting software i have seen
Fizzadar 01-06-2008, 08:19 AM Its a nice little script. I think, to be truly useful, it would need a way to enter the income or expense date.
Thanks, the "info" bit was originally a date bit, but I might add a third column for date, making it so much more useful. Of course, info can be date & info at the same time.
Ritan93 01-06-2008, 08:33 AM Its a nice little script , thanks for this info :agree:
MikeDVB 01-07-2008, 12:43 AM I'm going to look into QuickBooks - I hadn't thought about it until I read this thread.
We'll see what it has to offer over my basic excel spreadsheet *lol*
cywkevin 01-07-2008, 12:49 AM Are yuou serious?
One of the best accounting software i have seen
Pro has a steep learning curve but once you GET IT, it becomes a powerful tool that you fall in love with.
Joe Mattos 01-07-2008, 02:44 AM I like the script, I would use it if you offered it for free.
ServerTell-Michal 01-08-2008, 08:49 AM MYOB is awesome
Adam H 01-08-2008, 09:38 AM Might want to set a max value for input, i entered 9999999999999999999999 and its glitched up :P
ServerTell-Michal 01-08-2008, 09:46 AM what glitch... you click the red stop button to delete each value lol
Tony - Limestone 01-11-2008, 09:08 PM After using Quickbooks and many editions of it i have found that the power behind the software is amazing. They keep you up to date and offer a suprisingly knowledgeable staff that can deliver an answer to any concern or support problem.
-Tony
Fizzadar 01-12-2008, 02:51 PM Hi guys, I have finally got round to adapting the script for download:
http://files.kerplunc.com (the expenses_micro_app, it's 5kb)
About the 9999999 thing, it doesn't matter, it's not a "public" script, it's meant for private use. The password-ing technique used is very very simple, but thats only a last resort, it shouldn't be for public viewing.
|