Baudtender
04-30-2003, 10:59 PM
I've been doing some specs for a bar/restaurant inventory
program I've been meaning to write for years. I want it to
be useful for folks, like myself, that don't use an automated
liquor metering/pouring system, like an Azbar or Berg, because
I'm a big believer in freepour (yeah, yeah, yeah, but we train
and test our bartenders to delirium using a 7-tube Exacto-Pour,
and use standardized pour spouts on the bottles so that I can
look across the room or on a video tape and count with them.) I
figure a simple bar code wand and digital scale are all I need to
get fast accurate counts of what's inside an open bottle. I'm
using an off-the-shelf software package at present, and I know
I can do a _lot_ better than what's out there, so I'm going to
write the damned thing myself.
I hit a stumbling block on liquor, and it sounds goofy, but I get
anal when I'm writing software. Specifically, we used to sell
After Shock, which is a cinnamon schnapps'ish tasting liqueur (I
think the same manufacturer makes a blue-colored -
peppermint? - product that has the same feature I'm about to
describe, but we no longer carry it, either) At any rate, this stuff
grows what can best be described as "rock candy" in the bottom
of the bottle the longer it sits, and/or the less it's disturbed. I'm
sure this is the saturated sugar coming out of solution.
My hanging point here is trying to find out if this sugar is
displacing the liqueur, or is replacing some or all of it by volume.
In other words, if it grows an inch of crystals on the bottom,
does that mean there's the same (or somewhat less) amount
of volume of original liqueur that can no longer be sold? If that's
the case, it's a freaking inventory nightmare, as it would weigh
the same, but a slow-moving bottle would deliver progressively
less product (until the sugar has reached an equilibrium point and
no longer wants to come out of solution.)
Which means that the longer it sits, the higher its inventory cost.
Perhaps there's a way to put the bottle into a hot water bath
or something to get the sugar back into solution? This is
bugging me because we took a club down a couple of years ago
for a 2-year major building expansion and remodel and I can very
much recall a sealed bottle of Aftershock that got put into
storage at close-down being nearly half sugar crystal and half
liquid when it was brought out for restocking.
Aside that from that blue-stuff mentioned above, which I'm sure
someone can name, are there any other "self-depleting"
products you can think of? Does Rock & Rye do the same thing?
I don't carry this either, and the last bottle I saw had so much
crap floating in it I don't think I'd be inclined to drink from it - I'm
not so sure it wasn't older than some of the bartenders that
were working at that club, but I know it's still popular in some
parts of the country.
Am I completely off-base here or what? Please no "oh come on,
it's silly to get stuck on that level of detail" replies because any
mistakes I make when writing software have the capacity to get
compounded a gazillion times, and I wouldn't be writing the
damned thing myself if I didn't commit myself to this level of
forethought and detail. If I can pull it off, I'd love to release this,
as well as some other related projects as open source (that
means free software, with all source code available should you
want to modify, or hire someone to modify it for your own needs.)
Cool project, lofty goals, but I really want to work through these
niggling little outstanding details before I implement.
Baudtender
program I've been meaning to write for years. I want it to
be useful for folks, like myself, that don't use an automated
liquor metering/pouring system, like an Azbar or Berg, because
I'm a big believer in freepour (yeah, yeah, yeah, but we train
and test our bartenders to delirium using a 7-tube Exacto-Pour,
and use standardized pour spouts on the bottles so that I can
look across the room or on a video tape and count with them.) I
figure a simple bar code wand and digital scale are all I need to
get fast accurate counts of what's inside an open bottle. I'm
using an off-the-shelf software package at present, and I know
I can do a _lot_ better than what's out there, so I'm going to
write the damned thing myself.
I hit a stumbling block on liquor, and it sounds goofy, but I get
anal when I'm writing software. Specifically, we used to sell
After Shock, which is a cinnamon schnapps'ish tasting liqueur (I
think the same manufacturer makes a blue-colored -
peppermint? - product that has the same feature I'm about to
describe, but we no longer carry it, either) At any rate, this stuff
grows what can best be described as "rock candy" in the bottom
of the bottle the longer it sits, and/or the less it's disturbed. I'm
sure this is the saturated sugar coming out of solution.
My hanging point here is trying to find out if this sugar is
displacing the liqueur, or is replacing some or all of it by volume.
In other words, if it grows an inch of crystals on the bottom,
does that mean there's the same (or somewhat less) amount
of volume of original liqueur that can no longer be sold? If that's
the case, it's a freaking inventory nightmare, as it would weigh
the same, but a slow-moving bottle would deliver progressively
less product (until the sugar has reached an equilibrium point and
no longer wants to come out of solution.)
Which means that the longer it sits, the higher its inventory cost.
Perhaps there's a way to put the bottle into a hot water bath
or something to get the sugar back into solution? This is
bugging me because we took a club down a couple of years ago
for a 2-year major building expansion and remodel and I can very
much recall a sealed bottle of Aftershock that got put into
storage at close-down being nearly half sugar crystal and half
liquid when it was brought out for restocking.
Aside that from that blue-stuff mentioned above, which I'm sure
someone can name, are there any other "self-depleting"
products you can think of? Does Rock & Rye do the same thing?
I don't carry this either, and the last bottle I saw had so much
crap floating in it I don't think I'd be inclined to drink from it - I'm
not so sure it wasn't older than some of the bartenders that
were working at that club, but I know it's still popular in some
parts of the country.
Am I completely off-base here or what? Please no "oh come on,
it's silly to get stuck on that level of detail" replies because any
mistakes I make when writing software have the capacity to get
compounded a gazillion times, and I wouldn't be writing the
damned thing myself if I didn't commit myself to this level of
forethought and detail. If I can pull it off, I'd love to release this,
as well as some other related projects as open source (that
means free software, with all source code available should you
want to modify, or hire someone to modify it for your own needs.)
Cool project, lofty goals, but I really want to work through these
niggling little outstanding details before I implement.
Baudtender