Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Need to add expense codes:

  • Premiums
  • GRADEA
  • UNDRGRD
  • GST


To get Grade A Price and Under-grade Price to show on Other Information Section, Add Sales/Live Haul Revenues, will pull the Unit Price.

To get the Returns Totals in the Marketing section, Add Sales/Live Haul Revenues, will pull the Amount. Image Removed

Image Added

Image AddedImage Added


Expense Log

Need to add expense codes:

  • GST
  • FDDISC


GST cost will be added to expense log .Image Removedto show in Other Information

FDDISC cost will be added to expense log to show in Other Information, Load Size Discount

Image Added

Image Added


Condemnation Codes

...

Add Condemn Codes from report to this form.

Image RemovedImage Added

The fields that get added here will then dynamically create a field in the Transaction Detail data-set under Condemnations and will start with CondemnationCode_XXX.  X represents the code set up in the form.  These fields will then need to be added to the report.

Image Added



Create condemnation certificates as usual but under condemnation causes, here is where you will enter the amounts for each type


Image Added


Run this against the user database to insert a Grade A type.

INSERT INTO [condemnationgradetype] ([GradeCode], [GradeDesc], [Deleted], [GradeRank]) VALUES('A', 'Grade A', '0', '1');


Under condemnation grades tab, here is where you will enter the Percent of grade.

Image Added