Import XLSX support: add collection fields and migration script
This commit is contained in:
16
index.html
16
index.html
@@ -75,6 +75,10 @@
|
||||
Titre
|
||||
<input id="titleInput" required placeholder="Final Fantasy X" />
|
||||
</label>
|
||||
<label>
|
||||
Version
|
||||
<input id="versionInput" placeholder="Origine / Platinium / Complet..." />
|
||||
</label>
|
||||
<label>
|
||||
Genre
|
||||
<input id="genreInput" placeholder="RPG" />
|
||||
@@ -91,6 +95,18 @@
|
||||
Cote estimée (€)
|
||||
<input id="valueInput" type="number" min="0" step="0.01" placeholder="45" />
|
||||
</label>
|
||||
<label>
|
||||
Prix d'achat (€)
|
||||
<input id="purchasePriceInput" type="number" min="0" step="0.01" placeholder="12.5" />
|
||||
</label>
|
||||
<label>
|
||||
Etat (0-10)
|
||||
<input id="conditionInput" type="number" min="0" max="10" step="0.1" placeholder="5" />
|
||||
</label>
|
||||
<label class="checkbox-row">
|
||||
<input id="isDuplicateInput" type="checkbox" />
|
||||
Jeu en double
|
||||
</label>
|
||||
<label>
|
||||
Prêté à
|
||||
<input id="loanedToInput" placeholder="Nom (laisser vide si chez toi)" />
|
||||
|
||||
Reference in New Issue
Block a user