Skip to content

TaxRates Table

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

Card

As any user I want to be able to select program codes from the TAX_RATES 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 tax rate when creating a purchase order line item. Functions to edit and display a list of tax rates should also be supplied.

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

  • id (SEQNO)
  • name (NAME)
  • shortname (SHORTNAME)
  • rate (RATE)
  • 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