From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Lawrence Subject: Re: Price/ list comparison Date: Wed, 01 Feb 2017 21:48:08 -0800 Message-ID: <8737fxta7b.fsf@aquinas.i-did-not-set--mail-host-address--so-tickle-me> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZADY-0003iT-C6 for emacs-orgmode@gnu.org; Thu, 02 Feb 2017 00:46:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZADU-00082P-Gp for emacs-orgmode@gnu.org; Thu, 02 Feb 2017 00:46:00 -0500 Received: from mail-pg0-x229.google.com ([2607:f8b0:400e:c05::229]:33172) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cZADU-00080y-9F for emacs-orgmode@gnu.org; Thu, 02 Feb 2017 00:45:56 -0500 Received: by mail-pg0-x229.google.com with SMTP id 204so2687774pge.0 for ; Wed, 01 Feb 2017 21:45:55 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: "Eduardo V." , emacs-orgmode@gnu.org Hi Eduardo, "Eduardo V." writes: > I constantly buy diodes, resistors, etc. for projects and i mostly save the > receipts. > > I want to know if there is an org-mode way (or any other software) that > let's me input all the data form the receipts and tell me which components > are cheaper in X store. > > A plus if it has a way of telling me how many components i have left. You might want to check out Ledger: http://ledger-cli.org/ It is a system for doing accounting with plain text, and has lots of features that I think you would find useful, including tracking prices and commodities. You should definitely be able to get it to tell you the things you're looking for, once you enter your receipts. Also, it has good integration with Emacs, and (to some extent) with Org. Best, Richard