vault backup: 2025-06-20 16:39:39

This commit is contained in:
sShemet
2025-06-20 16:39:39 +05:00
parent ff512a9d2a
commit e556862dce
9 changed files with 74 additions and 28 deletions

View File

@@ -1,6 +1,7 @@
| name | month_price | 6m_discount | year_discount |
|-|-|-|-|
| base | 0,00 | 0 | 0 |
| commercial | 81000,00 | 12 | 15 |
| manufacture | 75000,00 | 12 | 15 |
| name | product_id | month_price | discount_array |
| ----------- | ---------- | ----------- | ---------------------------------------------------------- |
| base | 1 | 0,00 | {} |
| commercial | 1 | 81000,00 | <br>{['months' : [<br> 6 => 12,<br> 12 => 15<br>]]<br> |
| manufacture | 1 | 75000,00 | {['months' : [<br> 6 => 12,<br> 12 => 15<br>]] |
| base | 2 | 37000,00 | {['months' : [<br> 6 => 12,<br> 12 => 15<br>]] |