Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
ERP application as Zsh module -- thought?
- X-seq: zsh-workers 31817
- From: William Park <opengeometry@xxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: ERP application as Zsh module -- thought?
- Date: Sat, 12 Oct 2013 01:55:52 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.ca; s=s1024; t=1381557357; bh=mW3i9W2Y2wKloIiAyNwBZ68So3bCp+4KeTcm3ZQdPwE=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Received:Received:Date:From:To:Subject:Message-ID:Mail-Followup-To:MIME-Version:Content-Type:Content-Disposition:User-Agent; b=cZwDrzsdZWkRwkjB6T4QQZQ2F7tlBzmibM1649lJXdQL9m6W0+nX76zbJMDACkDv5CSdblHPvOKMc7Y3vyB7ofEiwGdyz4h0QHQOz9cr2FmKt76VlnNzwQf/z+XfaI8rdRCSbSZ+hTF0WAy9A/sqrRP51pT8jdNtBXAoIUoadD0=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi all,
I am developing "ERP system for small business". The underlying data
structure is spreadsheet (ie. 2D sparse table) where the rows act like
arrays. Instead of shoving everything into a single spreadsheet, in my
case, each spreadsheet is a record and a file. For example, if you have
1000 items in IV subsystem, then each item record will be one
spreadsheet file, and there will be 1000 similar files in IV directory.
I would like to embed my application as Zsh module.
Is this something you guys would like to see?
--
William
Messages sorted by:
Reverse Date,
Date,
Thread,
Author