Jemt / SitemagicCMS

Sitemagic CMS - world's most beautiful Content Management System
http://sitemagic.org
Other
16 stars 11 forks source link

Warn when updating OrderId and InvoiceId #137

Open Jemt opened 4 years ago

Jemt commented 4 years ago

Warn user when updating Invoice ID, which may have consequences in regards to book keeping. Also warn if Order ID is updated, which on XML based data sources may break optimizations for XML Archiving since we keep track of order IDs known to be available in "current data". So switching Order ID from e.g. 1000000 back to 1000 will cause all orders to be queried from the archive which is painfully slow.

image