1
0
forked from erp-dev/erp

feat: add discount_amount to payment_order and receipt_order, and change total_amount logic

This commit is contained in:
2025-12-04 09:36:59 +08:00
parent 0b8146d972
commit d8eb66821e
19 changed files with 1144 additions and 398 deletions

5
api_v1/utils/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
"""
Utilities for api_v1 app.
"""