Projects:Feedback Deactivating Taxes Price Lists/Technical Documentation
Contents |
Feedback Deactivating Taxes Price Lists - Technical Documentation
Overview
This article will explain how to proceed in order to add feedback to the de-activation of tax rates and price lists.
Current status
At present, Openbravo ERP does not inform the user if there are any dependent and active children Taxes or Price List Versions for Taxes and Price Lists, respectively.
Technical design
Tax Rates
- Create a callout that checks if Active check-box is un-ticked, looks if there are children tax rates associated and displays a message if so:
- Setup SE_Taxes_Active callout within Openbravo ERP (Application Dictionary || Setup || Callout).
- Associate SE_Taxes_Active callout to IsActive column of C_Tax table (Application Dictionary || Tables and Columns || Table >> Column).
Price List
- Create a callout that checks if Active check-box is un-ticked, looks if there are price list versions associated and displays a message if so:
- Setup SE_Pricelist_Active callout within Openbravo ERP (Application Dictionary || Setup || Callout).
- Associate SE_Pricelist_Active callout to IsActive column of M_PriceList table (Application Dictionary || Tables and Columns || Table >> Column).