- Added new columns to supplier_invoice_lines for contra_account, line_purpose, resale_customer_id, resale_order_number, is_invoiced_to_customer, and invoiced_date. - Created indexes for faster filtering by purpose and resale status. - Introduced economic_accounts table to cache e-conomic chart of accounts with relevant fields and indexes. - Added comments for documentation on new columns and tables. - Included success message for migration completion.
17 lines
304 B
Plaintext
17 lines
304 B
Plaintext
fastapi==0.115.0
|
|
uvicorn[standard]==0.32.1
|
|
psycopg2-binary==2.9.10
|
|
pydantic==2.10.3
|
|
pydantic-settings==2.6.1
|
|
python-dotenv==1.0.1
|
|
python-multipart==0.0.17
|
|
jinja2==3.1.4
|
|
aiohttp==3.10.10
|
|
msal==1.31.1
|
|
paramiko==3.4.1
|
|
apscheduler==3.10.4
|
|
pandas==2.2.3
|
|
openpyxl==3.1.2
|
|
extract-msg==0.55.0
|
|
pdfplumber==0.11.4
|