Commit Graph

126 Commits

Author SHA1 Message Date
849457a051 * SimpleRouter for non-debug environment 2024-05-30 20:59:46 +04:00
ca08955b38 * Show non-managers only their own orders
* Payment methods are editable only by admin
* Allow customers to edit some set of order fields
2024-05-26 16:24:04 +04:00
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
72ade66fe1 * Forbidden exception when failing to cancel the order 2024-05-26 16:21:44 +04:00
bae34e02c2 + DateFromToRangeFilter with _from / _to suffixes 2024-05-26 16:17:30 +04:00
d5d16d7cc8 * Date range filters for Checklist: created_at & status_updated_at 2024-05-26 03:13:13 +04:00
1761f57fde + BonusProgramLevel
* Moved Bonus models to separate app
2024-05-26 02:40:04 +04:00
4e5360553a * Reverted endpoint for PaymentMethod back to /payment 2024-05-26 02:33:47 +04:00
b31272511c * Moved GlobalSettings to core app 2024-05-25 03:21:59 +04:00
dab4fbd0a4 * Query optimization
* Cleanup
2024-05-24 02:22:04 +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
55f2e0b02e + CDEK webhook for instant status updates 2024-05-24 02:08:03 +04:00
99949dc318 + Filter orders by last N symbols of poizon_tracking 2024-05-22 22:32:00 +04:00
fa5e1cd860 * Checklist.bonus_used as an absolute value 2024-05-21 01:15:55 +04:00
0a31ff47b5 * Cache GlobalSetting, again 2024-05-21 01:06:51 +04:00
e8d94878c6 * Cleanup & optimizations 2024-05-21 01:05:55 +04:00
3011d0285d * Cleanup in PaymentMethodAPI 2024-05-20 23:55:04 +04:00
d0d637051d * Cleanup 2024-05-20 23:09:49 +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
81a3e15418 - DISABLE_PERMISSIONS 2024-05-20 23:05:27 +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
873672ea60 + CDEK API calculator/tarifflist endpoint 2024-01-03 16:10:23 +04:00
bd3ea89166 * Disable in-memory cache GlobalSettings 2023-12-22 00:18:03 +04:00
8e49176351 * Better logs in check_cdek_status() task 2023-12-07 07:44:20 +04:00
ee49810e91 * Update yuan rate via Celery task 2023-12-07 07:07:41 +04:00
29e76a5371 + Celery
+ Update CDEK status in background
2023-12-02 17:11:08 +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
d22f492df0 * For anonymous users, show only available gifts 2023-11-23 03:55:58 +04:00
00ddded442 * Null-check for gifts 2023-11-23 03:39:06 +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
ceeae24f69 * Cleanup 2023-11-23 02:46:45 +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
db842d507c * Cleanup 2023-11-23 02:18:55 +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
a4f8dfc27c * Filter Checklist by multiple status values 2023-11-23 02:13:05 +04:00
aa3aa00ae1 * Fixed wrong id for PriceSnapshot 2023-11-15 18:40:00 +04:00
0e5c0ce16f * WIP: annotate_commission_rub 2023-11-11 09:51:17 +04:00
9a2a630465 + Set Checklist.gift to NULL on Gift deletion 2023-11-11 09:49:30 +04:00
65b27d49d7 * annotate_price_rub fixed 2023-11-11 09:48:32 +04:00
6f96eaaac7 * Check the Gifts that are being added to Checklist from unauthorized users 2023-11-03 00:55:07 +04:00
ca478a7e15 * Allow PoizonAPI for authorized users only 2023-11-03 00:39:53 +04:00
28b0adffc3 * Allow unauthorized users to edit Checklist.cdek_barcode_pdf field 2023-11-03 00:34:40 +04:00
48f24a2e4b * Option to directly invalidate cdek_barcode_pdf 2023-11-03 00:23:46 +04:00
d41fc46642 * CDEK barcode PDF invalidation 2023-11-03 00:13:35 +04:00
e982cd3445 + Poizon API 2023-11-02 20:41:40 +04:00
dd9dfb3704 + Gift 2023-10-31 16:50:45 +04:00