Skip to content

Commit

Permalink
мелочь
Browse files Browse the repository at this point in the history
  • Loading branch information
notdest committed Mar 25, 2018
1 parent d3c9f10 commit 6e13a6f
Showing 1 changed file with 3 additions and 29 deletions.
32 changes: 3 additions & 29 deletions docs/audiobook.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
|performance_type | - |performance('радиоспектакль')
|storage | - |
|format | - |
|recording_length | - |length('45.30')
|recording_length | - |`length()`
|**id** | Цифры и буквы, до 20 символов, атрибут | в конструкторе
|cbid | int, атрибут |
|bid | int, атрибут |
Expand All @@ -45,33 +45,6 @@
|`sales_notes` | длина <= 50 | `sale()`
|min-quantity | int >= 1 | `minq()`
|step-quantity | int >= 1 | `stepq()`

|sales_notes | |!
|min-quantity | |
|step-quantity | |
|manufacturer_warranty | |
|country_of_origin | |
|adult | |
|barcode | |
|cpa | |
|param | |!
|expiry | |
|weight | |
|dimensions | |
|downloadable | |
|age | |

|age | если year, то 0,6,12,16 или 18 <br> если month, то от 0 до 12| в конструкторе







|sales_notes | длина <= 50 | `sale()`
|min-quantity | int >= 1 | `minq()`
|step-quantity | int >= 1 | `stepq()`
|manufacturer_warranty | boolean | `warranty()`
|country_of_origin | - | `origin()`
|adult | boolean |
Expand All @@ -81,4 +54,5 @@
|expiry | - |
|weight | float , кг |
|dimensions | 3 раза float, сантиметры |
|downloadable | boolean |
|downloadable | boolean |
|age | если year, то 0,6,12,16 или 18 <br> если month, то от 0 до 12|

0 comments on commit 6e13a6f

Please sign in to comment.