Commit Graph

2121 Commits

Author SHA1 Message Date
Parsa Nazer 48dcdda7e5 refactor price input formatting logic and improve event handling 2025-12-20 20:12:58 +03:30
Mamalizz-dev 8e6a9d17c0 merge 2025-12-20 20:06:02 +03:30
Parsa Nazer af3c22f072 fix ProductVariantAdminForm 2025-12-20 20:05:36 +03:30
Mamalizz-dev 3f20b1d557 changed price format 2025-12-20 20:04:57 +03:30
Mamalizz-dev b99d4765cf Merge branch 'main' of https://github.com/Byeto-Company/hossein_por_shop 2025-12-20 19:47:11 +03:30
Mamalizz-dev 6219dcf7b0 price format 2025-12-20 19:47:07 +03:30
Parsa Nazer c0bb053785 add bulk update subcategory action and form for ProductVariant; simplify delete permission logic 2025-12-20 19:42:28 +03:30
Parsa Nazer 0377d04013 fix ProductVariant 2025-12-20 19:06:39 +03:30
Mamalizz-dev 83368ad80d nc 2025-12-20 19:02:09 +03:30
Mamalizz-dev 2e5fada797 update help texts of prodcut varinet 2025-12-20 18:59:11 +03:30
Parsa Nazer 1d08fa5571 update price_in_dollor field in ProductVariant model to allow for higher precision and larger values 2025-12-20 11:04:27 +03:30
Parsa Nazer 670169e02a update input_price, price, and price_in_dollor fields in ProductVariant model for improved clarity and functionality 2025-12-20 11:04:22 +03:30
Parsa Nazer f27dd87148 update help text for input_price field in ProductVariant model to clarify pricing logic 2025-12-20 10:49:01 +03:30
Parsa Nazer 0877a60590 update verbose names for price fields in ProductVariant model 2025-12-20 10:42:42 +03:30
Parsa Nazer 25153d6b7a add price_in_dollor field and update related models and serializers 2025-12-20 10:27:04 +03:30
Parsa Nazer 9845df4763 add shop name 2025-12-16 18:55:15 +03:30
Parsa Nazer c3e03ef24c read only sell field 2025-12-15 12:21:22 +03:30
Parsa Nazer 4a39fe20ed image blanck and null tru 2025-12-14 18:57:45 +03:30
Parsa Nazer be502ffb81 update permission of ProductVariantInlineAdminPermission and AttributeValueInLine 2025-12-11 16:48:20 +03:30
Parsa Nazer 618b978821 comment has_add_permission of ProductVariantInlineAdminPermission 2025-12-11 15:43:13 +03:30
Parsa Nazer f29070bfd6 fix add prodcut bug 2025-12-11 14:19:37 +03:30
Parsa Nazer 8d51da438d test fix ProductVariantInLine 2025-12-11 14:04:32 +03:30
Parsa Nazer f300fe1553 ShopOrderModel fields and signal update 2025-12-11 13:14:46 +03:30
Parsa Nazer 88594f014d fix has add permissiion of product vaietnt 2025-12-11 13:14:21 +03:30
Parsa Nazer 8125e6be81 Merge branch 'main' of https://github.com/Byeto-Company/hossein_por_shop 2025-12-10 12:38:44 +03:30
Parsa Nazer 9ea69925c9 feat: Enhance admin permissions and improve product currency handling 2025-12-10 12:38:42 +03:30
marzban-dev 68ce354479 Update highlight text 2025-12-08 12:04:06 +03:30
marzban-dev 47ec972cd7 Fix product variants position 2025-12-08 11:59:12 +03:30
marzban-dev 54def724ae Merge branch 'main' of https://github.com/Byeto-Company/hossein_por_shop 2025-12-08 11:44:34 +03:30
marzban-dev a366c20b95 Add one layer of categories 2025-12-08 11:44:32 +03:30
marzban-dev 5fb1781d62 Fix product card image 2025-12-08 11:42:46 +03:30
Parsa Nazer f0ff23094f update on_delete category 2025-12-08 11:40:24 +03:30
Parsa Nazer 20499e199a change name of unit category 2025-12-08 11:11:08 +03:30
Parsa Nazer b682a90938 fix: Ensure unique slug generation for SubCategoryModel 2025-12-05 14:10:42 +03:30
Parsa Nazer 68368fc531 unit category added 2025-12-04 13:37:55 +03:30
Parsa Nazer fd6aad8be5 fix transaction page 2025-11-20 14:59:11 +03:30
Parsa Nazer a6c30b6890 merge 2025-11-20 14:44:32 +03:30
Parsa Nazer 486f1fc969 order shop admin 2025-11-20 14:44:15 +03:30
marzban-dev 03ef21cd75 fix: Fix special discount input problem 2025-11-20 13:33:07 +03:30
Parsa Nazer 982bcbdddb merge 2025-11-18 14:27:36 +03:30
Parsa Nazer ce18f602c4 ShopOrderModel and ShopDailyReport system 2025-11-18 14:27:22 +03:30
Parsa Nazer be23b087f1 commition field added to shop model 2025-11-18 13:54:57 +03:30
Mamalizz-dev f90797df2b Merge branch 'main' of https://github.com/Byeto-Company/hossein_por_shop 2025-11-15 12:51:34 +03:30
Mamalizz-dev 2f9e24844a added new special code discount input 2025-11-15 12:51:30 +03:30
Parsa Nazer 5820b4703a get_special_discount_amount null 2025-11-15 12:46:54 +03:30
Parsa Nazer 6838ccc3b9 remove prints and error for otp 2025-11-15 11:11:15 +03:30
Parsa Nazer fead6f1b1d migrations file 2025-11-15 11:04:37 +03:30
Parsa Nazer d29ed8e35b feat: add profit and special discount fields to ProductVariant model
- Updated ProductVariant model to include 'profit' and 'special_discount_percent' fields.
- Added corresponding fields in the admin interface for ProductVariant.
- Created migration to add new fields to the database.

feat: implement special discount code functionality in cart

- Added composables for submitting and deleting special discount codes.
- Updated CartSummary and CartItem components to handle special discount codes.
- Enhanced API endpoints to support special discount operations.
- Updated global types to include special discount code details in the cart.
2025-11-15 11:00:33 +03:30
Parsa Nazer 030976044c permission 2025-11-14 16:31:24 +03:30
Parsa Nazer 3818f55276 403 404 500 templates 2025-11-14 14:08:27 +03:30