-
Notifications
You must be signed in to change notification settings - Fork 0
TaxRates Table
Brian Collins edited this page May 4, 2014
·
7 revisions
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:
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.
Replace this text with descriptions of workflows for testing