meridianww / M4PLBase

0 stars 1 forks source link

Adding Price/Cost Charges To Jobs #495

Open nmfujimoto opened 3 years ago

nmfujimoto commented 3 years ago

There are multiple issues when adding Default or Location based Price/Cost charges to a job where only the price or cost record is added. This is repeatable in all environments of the code. The price and cost charges are identical and should be treated in the same manner when adding to any job. If a price charge is added, then a cost charge is added or vice versa.

Please look at the stored procedures as there is discrepancies in an ELSE clause related to Default location:

Please look into why the Price and Cost tables have different constraints:

Missing Charge records (Repeatable): AWC:

Electrolux

prashantaggarwal1999 commented 3 years ago

@nmfujimoto this has been partially corrected on the production server, please have a look at all the functionalities mentioned here and confirm if all are working as expected.

Madhusmi commented 3 years ago

@nmfujimoto Testing completed in Staging server and Verified from Database and It is working as expected.