Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #17272
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!txtfeed1.tudelft.nl!tudelft.nl!txtfeed2.tudelft.nl!amsnews11.chello.com!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <alec.taylor6@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.081 |
| X-Spam-Evidence | '*H*': 0.84; '*S*': 0.00; 'disable': 0.09; 'url:github': 0.09; 'am,': 0.12; 'received:209.85.210.174': 0.13; 'received:mail-iy0-f174.google.com': 0.13; 'extensions': 0.15; 'from:addr:alec.taylor6': 0.16; 'from:name:alec taylor': 0.16; 'pointers.': 0.16; 'wrote:': 0.18; 'to:2**1': 0.21; 'dec': 0.22; 'header:In-Reply-To:1': 0.22; "i'm": 0.26; 'message- id:@mail.gmail.com': 0.28; 'far,': 0.30; 'subject:?': 0.31; 'thanks': 0.31; 'thu,': 0.32; 'together.': 0.34; 'to:addr:python- list': 0.34; 'subject:What': 0.34; 'project': 0.35; 'starting': 0.36; 'subject:with': 0.36; 'received:google.com': 0.37; 'could': 0.37; 'received:209.85': 0.38; 'subject: (': 0.40; 'received:209': 0.40; 'to:addr:python.org': 0.40; 'more': 0.61; '2011': 0.61; 'enable': 0.62; 'subject:. ': 0.65; 'contact': 0.66; 'interested,': 0.72; 'subject:Customer': 0.84; 'subject:ERP': 0.84; 'subject:management': 0.84; 'management)': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Cr87srJBB4F4rlAKoh9zKoqrzRx5IvnNsPjlGrv4s+s=; b=RQLfTscXMIUsda5HImTlvPFFxGrqd6f5tUP1r0PvuYzFP3wfjQEzW0UYQXeV7CI2dB 9daV1ci9LQlwqYkSaQORBJIsxugUwPfczRi5a0iz75M74g+bMSr0AvkhoFH/O4zri5iF 5TLp+rnX6EkzgM4XMyh8YVI7eIhCBysIVDiqI= |
| MIME-Version | 1.0 |
| In-Reply-To | <CANFgmFDHYJ7Bg-Z+fLjBPvrM_r6rhc6DJ9PKOsV+8r79Xv+ZQQ@mail.gmail.com> |
| References | <CAO+9iGdHvp360U2EqL649_NEy-_S2=XM-UkwSHz9GrYHJA3wEw@mail.gmail.com> <CANFgmFDHYJ7Bg-Z+fLjBPvrM_r6rhc6DJ9PKOsV+8r79Xv+ZQQ@mail.gmail.com> |
| Date | Fri, 16 Dec 2011 01:43:21 +1100 |
| Subject | Re: ERP with Supply chain management (incl. POS) and Customer relationship management — What's available? |
| From | Alec Taylor <alec.taylor6@gmail.com> |
| To | Anurag Chourasia <anurag.chourasia@gmail.com>, "comp.lang.python" <python-list@python.org> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3671.1323960210.27778.python-list@python.org> (permalink) |
| Lines | 24 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1323960210 news.xs4all.nl 6850 [2001:888:2000:d::a6]:52083 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:17272 |
Show key headers only | View raw
On Thu, Dec 15, 2011 at 5:54 AM, Anurag Chourasia <anurag.chourasia@gmail.com> wrote: > Hi Alec, > > I am building a POS/CRM (Loyalty Management) system as well. > > So far, the best I could find to use as a base is this one > > https://github.com/rosarior/django-inventory > > In any case, I felt that even starting from scratch is not a bad > idea.....Please let me know if you get more pointers. We can even work on > this one together. > > Regards, > Anurag > Thanks Anurag, I will look into it, however I'm thinking of writing my whole project as extensions to satchmo. (modularised though, so you'd be able to enable only a few features, and even disable ecommerce) Would be great to have you on board (if you're still interested, contact me off-list)
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: ERP with Supply chain management (incl. POS) and Customer relationship management — What's available? Alec Taylor <alec.taylor6@gmail.com> - 2011-12-16 01:43 +1100
Re: ERP with Supply chain management (incl. POS) and Customer relationship management — What's available? Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2011-12-16 19:56 +1300
Re: ERP with Supply chain management (incl. POS) and Customer relationship management ??? What's available? Grant Edwards <invalid@invalid.invalid> - 2011-12-16 15:12 +0000
csiph-web