From 08194ee8a9e3a6b071341d9bb4b2308e7b4c6e54 Mon Sep 17 00:00:00 2001 From: docteur_mucus Date: Sat, 22 Jun 2019 18:34:25 +0200 Subject: [PATCH 1/6] Delete 'gpp_todo' --- gpp_todo | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 gpp_todo diff --git a/gpp_todo b/gpp_todo deleted file mode 100644 index 0ea1236..0000000 --- a/gpp_todo +++ /dev/null @@ -1,6 +0,0 @@ -TODO : - - see if we can add a person in a Mooring (problem if the boat fleets - changes between two moorings) - - how to determine which is the right person if choosing from a list and two - have the same names (rare) - From 73cc43743b6d82c2acbdec2af13962ad444fd355 Mon Sep 17 00:00:00 2001 From: docteur_mucus Date: Sat, 22 Jun 2019 18:34:39 +0200 Subject: [PATCH 2/6] Delete 'structure.txt' --- structure.txt | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 structure.txt diff --git a/structure.txt b/structure.txt deleted file mode 100644 index 8d11999..0000000 --- a/structure.txt +++ /dev/null @@ -1,49 +0,0 @@ -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 From 21a1c4b525416f4de2132a1d4112134e14a88e10 Mon Sep 17 00:00:00 2001 From: docteur_mucus Date: Sat, 22 Jun 2019 18:44:22 +0200 Subject: [PATCH 3/6] Update 'doc/gpp_todo' --- doc/gpp_todo | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/gpp_todo b/doc/gpp_todo index 0ea1236..4ef46e1 100644 --- a/doc/gpp_todo +++ b/doc/gpp_todo @@ -4,3 +4,14 @@ TODO : - how to determine which is the right person if choosing from a list and two have the same names (rare) +Pour la partie NEW ARRIVAL: + + - séparer chaque form: + séparer company_form, insurance_form, person_form, address_form, stay_form, mooring_form de boat_form + + - une url pour: + -boat_form + -company_form, insurance_form, (address_form) + -person_form, (address_form) + -stay_form, mooring_form + \ No newline at end of file From 5af179df091272733bc0e6e9f37292d6ffb42f37 Mon Sep 17 00:00:00 2001 From: docteur_mucus Date: Sat, 22 Jun 2019 18:56:17 +0200 Subject: [PATCH 4/6] Add 'port/templates/company.html' --- port/templates/company.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 port/templates/company.html diff --git a/port/templates/company.html b/port/templates/company.html new file mode 100644 index 0000000..702347c --- /dev/null +++ b/port/templates/company.html @@ -0,0 +1 @@ +blj \ No newline at end of file From e6b2e7d981ef80d93c862d51d4a616d6fb00ce68 Mon Sep 17 00:00:00 2001 From: docteur_mucus Date: Sat, 22 Jun 2019 18:56:48 +0200 Subject: [PATCH 5/6] Delete 'port/templates/company.html' --- port/templates/company.html | 1 - 1 file changed, 1 deletion(-) delete mode 100644 port/templates/company.html diff --git a/port/templates/company.html b/port/templates/company.html deleted file mode 100644 index 702347c..0000000 --- a/port/templates/company.html +++ /dev/null @@ -1 +0,0 @@ -blj \ No newline at end of file From 21ab17a9b9fb4a1a271bb095f1ce5376ed9fe66d Mon Sep 17 00:00:00 2001 From: docteur_mucus Date: Sat, 22 Jun 2019 19:13:03 +0200 Subject: [PATCH 6/6] stuff added to homepage --- doc/structure.txt | 102 ++++++++++++++++++++++++---------------------- 1 file changed, 54 insertions(+), 48 deletions(-) diff --git a/doc/structure.txt b/doc/structure.txt index 8d11999..df6adc1 100644 --- a/doc/structure.txt +++ b/doc/structure.txt @@ -1,49 +1,55 @@ -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 +HOME: + - NEW STAY + - NEW PAYMENT + - FIND/EDIT STAY + - FIND/EDIT BOAT + - FIND/EDIT PERSON + - NEW PORT + - FIND/EDIT PORT + - SCHEDULE + - ACCOUNTING: FIND 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