LB Booster
« Cabinet Planner »

Welcome Guest. Please Login or Register.
Apr 1st, 2018, 03:28am



ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018.
We apologize Conforums does not have any export functions to migrate data.
Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.

Thank you Conforums members.
Speed up Liberty BASIC programs by up to ten times!
Compile Liberty BASIC programs to compact, standalone executables!
Overcome many of Liberty BASIC's bugs and limitations!
LB Booster Resources
LB Booster documentation
LB Booster Home Page
LB Booster technical Wiki
Just BASIC forum
BBC BASIC Home Page
Liberty BASIC forum (the original)

« Previous Topic | Next Topic »
Pages: 1  Notify Send Topic Print
 thread  Author  Topic: Cabinet Planner  (Read 735 times)
Richard Russell
Administrator
ImageImageImageImageImage


member is offline

Avatar




Homepage PM


Posts: 1348
xx Cabinet Planner
« Thread started on: Mar 10th, 2014, 3:37pm »

Cabinet Planner, by Robert McAllister, is probably the largest Liberty BASIC program ever written, and without doubt the largest program ever to have been compiled using 'LB Booster'! It consists of three modules totalling more than 100,000 lines of LB code, with the largest module having around 65,000 lines.

http://www.cabinetplanner.com/

User Image
User IP Logged

RobM
Junior Member
ImageImage


member is offline

Avatar




PM


Posts: 91
xx Re: Cabinet Planner
« Reply #1 on: Mar 10th, 2014, 7:16pm »

And a big thanks to Richard for helping me port the program over. It now runs a lot smoother and definitely a lot faster!
User IP Logged

RobM
Junior Member
ImageImage


member is offline

Avatar




PM


Posts: 91
xx Re: Cabinet Planner
« Reply #2 on: Mar 7th, 2016, 05:36am »

Cabinet Planner surpasses 2 billion dollars in sales

I’ve been selling my program since July of 2005. I got curious how much money my customers have made with it over the years and wrote this simple program to get an idea.

I have averaged about 1.1 sales a day over the years. Assuming about 1/2 are actual cabinet shops I figure 17 new shops per month.

The average sales for each shop is probably much higher but a small shop should easily do one kitchen per month at an average of $15K. For larger shops (not really my target audience) that figure would easily be in the 6 digits.

Code:
AverageMonthlySales=15000
NewCustomersPerMonth=17
TotalMonths=139
for x=1 to TotalMonths
    TotalCustomers=TotalCustomers+NewCustomersPerMonth
    TotalSales=TotalSales+(TotalCustomers*AverageMonthlySales)
next x
print TotalSales
end
 

User IP Logged

Pages: 1  Notify Send Topic Print
« Previous Topic | Next Topic »

| |

This forum powered for FREE by Conforums ©
Terms of Service | Privacy Policy | Conforums Support | Parental Controls