Needed changes for Tax Calculation

Issue No: AP-4034
Created 8/3/2017 2:20:09 AM
Type Gap
Priority Major
Status Closed
Resolution Fixed
Fixed Version 17.3
Description Needed for [http://inet.irelyserver.com/display/AR/Tax+on+Tax]     1. Add *_[ysnTaxOnly] BIT NOT NULL DEFAULT 0_* into your Tax Detail tables and models(EF & JS)   * Optional but Recommended - for reporting and history purposes   2. Modify API methods calling get item tax SP to include _ *ysnTaxOnly* _ to the output   * Required if applicable   3. Modify your copy of _ *getTaxableAmount* _ JS function. Insert the highlighted lines:   * !pastedImage_d79935_0.png! * * Required if applicable   4. Testing - Screen and DB   * Required