Skip to content

Programs Table

Brian Collins edited this page May 4, 2014 · 6 revisions

Card

As any user I want to be able to select program codes from the BRANCHES MYOB table

This user story is implemented under this issue.

Related User Stories:

Conversation

The primary purpose of the data is for display in a dropdown list to select a program code when creating a purchase order line item. Functions to edit and display a list of programs should also be supplied.

The following columns are required (the corresponding BRANCHES column names are in upper case):

  • id (BRANCHNO)
  • name (BRANCHNAME)
  • status (A-ctive, D-eleted, N-ew)

Sample data may be found here.

Confirmation

Replace this text with descriptions of workflows for testing

Clone this wiki locally