Versions Compared

Key

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

...

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

 Image RemovedImage Added

Image AddedImage Added


Expense Log

Need to add expense codes:

...

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

Image Added


Condemnation Codes

...

Add Condemn Codes from report to this form.Image Removed.

Image 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