emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bill-of-materials
@ 2011-10-21  2:23 Frozenlock
  2011-10-22  8:26 ` Bill-of-materials Bastien
  0 siblings, 1 reply; 6+ messages in thread
From: Frozenlock @ 2011-10-21  2:23 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

This is a much better version of the little add-on I've written:

Bill-of-materials (org-bom.el)

I've used this for over 6 months now, daily.
If you ever need to quickly make a quote for a client, or simply
make easy to-buy list, this should help you.

You can find the code here: http://pastebin.com/K11QpQ6Q

The tutorial is included with it, but here is an eye-friendly version:

http://frozenlock.wordpress.com/2011/10/20/bom-bills-of-materials/


Finally, just to tease you, this is a table generated from various
data gathered inside a buffer:

#+BEGIN: bom :total t :no-tag t :description t :price t
| Component       | Quantity | Price | Description  |
|-----------------+----------+-------+--------------|
| CDs             |       50 |       | Not DVDs     |
| Headset         |        1 |       | N/A          |
| Keyboard        |        3 |   120 | Used to type |
| Mouse           |        2 |       | N/A          |
| USB flash drive |       23 |       | N/A          |
|-----------------+----------+-------+--------------|
| TOTAL:          |          |   120 |              |
    #+TBLFM: @>$3=vsum(@I..@>>)
 #+END:


Enjoy!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Bill-of-materials
  2011-10-21  2:23 Bill-of-materials Frozenlock
@ 2011-10-22  8:26 ` Bastien
  2011-10-22 16:32   ` Bill-of-materials Nick Dokos
  2011-10-26  2:54   ` Bill-of-materials Frozenlock
  0 siblings, 2 replies; 6+ messages in thread
From: Bastien @ 2011-10-22  8:26 UTC (permalink / raw)
  To: Frozenlock; +Cc: emacs-orgmode

Hi Frozenlock,

Frozenlock <frozenlock@gmail.com> writes:

> This is a much better version of the little add-on I've written:
>
> Bill-of-materials (org-bom.el)

Thanks -- I add this to Worg/org-contrib/index.org.  Please check the
description when it goes online and improve it if necessary.

> I've used this for over 6 months now, daily.
> If you ever need to quickly make a quote for a client, or simply
> make easy to-buy list, this should help you.
>
> You can find the code here: http://pastebin.com/K11QpQ6Q

I used http://pastebin.com/raw.php?i=K11QpQ6Q as the location for
getting the raw code -- hopefully pastebin will keep this URL valid.

> The tutorial is included with it, but here is an eye-friendly version:
>
> http://frozenlock.wordpress.com/2011/10/20/bom-bills-of-materials/

Thanks!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Bill-of-materials
  2011-10-22  8:26 ` Bill-of-materials Bastien
@ 2011-10-22 16:32   ` Nick Dokos
  2011-10-22 17:18     ` Bill-of-materials Frozenlock
  2011-10-26  2:54   ` Bill-of-materials Frozenlock
  1 sibling, 1 reply; 6+ messages in thread
From: Nick Dokos @ 2011-10-22 16:32 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode, nicholas.dokos, Frozenlock

Bastien <bzg@altern.org> wrote:

> Hi Frozenlock,
> 
> Frozenlock <frozenlock@gmail.com> writes:
> 
> > This is a much better version of the little add-on I've written:
> >
> > Bill-of-materials (org-bom.el)
> 
> Thanks -- I add this to Worg/org-contrib/index.org.  Please check the
> description when it goes online and improve it if necessary.
> 
> > I've used this for over 6 months now, daily.
> > If you ever need to quickly make a quote for a client, or simply
> > make easy to-buy list, this should help you.
> >
> > You can find the code here: http://pastebin.com/K11QpQ6Q
> 
> I used http://pastebin.com/raw.php?i=K11QpQ6Q as the location for
> getting the raw code -- hopefully pastebin will keep this URL valid.
> 

Seems like org-bom.el is a good candidate for contrib/ (assuming
Frozenlock agrees).

Nick

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Bill-of-materials
  2011-10-22 16:32   ` Bill-of-materials Nick Dokos
@ 2011-10-22 17:18     ` Frozenlock
  0 siblings, 0 replies; 6+ messages in thread
From: Frozenlock @ 2011-10-22 17:18 UTC (permalink / raw)
  To: nicholas.dokos; +Cc: Bastien, emacs-orgmode

Of course I do, it would be an honor! ;-)

