From 61b790e71081e7150e61a30a079c1bdf078ace18 Mon Sep 17 00:00:00 2001 From: docteur_mucus Date: Fri, 21 Jun 2019 19:24:26 +0200 Subject: [PATCH] Upload files to '' structure du futur site --- structure.txt | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 structure.txt diff --git a/structure.txt b/structure.txt new file mode 100644 index 0000000..8d11999 --- /dev/null +++ b/structure.txt @@ -0,0 +1,49 @@ +HOME: + - NEW STAY + - NEW PAYMENT + + +NEW STAY + +- enter boat name: + - list of existing boats with same/similar name: choose one + or + - add a new boat: boat form +NEXT + +- same insurance?: + - yes + or + - no: + - enter company(insurance) name: + - list of existing companies with same/similar name: choose one + or + - add a new company: company form + +NEXT + +- persons: + - list of persons on this boat in the past: + - edit + - checkbox: is 'captain', 'crew', etc, during this stay + - add new person: person form + +NEXT + +- stay: stay form (add number of passengers) + +SAVE + +NEW PAYMENT + +- list of current stays: select one + +NEXT + +- bill: bill form + - number of nights: + - calculated if there is a departure date + or + - enter a number if no departure date + - shower + - water: number of tons used for passenger boats \ No newline at end of file