a9c7e15e02
+ ChecklistListSerializer with smaller set of fields in /checklist/
2024-05-26 16:21:44 +04:00
433f1ff180
+ UserSimpleSerializer with smaller set of fields for Checklist.customer field in /checklist/
2024-05-26 16:21:44 +04:00
1761f57fde
+ BonusProgramLevel
...
* Moved Bonus models to separate app
2024-05-26 02:40:04 +04:00
b31272511c
* Moved GlobalSettings to core app
2024-05-25 03:21:59 +04:00
e5c104bc11
+ BonusProgramConfig
...
* Moved GlobalSettings to core app
* Moved bonus program logic from User to BonusProgram class
* Worked on error handling a bit
2024-05-24 02:19:00 +04:00
3011d0285d
* Cleanup in PaymentMethodAPI
2024-05-20 23:55:04 +04:00
4a987b9646
* Renamed fields in PromocodeSerializer
2024-05-20 23:08:30 +04:00
4a821faee9
+ PriceField
2024-05-20 23:08:11 +04:00
1f4d693c81
+ More bonus validation
...
+ Bonus transaction & order cancellation
+ Spend bonus via API
+ New status for order: DELETED
* Fixed bug with not actual bonus balance returned
* Order bonus can be added in several statuses
* Fixed TG templates a bit
2024-05-20 21:46:24 +04:00
ef40e9f7e0
+ Bonus system (TODO: spend bonuses)
...
+ Telegram bot: sign up, sign in, notifications
+ Anonymous users can't see yuan_rate_commission
* Only logged in customers can create/update orders
* Customer info migrated to separate User model
* Renamed legacy fields in serializers
* Cleanup in API classes
2024-04-27 21:29:50 +04:00
8a7b53b069
* Renamed GlobalSettings.get_yuan_rate -> full_yuan_rate property
...
* In GlobalSettingsSerializer show full yuan rate
2023-11-24 17:58:42 +04:00
ccd9c60a97
+ yuan_rate_last_updated in GlobalSettings serializer
...
* Show raw yuan_rate in GlobalSettings
* Use yuan_rate+yuan_rate_commission sum for Checklist calculations
2023-11-23 03:32:54 +04:00
abaa11e9c6
* Added missing available_count field in GiftSerializer
2023-11-23 02:45:17 +04:00
6903c2ff13
* available_count for Gift
2023-11-23 02:40:30 +04:00
2e79e579f7
+ CurrencyAPIClient for fresh CNY rate
...
+ yuan_rate_last_updated, yuan_rate_commission fields in GlobalSettings
2023-11-23 02:16:53 +04:00
6f96eaaac7
* Check the Gifts that are being added to Checklist from unauthorized users
2023-11-03 00:55:07 +04:00
28b0adffc3
* Allow unauthorized users to edit Checklist.cdek_barcode_pdf field
2023-11-03 00:34:40 +04:00
dd9dfb3704
+ Gift
2023-10-31 16:50:45 +04:00
0dcc98ab70
* Optional Checklist.size field
2023-10-11 22:32:22 +04:00
00e5b19b6a
+ Checklist.split_accepted field
2023-10-04 06:58:09 +04:00
69d386806a
+ PriceSnapshot
...
* Category commission inside a commission_rub field
2023-10-04 06:57:53 +04:00
f5afc4061c
* missing split_payment_proof field in serializer
2023-08-21 16:47:36 +04:00
9eb9b8bebc
* payment_proof is now a single image + migration from m2m
...
+ split_payment_proof
2023-08-21 16:24:52 +04:00
3a6b06d223
+ time_to_buy & buy_time_remaining fields
...
+ Category: hierarchy, removed slugs & added comission per category
* Promocode value in rubles instead of percentage
* Cleanup in GlobalSettings routes
2023-08-18 16:22:32 +04:00
676f6c6f72
* Round up price_rub & full_price fields
2023-07-17 20:48:33 +04:00
a1c3924c4f
* Cleanup
2023-07-17 20:31:51 +04:00
bf5a0447b7
* Made Checklist.category a not required field
2023-07-13 01:30:23 +04:00
33306348af
* renamed comission -> commission
2023-07-12 23:34:03 +04:00
040de041e4
+ djoser routes for user API
2023-07-12 23:18:31 +04:00
a1330ed1e5
* allow empty promo fields
2023-07-12 20:03:39 +04:00
e8e726cd65
* renamed paymentproovement -> paymentprovement
2023-07-12 20:03:24 +04:00
6446ef1a95
+ Auto update status NEW->PAYMENT if payment info is present
...
* Cleanup
2023-07-10 21:29:20 +04:00
31b0853eee
* Allow anonymous users to edit a set of fields of Checklist
2023-07-10 20:07:53 +04:00
aa6df78d82
* Checklist.delivery as a ChoiceField
...
* Checklist.delivery_display for human-readable text
2023-07-10 20:07:07 +04:00
e4697240de
* Cleanup
2023-07-10 20:06:11 +04:00
6ea5d721ad
+ array of payment_proof
...
+ Checklist.images is m2m now
+ Image.type & dynamic upload path
2023-07-07 08:22:15 +04:00
4fdeb6e9e7
* fixed preview creation
2023-07-07 06:26:51 +04:00
49e2b8357d
* Base64ImageField for paymentproovement & checkphoto fields of Checklist
2023-07-07 06:26:34 +04:00
d89dccbeae
* curencycurency2 is not required, defaults to 0
2023-07-07 06:07:05 +04:00
12d66c7f92
* Upload base64 images & generate preview
2023-07-07 06:05:14 +04:00
2001d5edf6
* managerid as Integer in serializers
2023-07-07 02:59:35 +04:00
78a187d9c4
* PATCH for YuanRateAPI
...
* Don't delete promocode, deactivate it
2023-07-07 01:19:00 +04:00
3a84bc2c7a
- managerid field
...
* migrations
2023-07-06 17:52:59 +04:00
f80424f90e
Updated uwsgi.ini
2023-07-06 16:56:29 +04:00
f57ea1feab
+ split
...
* Upload payment_proof & receipt to docs/
* renamed cheque_photo -> receipt
* missing migrations
2023-07-06 15:54:52 +04:00
f1265cb45c
+ get_barcode CDEK API
...
* Upload payment_proof & cheque_photo to docs
2023-07-06 15:49:34 +04:00
859051a969
+ statistics by clients
...
+ cdek_tracking
+ checklist create API
+ some permissions
* Cleanup
2023-07-05 02:19:58 +04:00
fcfc33a435
Initial commit
2023-07-03 06:38:55 +04:00