- Remove exchange_rate and exchange_rate_date from quotations (schema, service, PDF, form) - Add item_description field to invoice_items (schema, migration, service, form, PDF) - Add offer status/customer/order filters with tab-based UI - Clean up offer statuses to active/ordered/invalidated - Allow invalidate action for non-ordered offers (not just expired) - Add fade animations on offers and invoices table data changes Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
3 lines
126 B
SQL
3 lines
126 B
SQL
-- AlterTable
|
|
ALTER TABLE `quotations` DROP COLUMN `exchange_rate`;
|
|
ALTER TABLE `quotations` DROP COLUMN `exchange_rate_date`; |