S1E7 APX Weekly Planner – Supplement

 

This episode features Weekly Planner, originally released in 1981 by APX.  It was written by Ronald & Lynn Marcuse.  This program for the Atari 8 bit line of computers was written in BASIC and released on cassette and diskette.

Podcast: Download

APX Weekly Planner

The cover of the manual:

APX Weekly Planner Manual Cover

 

Many Faces of APX

APX, Atari Program Exchange, was a software distribution model run by Atari between 1981 and 1984.  It was similar to shareware in that it allowed users to write and sell software as commercial titles, but it allowed for a central point of sale and distribution.  I like to think of it as a very early App store.

1981.  Similar to the Atari Connection magazine logo:

 

 

APX 1981

1982.  This one is my favorite.

APX 1982

 

1983.  This is the one I remember the most:

APX 1983

APX Weekly Planner in Action

When the program loads you are presented with a menu of options. They are depicted in the screen shot below.  Note the program displays the date and day name:

APX Weekly Planner Start Menu

 

Selecting add event.  After entering the date, it determines the day name as well.  Note in the example below that HOLIDAY is entered for the TYPE field.  None of the fields are limit restricted, however they are truncated to the internally defined size.  As such, HOLIDAY becomes H:

APX Weekly Planner Event Add

 

When selecting INQUIRY menu item, first select the Date, Time, and Person which can all have a wildcard.  Then select BROWSE or INQUIRY from the sub menu:

APX Weekly Planner Inquiry Filter

 

When selecting the INQUIRY sub menu, all matching records are displayed in full detail.  Select CONTINUE to move to next matching record:

APX Weekly Planner Inquiry

 

When select BROWSE from the INQUIRY sub menu, a list of matching records is presented in partial detail:

APX Weekly Planner Browse

 

The APPOINTMENT LIST main menu option allows you to print a daily agenda on a full sheet of paper.  It can be blank or populated with data matching filter criteria you specify similar to the INQUIRY function:

APX Weekly Planner Appointment List

 

The CALENDAR main menu option allows you to print a full month calendar on a full sheet of paper.  It can be blank or populated with data matching filter criteria you specify similar to the INQUIRY function:

APX Weekly Planner Calendar

 

Printed Output

Appointment List Output (in PDF form)

Calendar Output (in PDF form)

Weekly Planner Version Update:

As noted in the podcast I have updated the software to version 1.1.  I am hosting it for now.  Rename the file from .ZIP to .ATR.  I can’t host files named as .ATR so it had to be renamed.

Download

Once booted to BASIC prompt, enter: RUN “D:CALY2K”

The changes I made to the day name determination routine are covered in depth on my blog Unfinished Bitness at http://unfinishedbitness.info/2014/12/10/basic-what-day-is-it/

 

Change Summary

The following changes were applied to the original 1.0 code to allow Weekly Planner to work with dates from 2000 to 2099.  The 1.0 version would not work with dates beyond 1999.

  • Line 11: Added: REM UPDATED BY WADE RIPKOWSKI (2014)
  • Line 100: Changed version to 1.1, added (wr), spaced out word M E N U
  • Line 140: Set Instructions to lowercase (differentiate from Menu better), added one space before Press to properly center it
  • Line 420: Changed 19 to 20
  • Line 950: Changed 19 to 20
  • Lines 960,962,964: Removed
  • Line 966: Renumbered to 974
  • Lines 960,962,964,966,968,970,972: Added
  • Line 990: Changed to new month table values: 033614625035
  • Lines 991,992,994: Propercased Month and Day names

Changed Code

Since there is not an easy or practical way to print Inverse ATASCII characters on modern computers, captured printer output will have to do.  Here is an image of the code changes:

APX Weekly Planner 1.1 Code Changes

Update Main Menu

Screen shot of my version 1.1 update:

APX Weekly Planner 1.1 Update Main Menu

 

Show Links:

 Bit Rating 2

 

Intro music is an excerpt from a chip tune by Jordon Gladstone named The Christmas Is In Another Castle.  It is used under Creative Common license Attribution-NonCommercial-ShareAlike 4.0 International.

4 thoughts on “S1E7 APX Weekly Planner – Supplement

  1. Another Great podcast. And thanks for the update. It’s a great Atari Christmas present. The updated version has been added to the Weekly Planner entry on Atarimania.com.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.