codbex / codbex-electra

e-Commerce Backoffice Management Application
https://codbex.com
Eclipse Public License 2.0
0 stars 0 forks source link

Remove all entries which are removed from Electra #100

Open iliyan-velichkov opened 4 months ago

iliyan-velichkov commented 4 months ago

Currently, when an entry is removed from Electra, it is not removed from the corresponding OpenCart DBs. For example, if a product is removed from Electra, it is not removed from the corresponding OpenCart DBs. Note that all EntityReferences must be removed as well. Consider to have a generic implementation which works based on EntityReference table.

For sales orders, it is good to remove the corresponding Econt order as well.