On Sat, Oct 22, 2011 at 12:32 PM, Nick Dokos <nicholas.dokos@hp.com> wrote:
> Bastien <bzg@altern.org> wrote:
>
>> Hi Frozenlock,
>>
>> Frozenlock <frozenlock@gmail.com> writes:
>>
>> > This is a much better version of the little add-on I've written:
>> >
>> > Bill-of-materials (org-bom.el)
>>
>> Thanks -- I add this to Worg/org-contrib/index.org.  Please check the
>> description when it goes online and improve it if necessary.
>>
>> > I've used this for over 6 months now, daily.
>> > If you ever need to quickly make a quote for a client, or simply
>> > make easy to-buy list, this should help you.
>> >
>> > You can find the code here: http://pastebin.com/K11QpQ6Q
>>
>> I used http://pastebin.com/raw.php?i=K11QpQ6Q as the location for
>> getting the raw code -- hopefully pastebin will keep this URL valid.
>>
>
> Seems like org-bom.el is a good candidate for contrib/ (assuming
> Frozenlock agrees).
>
> Nick
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Bill-of-materials
  2011-10-22  8:26 ` Bill-of-materials Bastien
  2011-10-22 16:32   ` Bill-of-materials Nick Dokos
@ 2011-10-26  2:54   ` Frozenlock
  2011-10-26  5:51     ` Bill-of-materials Bastien
  1 sibling, 1 reply; 6+ messages in thread
From: Frozenlock @ 2011-10-26  2:54 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

Hi Bastien,

I'm trying to push my changes to the Worg repo, but it asks me for my
repo.or.cz's password.
This confuses me, as the repo.or.cz states that they don't use password.

One of the changes I've made is to host the org-bom.el on github
(better than pastebin).
https://github.com/Frozenlock/Org-Bill-of-materials

I've also corrected a bug which caused a mixed section when more than
one was specified per row.

Have a nice day!


On Sat, Oct 22, 2011 at 4:26 AM, Bastien <bzg@altern.org> wrote:
> Hi Frozenlock,
>
> Frozenlock <frozenlock@gmail.com> writes:
>
>> This is a much better version of the little add-on I've written:
>>
>> Bill-of-materials (org-bom.el)
>
> Thanks -- I add this to Worg/org-contrib/index.org.  Please check the
> description when it goes online and improve it if necessary.
>
>> I've used this for over 6 months now, daily.
>> If you ever need to quickly make a quote for a client, or simply
>> make easy to-buy list, this should help you.
>>
>> You can find the code here: http://pastebin.com/K11QpQ6Q
>
> I used http://pastebin.com/raw.php?i=K11QpQ6Q as the location for
> getting the raw code -- hopefully pastebin will keep this URL valid.
>
>> The tutorial is included with it, but here is an eye-friendly version:
>>
>> http://frozenlock.wordpress.com/2011/10/20/bom-bills-of-materials/
>
> Thanks!
>
> --
>  Bastien
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Bill-of-materials
  2011-10-26  2:54   ` Bill-of-materials Frozenlock
@ 2011-10-26  5:51     ` Bastien
  0 siblings, 0 replies; 6+ messages in thread
From: Bastien @ 2011-10-26  5:51 UTC (permalink / raw)
  To: Frozenlock; +Cc: emacs-orgmode

Hi Frozenlock,

Frozenlock <frozenlock@gmail.com> writes:

> I'm trying to push my changes to the Worg repo, but it asks me for my
> repo.or.cz's password.
> This confuses me, as the repo.or.cz states that they don't use
> password.

You need to register as a user on repo.or.cz:

  http://repo.or.cz/reguser.cgi

then write to Matt Lundin <mdl @ imapmail.org> telling him
what your username is, he will add you to the Worg project
so that you can push changes directly.

> One of the changes I've made is to host the org-bom.el on github
> (better than pastebin).
> https://github.com/Frozenlock/Org-Bill-of-materials

Indeed!

> I've also corrected a bug which caused a mixed section when more than
> one was specified per row.

Thanks -- looking for the changes on Worg.   Also, I will
have a closer look at org-bom.el before adding it to contrib/.

If there are any users of org-bom.el, please share your feedback!

Best,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-10-26  5:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-21  2:23 Bill-of-materials Frozenlock
2011-10-22  8:26 ` Bill-of-materials Bastien
2011-10-22 16:32   ` Bill-of-materials Nick Dokos
2011-10-22 17:18     ` Bill-of-materials Frozenlock
2011-10-26  2:54   ` Bill-of-materials Frozenlock
2011-10-26  5:51     ` Bill-of-materials Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).