Ask Slashdot: Business Software for Linux?
Delta asks: "I am currently looking into starting a company of my own and need a whole new area of software, to mange contacts, run billing systems, so I need software like SuperOffice and Point-of-Sale systems, but I want to run Unix! Can anyone recommend such software? And perhaps a good schedule prog? It's pretty obvious that I would need stability, I cannot have the system go belly up, as any bussiness would soon follow in such a case. Another advantage would be the ability to use the databases through a web interface, or being able to carry local copies on laptops and so on. All software under this topic is of huge intrest." Can Linux be used for those generic purposes in a sales-oriented business (read: Linux as cash-register?)
I took an old Paradox for DOS database that had 25,000 lines of code, wiped out 3/4 of that because a web database doesn't really need any user interface coding, and had a much better app to boot.
This is a quick and reliable way to go. Trust me on this.
the operating system is there to support the applications... first find the applications you want, then picked the operating system on which those applications run. by picking the os first, you are putting the cart in front of the horse.
Applix fills this niche perfectly. MY PHB uses Applix every day, at my behest, because "I don't need Office, much too complicated.
He has a dozen different mailing groups for his Board of Directors, it handles our capital campaign very nicely. The spreadsheet really excels (pun intended) at budgeting, the multi page/consolidation features are really well implemented.
Just my opinion, but then again, I'm not a sweaty-handed college student.
That said, I'd like to point out that Pdox DOS uses relational calculus for its queries. The version of relational calculus that you are familiar with, SQL, is tuple (record) oriented. Pdox DOS uses the field-oriented relational calculus, Query by Example. I know both. Know one, know the other. QBE is a natural in the Linux market.
PdoxDOS is barely 500k of C code, screamingly fast and dead reliable. Rewrite for Linux, keep the stuff that insures referential integrity, dump the modes, make it work with ODBC so I can use PHP, and WALAA, instant web database. Then call Zenreich and Kocis to reprise what is easily the best computer book ever written >Paradox Programmer's Guide PAL by Example.
Anybody at Borland interested in recycling this wonderful workhorse? Anybody in Borland have any clue at all?
I do quit a bit of database development at work. My reasoning for ODBC is that it's not as tied to a specific vendor's database.
I'd really like to understand what made you think that I was stating that the use of PHP and ODBC somehow obliterated the need for structure and/or rules, perhaps there's a misunderstanding? I'd appreciate if you'd e-mail me. (I'd e-mail you, but you're an AC)
Some sort of database backend done through ODBC so that you ditch most of the 'but we don't have somebody who knows that database' issues, then a whole mess of php or c or whatever is neccessary for the application.
I'd be more than willing to help on the database/php side of something like this assuming it was well organized and such.
Enterprise Rent-a-car is the 2nd largest company in the world?!
Man....this must be a bad dream or something...
Werd.
If you find a product written in Acucobol (a very high number of packages in that field are written in COBOL), do remember that they have a portable bytecode system similar to what Sun later did with Java and that Acucorp has supported Linux for years. If the vendor doesn't directly support Linux, you could probably buy any version of their software and the Acucobol-GT runtime for Linux and be up and running.
It's not too difficult... the OFX specifications that MS Money, Quicken, and almost all brokers and banks use can be downloaded for free at www.ofx.net. The certification is only needed for a server (i.e. the bank). I'm writing a similar financial app... it's really not difficult to add.
One thing to consider is using Linux (or some other Unix) as a file server and Windows/DOS for the workstations. There is still a lot of software out there that runs under DOS.
We do this for our custom written POS/Accounting package and it works well. This allows our "cash registers" to run dedicated (on 386's with WFW3.11, DOS tcpip sucks) and the other workstations running 95 or 98 to access the software while still allowing the workstations to run Office, etc.
Of course, the workstations crash periodically, but the servers run forever (or until you shut them down). In general DOS and Windows (less so) will run just fine if they are only running one app and it works right. We only require the "cash registers" and workstations to be up maybe 8-10 hours a day, so it works fine; a crash/lock up only causes minor inconviences.
You just wish your ID was as low as mine! I used to be proud to have such a low id, but not so much now. Slashdot most
How is having a staff of DBAs & dedicated servers or the redunancy you speak of any different than trying to run on WinNT? You don't want to run a business on questionable hardware anyway and you always want to make sure that you are backing up your data. That has nothing to do with linux. Burington may have already had a lot of their software written for a Unix platform (I seem to recall that they had their store servers on Solaris), so it wouldn't be too terriblly hard to port.
the good ground has been paved over by suicidal maniacs
That's ridiculous. Guess what a lot of chains have used or are using for such activies? Xenix or SCO Unix. Get a bunch of POS terminals and hook them to a server via serial lines and run curses based apps that require the user only to pick a letter/number/function key or scroll up or down with the cursor and press enter. The users don't have to know what OS the machine is running, just how to operate the applications that have been set up for them. They aren't going to be running shell commands.
the good ground has been paved over by suicidal maniacs
ya, one of the beauties of linux is its ability to run on Piece Of Shit (POS) machines.
;)
-l
Help cure AIDS, cancer, and more. Donate your unused computer time to worldcommunitygrid.org. Join Team Slashdot!
... In Safeway we use a program called SuperSked which once you have it up and configured properly does in fact write do scheduling pretty well.
If you are looking to run it on linux I am not sure if there is a linux native version but the version we use runs on SCO OpenServer so the ibcs (sp??) module *MAY* work. I know the DOS version of SuperSked needs one of them keys that attach to your parallel port, but, as for the UNIX version I am not sure if a key that is used. There once was a message up on the console about a "Liscense Daemon" being restarted so that may be used instead of the parallel port key.
Now for the POS system: There was a review of a POS system in the Linux Journal a while back ( I think this year) called LinuxPOS which is mentioned in an earlier comment with URL.
I wrote my own accounting system with a Python front-end and a Postgresql backend. It was surprisingly easy to do.
When I get some time, I'm gonna clean it up and GPL it. Right now, it's just a bunch of loose scripts custom-tailored to my own set of accounts.
I'd like to graft an emacs front-end onto it too.
Cheers,
- Jim
Probably the top site for information on business applications for Linux is:
http://www.hex.net/~cbbrowne/finances.ht ml
"The question of whether machines can think is no more interesting than [] whether submarines can swim" - Dijkstra
Well, this is along the same lines I suppose:
I am a consultant/contractor and I'm constantly sending out proposals and other documents that require Gantt charts. What software is available for me to do this with? Currently I've been manually writing them and then drawing them up on the gimp. There's gotta be a better way.
"Whatever can go wrong, will." --Finagle's Law
I've done what you're talking about on both platforms, pal, and believe me -- it went a HELL of a lot more smoothly on *nix (did one DBMS / POS on SCO, another on Linux, a couple in Win/DOS).
Don't speak up unless you've done it, please. It's an absolute pain in the ass to do something like this cleanly on Win/DOS, unless you just buy a turnkey setup, which still will probably bomb out on occasion.
In fact, if anybody knows the Git-N-Go (tm) chains here in the U.S. (which run NT/9x), you're probably familiar with waiting in line or waiting to pump gas while the semi-literate sales clerk reboots the register. I see it about twice a month; waited in line 20 min.'s while they figured out the register was locked up today.
In short, shutup.
Parasoft demoed their Magnate POS application and it looked very good and complete. It is a web server that allows an instant e-commerce solution too. The old url is still available at http://www.parasoft.com/products/magnate/ , but the new site format dosen't mention the product as far as I could find. They have clients worldwide using magnate, so surely they still sell it.
It had support for cash drawers, and most common barcode scanners, etc... IIRC.
Kindness is the language which the deaf can hear and the blind can see. - Mark Twain
Eljay General Accounting System Home Page at http://members.iweb.net.au/~steveoc/ERP/ is another GPL work in progress.
"Has anyone used this product?"
And, until that can be answered "Yes" by
an accounting department of a PUBLIC corp.,
it doesn't mean much.
Publicly traded corporations are fairly limited
in what accounting systems they may use. (This
is the USA only, Delaware Corps only).
I'd really like to know what RHAT uses for Accounting and Finance software.
-fb Everything not expressly forbidden is now mandatory.
its to bad inuit has no backbone to port thier apps to linux. sad..
That sounds so cool! I'm going to go download a demo of that touch screen monitor right now! How do I get it out of the computer so I can test it out? Or does it just turn my existing monitor into a touch screen for a limited time?
:P
(It's friday!)
One Big problem I have had with PC POS was not having enought serial ports. Consider all the serial devices you need to hook up:
Mouse (if it's not PS/2 Bus)
UPS
Modem (if it's not internal)
CashDrawer
BarCoder
CardStripReader (if it's not built into the keyboard)
SCO had a problem about sharing IRQs so just adding a extra COM board was little help.
When everything goes USB, POS PC's will be easier to manage.
Cheers,
ZicoKnows@hotmail.com
But they already have programmers who know the Mac, and they still almost shut that division down to move those customers to Quicken.com. It would be nuts to spend the resources to port it to Linux, which has less of a desktop share, when they're grappling with all those other problems that I mentioned previously. I'm talking Quicken here, not QuickBooks or their other small business products, which they don't make for the Mac anymore.
As far as Intuit's products go, TurboTax is pretty vital to me, and potential integration issues with it are the only reason why I might end up not going with Money 2K instead of Quicken 2K. As to the biz products, I don't use them myself (although I do have first-hand experience with the nightmare that is PeachTree), but my accounting babe seems to be satisfied with QuickBooks instead of the competition.
BTW, the thing that irked me about the post to which I replied was attributing Quicken's absence of Linux products to some lack of backbone. That's ludicrous.
Cheers,
ZicoKnows@hotmail.com
maybe. I enjoy DBM Files in perl. Easy to set up, easy to use, and easy to create a web interface.
-Z
I'm afraid. I'm afraid, Dave. Dave, my mind is going. I can feel it. I can feel it. My mind is going.
In my company, we use Lotus Notes R5 for everything except accounting. The server is coming for linux (you can get the beta now), already runs a some other *nix and works great at DB to Web conversion. Calandaring and Scheduling is build right in as well as many custom DB templates for document management and other things. And above all that, you get email, nntp, ldap, etc... If you know how to create a spreadsheet, you can program notes. Simple @functions do most of the programming issues. Lotus Script allows some lower level access to the systems, but is rarely needed. Java and Javascript as well as server side applets are fully supported and integrated in to the dev IDE. The DB is only a flat file, but it can access just about any ODBC DB out there. Even though I run my server on NT (dont know linux yet), I havn't had a crash yet (2 years). The client is a different story, but you only need that for development. As for accounting? We use peachtree. I'm the tech guy so I don't get much involved with that.
afaik it's oriented towards web transactions etc but i can't see any reason (barring a complete refusal on your part to do any software tinking) that it couldn't be used in conjunction with a vanilla magnetic card reader to make a 'real' POS machine.
----
-- in china, chinese food is just called food.
> Intuit will NEVER involve itself with a serious
> competitor to MS.
Is that why they bundle a customized version of Netscape with their package? And don't be ridiculous, no company would "rather go broke than use Linux". For-profit companies always prefer making money to not making money. If supporting Linux was the only was MS could succeed, they would.
I never said anything about a GUI nor getting the code from BCF. My point was that someone has already done it and it's possible to look through the articles and find out which applcation they used for it or wether they wrote thier own. I'm not knocking your product by any means, just making a point. Of course when I mentioned web browser you assumed that was the GUI. Everyone knows a web browser. The time sheet app I wrote for my company now Is all text links with only 5 images for operations on the timesheet. I.e. a check button, double xx for delete all records, single records deleted via single x. Oh well. I'll go babble elsewhere for now ;)
"Fighting the underpants gnomes since 1998!" "Bruce Schneier knows the state of schroedinger's cat"
When did PICK get ported to linux? When I was with storehouse, the point of sale solution we went with was coded in PICKBASIC running on HPUX. If I remember correctly, It was called Universe/Unidata?
"Fighting the underpants gnomes since 1998!" "Bruce Schneier knows the state of schroedinger's cat"
Heheheh. I was wo0rking on POS (point of sale definition) for Storehouse Furniture when I was sysadmin there. We used to joke that our current POS was a POS ;)
"Fighting the underpants gnomes since 1998!" "Bruce Schneier knows the state of schroedinger's cat"
I'm writing a web based personal finance app which runs on my Linux box. It currently uses Oracle and the ArsDigita toolkit as its backend. The only bit working so far is some of the ledger functionality, but you're welcome to take a look and send me feedback. The data model is actually better than Quicken (I support currencies and double entry bookkeeping), so it should be possible to adapt it for small businesses if I ever get it finished.
Alexium - open source software and articles for web publishers
Errr...the request was for *UNIX* solutions. Access is not a Unix solution. (But I agree...Access is easy for writing databases, but there is currently no equivalent on Unix)
My journal has hot
Star Office is great for generic office package. Its bloated, its slow, but it has MS Office compatibility which is a must in today's business world.
...and you're in business. Thats what most companies, including Burlington Coat Factory, which has a Linux-based solution, have done.
As for databasing, you should probably write your own, if at all possible. The FSF has some great database routines for C programs. Couple that with a MySQL setup on the server
Java or Perl and HTML might not be bad for a Web-based intranet client. However, IMHO, Web- based clients generally aren't robust enough due to security and other limitations...
Lets not forget that FoxPro runs on SCO and (I think) AIX. And you can get a stripped-down version of SCO for free....
My journal has hot
Tacobell uses good 'ol dos on their touch screens. they have a application written in a curses style library and it's really simple, and only locked up once or twice as i've seen (but that's when the central controller went down.. damned black boxes)
Lowmag.net
Home Depot is currently looking to replace their stations with linux instead of Windows due to ease of management and remote administration (there was an article in "Network World" a couple of months ago).
That's valuable information and all, but it makes me wonder, given the fact that these companies all have websites (who doesn't), if Delta (the originator of the Ask Slashdot article) couldn't have just done a web search and found this stuff without beating on slashdot with this request.
Sounds a bit like if, given an assignment in school, you ask your prof/teacher for relevent references instead of just spending the 30 minutes to check your library index for an answer.
OK, a slightly different idea of how this could be done, integrating all-in-one.
The company I work for is a reseller for SalesLogix, a sales automation tool.
It's used to track contacts, accounts and oppurtunities for sales, includes a reporting tool (either Crystal or IQ Reports).
The database uses either Oracle, MS-SQL or Interbase, so a Linux Oracle database is possible, but you do need a Win9x/NT to run actual server.
It has features built in to syncronise changes with remote sites (other stores) and remote users (salesman on the road with laptops).
As i said, all the client software is for Win9x/NT, but I'm sure if a lot of people want a Linux version, they'll look into it.
There is also a WWW interface for it, but this needs MS-IIS and ASP to run.
As for the POS side, it can be completly changed and new screens/code can be written for it, so it shouldn't be much to do that.
Ah well, just my 0.02 euros.
KevF
-- Do You Drive A Ford, Or Want To ? All Ford, All The Time - FordTalk
What I am looking for is a spreadsheet that has most capabilities and functionalities of Excel. Last time I checked StarCalc it was much less feature rich than Excel. One thing that I like in Excel is the DataAnalysis add-on pack (Inludes things like automized regession analysis, etc) Sure, StartCalc has some statiscal functions, but still Excel is better. Simple and powerful and easy to use(after you take a short look at its manual). Second, I want my Access. My definition of Access is a "Simple, Powerful, and EASY to use RDBS". If you don't need dozens of people connecting to the same data base, and you just want to be able to design it in a few minutes with automated reoprts , etc, Access is NICE. Alghouth MS OSes do suck, their other applications are usually good stuff (MS Office, IE, VC++..)
SAP R/3 has a Linux version. Is that overkill? That's a large company that supports Linux as a back-end OS.
A GUI POS is only usefull if you are doing touch screen. For most business uses, a GUI is overkill. As soon as I see a good console based accounting package, I'll work on getting my company switched over... Until then the accounting department insists on staying with the DOS based program that has been in use here for a LONG time.
I work at Home Depot. The sale registers may be Linux-based, but the returns registers use Win95! And yes, I have seen them crash, though not as much as you might expect from 15 hours of continuous use.
Shane
I've been trying to push Linux at POS here for a while. The problem is we do a number of things in weird ways, and we definitely wanted to keep our screens a lot like the existing NT app. The linux POS systems I've seen tend not to be very customizable as far as UI goes. So we chose a very extensible system that's win32 only.
However, the big problem with Linux at POS is devices. Printers, 2x20 displays, flatbed scanners, handheld scanners, MSRs, pinpads, bizarre keyboards in odd ports. If you're pushing a free OS it doesn't make a lot of sense to have to buy all new hardware with everything USB (not that Linux supports that too well) to make it work.
It will take the big hardware vendors, IBM, NCR and Fujitsu/ICL to get behind Linux before Linux at POS becomes viable. Right now the number one OS shipped with POS hardware is still DOS. Win9x/NT/CE are distant 2nd-4th.
Rupert
--
E_NOSIG
Hear, hear. Our users only know they're running NT because it says so at the top of the BSoD.
Rupert
--
E_NOSIG
http://www.appgen.com
My CPA sent this to me a few months ago and hi-lighted the Linux plug. Seems that they are providing what you are looking for.
Has anyone used this product?
ADP DOES NOT know how to design programs. I've used PCPers and HRizon. Blah!
I'd suggest again that you look at Appgen.
http://www.appgen.com
I don't believe Home Depot is using Linux yet... read the article here. The article says "pilot-testing is being done this summer."
Enjoy your job, make lots of money, work within the law. Choose any two.
Actually, I know of one!
At university, their "sanctioned" POS system seems to run on.... WINDOZE 95!
Several times, I've seen "Press F3 to return to POS, any other key to quit back to Windows 95".
Then, there's always the cash register that displays the distinctive "Welcome to Windows 95" 'tips' dialog... (complete with My Computer, Network Neighbourhood, Inbox, Briefcase, etc icons!). I guessimate the tiny 6" monitor is running around 320x240 or something like that, but it's windoze alright (no apparent mouse... standard POS type keyboard ["Sandwich, 1.85" etc]). Wonder how they shut down "Oh. Press Drink, $1.50 and HotDog, $3 together, then press Taco, $3 until the bar reads 'shut down', then press Ice Cream, $1. Again Press Taco $3 until there's a dot that says "Shut down" and hit Ice Cream, $1 again." Hmm. Hungry Ctrl-Alt-Del's.
Then there's those POS that do run a Un*x variant or other...
Any Microfocus Cobol application will run on Linux...Just use the SCO runtime. I think MF has a Linux runtime now, but I have several systems running accounting packages with the SCO runtime since 1997. It works great.....
There is a reason why there are so many narrowly focused applications. It's the way this software works. You can't take a Hotel management application and use it in a supermarket... Domain specific knowledge is the value these packages offer.
So no, there is not "one single integrated solution for all of them". Not on Linux, AIX, Windows or a Palmpilot.
And what business software does MS produce? I don't know of any MS package that does accounting, stock control, POS.
So truly, MS doesn't know how to write business software. Last I looked they ran their business on AS/400. and jotted down sales numbers on little scrap of papers (DOJ trial)
Do you really really think that MS accountants "balance the books" in Access?
You can get StarOffice from Sun. I've used it on Linux and Solaris and it does what you need an office suite to do -- for free, since you only have to pay if you bundle it or integrate it with something you sell.
Caveat: I work at Sun, so if you believe in conspiracy theories and so forth, perhaps you should get a second opinion.
ON the other hand, there are probably a faily large pile of people out there running small businesses on the web, where the most commonly encountered activities are selling/supporting a product or service that they wish to ship themselves.
The most common tasks associated with that are contact management, accounting, correspondence, POS, perhaps label making and package tracking. If it's strictly a web based business, you can drop the POS, although the author of this "Ask
I myself would like to be able to accomplish all these tasks using Linux, but right now have to copy/paste from a bunch of Windows apps. So, who is going to get it right first with a single, well integrated application? Will it be someone who develops for Linux, or someone who develops for Windows?
Didn't you read the original statement? He wants to use UNIX, not Windows. There is nothing in that statement that implies open-source solutions.
For more information, visit the project website at http://www.webaccountant.org/.
There's currently a wide gap in the realm of open-source web-based accounting software, and it's just waiting to be filled. I'm sure small business will benefit from the products that emerge as a result.
or another way of putting it would be:
"Press F3 to return to POS, any other key to quit back to a POS"
Hmm, now how many cash registers or other POS run windows? Most users of POS devices never see the OS. Now imagine a busy supermarket where a register goes down and the lines start backing up. Or a small buisness that has only 1 register and it goes down, they can't make any more sales until they can get someone in to fix it. Stability is extemely important to fast-service places like fast food, convienince markets and impulse-purchase stores.
Claiming that Linux is a waste of money while MacOS is not is ludicrous. The fact is, like it or not, Linux is a presence in more businesses than MacOS is, whether we're talking about desktop or server use. To marginalize this OS on _business_software_, particularly for small to medium sized businesses, is a dangerous move. Like it or not, for that segment of the market, MacOS is a _much_ riskier proposition with a _much_ bleaker outlook than Linux.
That said, I've never been a big fan of Intuit's products anyway. I'd much rather see Computer Associates port their low-mid end packages (like Simply Accounting) over. I'd also love to see Canadian tax-prep software on Linux as well... Oooh. I think I smell an open source project coming on...
In my experience, most electronic cash drawers use a simple serial interface and open in command to something like 07h being sent. No real need for special devices here.
Reminds me of AOL4.0 hehe
I use the MySQL database, with time card and invoicing software written in C (using MyC). Works great, and it's a lot faster than perl :-P
-- Ed Carp, N7EKG erc@pobox.com PGP KeyID: 0x0BD32C9B What I'm up to: http://intuitives.mine.nu
"Anybody at Borland interested in recycling this wonderful workhorse? Anybody in Borland have any clue at all?" Maybe they do. Didn't they just re-release turbo c++? I would love to have some of my bygone dos programs re-released or better yet GPL'ed so that they could be updated. I could trade lotus megellan for the windows explorer any day!.
War is necrophilia.
Wal-Mart, the most technologically advanced (or at least that's what they keep telling us) retailer on the face of the planet, uses *NIX on all of it's systems, including POS and inventory and accounting. There are 2 NT boxes in the back office...but i don't know what they use them for, nor do i particularly care. So, yeah, the software *is* out there...someone has tread this path before, so how difficult can it be to follow? ;)
I work at compusa as a cashier (please no comments about that) and they use unix terminals called televideos that are hooked up to a server in the back. It is a proprietary system however. Both the cash register and register tape printer are controlled through this.
Actually, I'm halfway through writing a distributed Point of sale system. This includes Linux boxes running on comodity x86s and Java Database Servers. This system includes report management, timeclocks and asset management. It does contain some NDA stuff. This is however for another client and is modular. It can easily be replaced with your own proprietary modules.
I was using the acronym pos in a different way =p ...crud"
"piece of
Apologies for a twisted sense of humour...
Sorry about that...
Well, depending on _what_ pos, you might want to look into windows Seriously, all you need to do is take a database system and spend a little while coding a frontend. Basically, it needs to input barcode, output price, amt left, etc., sum prices, and print a receipt. But you probably already knew that...
My wife works in retail management and had a funny experience the other day. A couple of guys came in trying to hawk their Linux-based cash-register systems (she works for Bath and Body Works) and started to tell her how much more stable and robust they were than the existing Windows-based systems.
She said they just about fell over when they found out that not only did this dumb retail bimbo know about Linux, but that she knew a lot of specifics about the advantages of the Linux OS...
My local Home Depot uses a Win95-based system. Believe me, I see it almost every time I shop there...when they have to power-off and reboot the registers. I'd say 3 of the last 10 times I've been there I had to wait until it booted back up to get checked out.
I haven't used applix. The freeness of SOffice is nice, and its MSOffice abilities are astounding and most necessary. Particularly for the business customers.
-awc
Lets hear it for StarOffice.
Go Sun!
-awc
The store I work at uses OS/2 for their point of sale systems. It actually works fairly nice, I'm not sure what applications, etc it uses.
Just a note.
kaniff -- Ralph Hart Jr
The 07h is fairly common for opening registers. I once learned the hard way not to send a 07h via parallel to a cash register when it's piggybacked through an external Iomega Zip drive... :>
If you're curious, try it, but don't put any valuable information on the disk
.... um, i lost you after "0110100001101001".
Everyone here seems to classify all MS products as unreliable just because windows 95/98 is, but you always forget NT. Thousands of companies like Boeing and parts of GM use is everyday and obviously find it very reliable.
Trying to make linux do something it can't will result in linux being able to do that, eventually. This is true for every single new creation, ever. It couldn't be done before, but now it can.
---
END OF LINE
There is one that I know of in Ireland writing POS stuff (for supermarkets) under SCO - Merit Solutions so it can be done. They're working on some Linux stuff as well.
-- johnmc.
Better than cheap.
Sun might make it free and opensource it
Now that would be awesome..a good office application opensource
You have indicated that you want something robust
so this is a mission critical application.
Chewing gum, baling wire, and a few scripts
won't cut it.
I've done a POS before and also have a CC
authorization product on the market.
There are many factors. How many POS stations
per location? What kind of wanding device have
you picked out? How many transactions per day?
How many locations?
You will need high availability clients that
can shift to multiple servers if one or more
servers go down, database on RAID... I see
lots of testing in your future if you wish to
insure a high-availability system.
A different concept than Flat-Tables like SQL and Oracle use, check out http://www.picksys.com. They were one of(if not THE) first commercial DataBases available on Linux. There's a newer, more superior product called jBASE(http://www.jbase.com) that works similarly. The programming language is a REALLY easy, fast, BASIC language, and there are thousands of business that use this technology(Ever heard of FTD? Sony? NEC? They all use MultiValue Databases at the core of their business).
There's even an open-source MVDBMS in development right now called MaVerick(http://www.maverick-dbms.org).
SpamapS -- Undernet #Linuxhelp
Have you considered using PHP to do your webinterface? It is a reletively easy language to set up and program, plus it can interface with sequel databases to manage things like inventory, contact lists, or just about anything else. Any c++ programmer can learn it pretty quickly, as the syntax for php is almost exactly the same as c++. You can get some quite advanced systems working with php. I once created an article database that links to articles were automagically generated on the appropriate pages. I also once wrote an online ordering service using php.
;-)
Do you know anyone know even uses half the features in MS Word? It is very expensive and it is also very complicated to learn and use.
Actually, Corel bought the Paradox product long ago, and it's now included as a part of Corel Wordperfect Office 2000 Professional.
I did some work for Eddie Bauer a while back and I believe they're using an AIX system developed by IBM and some third parties.
It's probably costly but IBM undoubtedly has a generic system that could be adapted. I know they sell the source (Eddie Bauer always insisted on buying source, they're competent enough to know not to depend on IBM for quick fixes), but it's probably fairly expensive. You'd have to adapt it to Linux but it probably wouldn't be that big of a deal.
If your scale is small though you probably would have trouble affording it. Plus there's the whole idea of giving money to IBM...
Unbreakable toys can be used to break other toys.
I know a lot of people who use accounting software such as quickbooks on windows. It would be great to see software like that out for linux. I'm sure there would be demand out there.
-- Moondog
I have recently created a complete inventory system for an account we had, and opted to go with a web interface. PHP3 on Apache is god. Just install apache on the box, create a little script-o-matic connected to a database, and walla you have all the connectivity you will ever want!
I will be working on a custome accounting system that will have POS and the like addons to it. I am starting a company that will be probviding solution in hawaii. I have seen no realy linux solutions out there so it comming.
let me know if you are willing to help.
Thanks PDG
bradg@ilhawaii.net
For now I'm writing software for Samsung ECRs for :)
Windoze. This doesn't look like a quite easy thing, but I'm trying to use only pure C and WinAPI functions. So I guess that would be easy
to port that for Linux, if someone will be interested in.
Anyway, my company is still stuck with windoze on
machine connected to ECR and I'm gonna change that
Alex Makarov (des)
Linux needs more than just cash register tools to be a functional business system It's great as a scientific platform, but it's positively hair-raising as a biz platform. We've had a paralle Linux network running in our offices for about a year (which we use for e-mail), but it's a pretty scary system for keeping valuable biz data. Existing Linux biz software has lots of ODBC and CORBA and ORACLE, but that stuff is hugely impractical for small businesses. It won't link to older systems. It needs specialized DBA technicians and lots of dedicated servers. It often won't read or write DBF files, or if it does, it won't read the indexes. Linux blows up the whole enterprise if the hardware flakes out (like a shaky power supply will take out the hard-drives - with _NO_ chance of data recovery. Therefore, you must invest heavily in redundancy and back-up systems. The Burlington Coat Factory guys most likely had to write their own software (not cheap). We're still investigating the expansion of our Linux experiment, and we're having some success, but it requires writing a lot of very complicated software. And it can't be Linux-only software; it must be DOS and Windows compatible. This means it must be a scripted or run-time implementation so the same scripts can be run on any platform. The data format? Is there any other choice for small business than DBF?
You might want to have a look at this. Last time
I tried it it had a calender and mail reader. As far as I can remember it also has a contacts list. There is also a a template you can use to add features to it.
ftp://ftp.obsidian.co.za/ocs/
regards
Izak
I work for http://www.affordablecomputers.com and we just recently purchased a Linux business application which offers accounting, inventory etc. Kinda pricy though at $25,000 but it is a really big scalable package. If this is more than what you wanted to spend and more scalable than what you wanted there is a nice accounting package someone was making that goes for around $500.00. Just search the web and you will bump into it, I did.
"With enough memory and hard drive space, anything in life is possible!"
They are using linux-based cash registers. The UI looks like curses-based stuff, pretty simple and functional.Go check it up.
The company is Information Management Systems, Inc.
-- Give him Head? Be a Beacon?
-- Give him Head? Be a Beacon? :P)
(If you can't figure out how to E-Mail me, Don't.
I'm no Java fan, but from where we've seen so far J-Commerce's JStore series may be just what you need. Check it out at:
http://www.j-commerce.com
It has a complete POS setup that expands from mom and pop stores to good-sized chains. Best of all, it's got great interoperability, with ODBC and JDBC support, with other systems.
Steven, Senior Technology Editor, Sm@rt Reseller
Wow is that dated. The newer versions (presumably after microsoft strong armed them) of quicken install IE4 automatically, and are not usable without it. For no good technical reason, Intuit has deeply tied their product to IE. Remind you of somebody else yet?
Well then I can set up a mailing list and we can get a thread going on this if ya want. You can figure out how to email me ;)
"Fighting the underpants gnomes since 1998!" "Bruce Schneier knows the state of schroedinger's cat"
Come on. A little more development work me things.
But since Linux is used primarily for servers and is getting more popular for the desktop as well, you'd think someone would have a mind to develop and market an app which can seamlessly take data from the e-commerce side of a site, verify a cybercash deposit, into order fulfillment, over to write correspondence, UPS shipping labels, then add in a UPS functionality that allows you to feed the data back to the site so that customers can track thier package. This currently requires too much damn copy/paste using windows apps or re-entry of data to be fun. I haven't learned of any Linux apps which do all these functions and sorry if I'm ruffling feathers here, but I'm not going to switch back and forth between OSs to accomplish minor tasks related to completing the same job. The minumum shared data is of course, the customer demographic.
Is there even an accounting program out that just includes UPS label making as an integrated function?
Someone will slap me down here, either for asking for too much, not being a programmer, or expecting too little. I don't see a viable solution on the horizon for such a product, but I'd pay as much as $600 for it if it did all that. I wouldn't pay what the large companies want, which is in excess of $2500, plus a % of sales.
At Linux Expo, I talked to a company called Proven Software, Inc that sells/supports an accounting package called Proven CHOICE, I believe it has POS capabilities too. Their web site is http://www.provenacct.com
We need the following:
Probably a few other things, too, but I'm sure you'll think of them and give suggestions as see fit.
Accounting software: Needs Accounts Receivable, Accounts Payable, needs to be able to figure out who owes what and what is owed to who; print capability would be nice. Sounds like it shouldn't be too hard, but this is a pretty simle view; I probably left a whole bunch of stuff out.
You might want to integrate time tracking and sales commissions into this, but then it gets more complicated. Do things the Unix way: Write a program that does one thing and does it right.
Contact Management: What you do with this depends on how you want to manage your contacts. You'll probably want company-wide read access with a more tightly controlled edit access.
Cash Register: We need a mini-HOWTO on how to implement
Point-of-Sale system: This is probably going to be the biggest pain. It needs to know a lot of things. Info about the inventory (How many blue guitars do we have in stock?), the price list, the tax rates in each area where you operate. Plus, depending on the business, you might want it to work with touch screens. (Then again, you might not need that.)
-Ender
Loose things are easy to lose. You're getting your hair cut. They're going there to see their aunt.
check around for articles on slashdot and other sites about Burlington Coat Factory rolling out linux to all POS machines in the company. If i remember right, at the time it was the largest mainstream coporate rollout of linux into production environments. Course, as usual, i could be wrong. the point is that it has been done. i remember seeing at ALE last year a company that has CC proccesing software (similar to ICVerify) for that particular purpose. Back to burlington, I think they wrote thier own package though. It wouldnt be too hard to write something like this in php3 or whatnot and have it private network webenabled. If you do that, you have a host of contact management web apps to read and borrow code from or get ideas from. Just a few ideas.
"Fighting the underpants gnomes since 1998!" "Bruce Schneier knows the state of schroedinger's cat"
Check out AppGen. Costs some $$$ but is generally a well built application. Has modules for General Ledger, Accounts Recievable, Billing, etc. Basically any business function needed. And it runs on Linux!
W. Sandman III
I think #2 lists almost everything mentioned thus far and includes the simple things up to the big boys with lots of modules. It needs more work, as AppGen gets no description while others get more reasonable detail.
This is only vaporware at the moment, but we're duscussing business software and the needs around it on our mailing list. If you're interested in that topic, please join us.
There is a company from Canada that wrote a Point of sale system in tcl/tk. The company is called Linux Canada Inc. at http://www.linuxcanada.com.
There is is another company that did the same thing but I have not been able to find the for about 1 year.
Good Luck
Bryan
Get a life get Linux
As for the POS software you're looking for, there are quite a few options available.
Samco has an extensive offering of business accounting applications that work with Linux, including POS. Check out the screenshots of their POS module. J.S. Software provides accounting and POS software, and they support Linux. LinuxPOS from Linux Canada is also available.
Funny how all three of these companies are Canadian. Don't worry about accounting tax differences too much, though--Canadian companies (have to) create software with other countries' tax laws in mind.