Parsa Nazer
2d296f1561
add PostgreSQL support and enhance product search functionality
2026-02-14 11:48:17 +03:30
Parsa Nazer
0414335181
search for autocomplate of category
2026-02-14 11:25:50 +03:30
Parsa Nazer
c69dba2195
reorder product varient fields
...
increse the range of product list
2026-02-12 11:30:38 +03:30
Parsa Nazer
3ce96184be
change defualt price currency to toman
2026-02-01 10:50:14 +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
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
a7f3b06bbd
update read only fields
2025-12-26 12:47:26 +03:30
Parsa Nazer
52a997ec0b
best deal price fields added to product serialzier
2025-12-26 11:08:32 +03:30
Parsa Nazer
4223461c2b
remove list_per_page
2025-12-23 17:56:00 +03:30
Parsa Nazer
46d4019ca8
defualt for currency type
2025-12-22 14:01:42 +03:30
Parsa Nazer
a9d4fbe3db
fix ProductVariantSerialzier
2025-12-22 13:53:08 +03:30
Parsa Nazer
44454eb80d
fix ProductVariantSerialzier
2025-12-22 13:45:06 +03:30
Parsa Nazer
ac7d4a6574
show price after dicount
2025-12-22 13:39:49 +03:30
Parsa Nazer
af3c22f072
fix ProductVariantAdminForm
2025-12-20 20:05:36 +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
88594f014d
fix has add permissiion of product vaietnt
2025-12-11 13:14:21 +03:30
Parsa Nazer
9ea69925c9
feat: Enhance admin permissions and improve product currency handling
2025-12-10 12:38:42 +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
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
6b4fcb0672
Optimize product queries with select_related and prefetch_related for improved performance
2025-11-03 12:25:02 +03:30
Parsa Nazer
bf0817ed34
Optimize product count retrieval and enhance query performance with prefetch_related
2025-11-03 11:56:47 +03:30
Parsa Nazer
c0d787da6a
Refactor serializers and views for improved readability and performance
2025-11-03 11:51:28 +03:30
Parsa Nazer
6524ae7605
add image filed to product
2025-10-29 21:05:56 +03:30
Parsa Nazer
78e8ab54ed
filters for product and product varient
2025-10-29 20:40:09 +03:30
Parsa Nazer
4c76ca6807
list filter for product
2025-10-23 17:04:31 +03:30