Commit Graph

2240 Commits

Author SHA1 Message Date
Parsa Nazer 53cb47b89a merge 2026-02-09 11:08:58 +03:30
Parsa Nazer bd7c7252c7 feat: add daily report functionality and settlement status to shop orders 2026-02-09 11:08:39 +03:30
marzban-dev ad60ab4f1a Add enamad to footer 2026-02-08 19:54:39 +03:30
Parsa Nazer 0771a286b2 merge and enmad verfication 2026-02-08 17:53:59 +03:30
Parsa Nazer d62e6ee782 add enamad verfication to home 2026-02-08 17:53:31 +03:30
marzban-dev 4064fcdc8d Update navbar icons to animated gifs 2026-02-05 01:32:31 +03:30
marzban-dev d3ebd1066b Updated 2026-02-01 21:45:42 +03:30
Parsa Nazer 1065a078b3 fix: cart item delete 2026-02-01 10:50:34 +03:30
Parsa Nazer 3ce96184be change defualt price currency to toman 2026-02-01 10:50:14 +03:30
Parsa Nazer 181888175a update docker compose configs 2026-02-01 10:11:32 +03:30
Parsa Nazer 549c6993e8 footer links update 2026-02-01 10:09:38 +03:30
Parsa Nazer c9bbdf58a4 add new phone number to contact us 2026-02-01 10:09:25 +03:30
Parsa Nazer 4f11bc5c2d update brands text 2026-02-01 10:09:08 +03:30
marzban-dev 10ccedfda9 Update contact us information 2026-01-31 10:18:33 +03:30
Parsa Nazer 4934f2e525 fix docker compose file 2026-01-31 08:33:31 +03:30
Parsa Nazer 6529277cf9 more timeout time for deploy 2026-01-31 08:33:09 +03:30
Parsa Nazer 49ead24a1a backup version 2 2026-01-31 08:16:59 +03:30
Parsa Nazer 0bfb88c7a7 Merge branch 'main' of https://github.com/Byeto-Company/hossein_por_shop 2026-01-28 23:01:04 +03:30
Parsa Nazer 034580f2b7 update to new server 2026-01-28 23:00:54 +03:30
marzban-dev 12c5cdd8eb Merge branch 'main' of https://github.com/Byeto-Company/hossein_por_shop 2026-01-06 14:50:49 +03:30
marzban-dev 22a2541e75 Update porsant commission 2026-01-06 14:50:46 +03:30
Parsa Nazer 2e515e288b update special_discount_link method to return a URL based on user authentication 2026-01-06 14:41:19 +03:30
Parsa Nazer 2fe7fa0005 add main_image field to product serializers and update components to use it 2026-01-06 14:10:48 +03:30
Parsa Nazer 0d1cd08521 update docker-compose to use absolute paths for media and static volumes 2026-01-06 13:33:05 +03:30
Parsa Nazer 91ebd2ed48 fix pageinations style 2026-01-06 13:26:43 +03:30
Parsa Nazer 5559d4bba8 fix page number 2026-01-06 13:22:10 +03:30
Parsa Nazer 6209eae2b4 remove tax display from invoice template 2026-01-06 11:42:38 +03:30
Parsa Nazer 92dcd3e793 refactor create_shop_orders_on_payment to calculate tax after discounts and remove unused tax allocation 2026-01-06 11:25:44 +03:30
Parsa Nazer 4badbf4fbf refactor discount calculations in create_shop_orders_on_payment to use Decimal for precision 2026-01-06 11:16:31 +03:30
Parsa Nazer 20ef2fe5fe add rounding method for Toman price in ProductVariant model 2026-01-06 09:25:47 +03:30
Parsa Nazer d60f5089a7 add view and add permissions for ProductImagesAdmin and ProductDetailModel1Admin 2026-01-05 17:57:48 +03:30
Parsa Nazer df3f4b83be update blankable product fields 2026-01-05 17:41:20 +03:30
Parsa Nazer 031beec97f update product and shop admin permissions 2026-01-04 21:29:50 +03:30
Parsa Nazer 14f51dd2f3 tax rate of 10 percent 2026-01-04 19:19:15 +03:30
Parsa Nazer 01eb4754a6 try fix of creating shop order model 2026-01-04 19:01:38 +03:30
Parsa Nazer e8a64df3de more compact invoice 2026-01-04 19:01:16 +03:30
Parsa Nazer 0e0a6ccc24 fix order model invoice genrator 2026-01-04 12:45:44 +03:30
Parsa Nazer 9e0cba4c2b add special_discount_code to order model 2026-01-04 10:21:53 +03:30
Parsa Nazer 6142590868 feat: Add price formatting filter and update invoice templates for improved display 2025-12-28 12:49:42 +03:30
Parsa Nazer 796c81ef35 fix: Add django.contrib.humanize to INSTALLED_APPS for template enhancements 2025-12-28 12:45:59 +03:30
Parsa Nazer 46af475072 format invocies 2025-12-28 12:43:19 +03:30
Parsa Nazer bb11f70d14 fix: Refactor send_shop_order_invoice_telegram_task to use telebot for Telegram API integration 2025-12-28 12:25:06 +03:30
Parsa Nazer 6c7744935d fix: Update async handling in send_shop_order_invoice_telegram_task for Celery compatibility 2025-12-28 12:18:15 +03:30
Parsa Nazer 189fdbbb1b fix signal 2025-12-28 12:07:20 +03:30
Parsa Nazer 36b4e395f0 fix: Convert Jalali date to datetime for order creation timestamp 2025-12-28 12:04:29 +03:30
Parsa Nazer 34715994ce feat: Add Telegram chat ID to ShopModel for automatic invoice sending
chore: Update Dockerfile to install WeasyPrint dependencies

feat: Enhance ShopOrderModelAdmin with invoice download buttons

feat: Implement invoice generation for OrderModel and ShopOrderModel

feat: Send invoice to shop's Telegram chat upon ShopOrderModel creation

feat: Create Celery task to send shop order invoice via Telegram

feat: Add invoice download endpoints for OrderModel and ShopOrderModel

feat: Implement views for downloading order and shop order invoices

chore: Update requirements.txt to include necessary packages for PDF generation

feat: Create HTML templates for order and shop order invoices
2025-12-28 11:43:33 +03:30
Parsa Nazer 6a7e526f23 fix toman format js 2025-12-27 22:29:09 +03:30
Parsa Nazer 421a04d7d0 merge 2025-12-26 12:49:48 +03:30
Parsa Nazer a7f3b06bbd update read only fields 2025-12-26 12:47:26 +03:30
marzban-dev 08794aa4f9 Fix product discount bug 2025-12-26 12:03:30 +03:30