Difference between revisions of "Reports"
(Created page with "TODO") |
|||
Line 1: | Line 1: | ||
− | + | '''Report 55 - “Booking agencies share for period” | |
+ | ''' | ||
+ | |||
+ | Choosing on which dates should the report to based on (arrival date, departure date, reservation date) | ||
+ | Taking data from the database | ||
+ | Data returned is all reservations based on the condition chosen from the 1st step | ||
+ | arrival - the date from to be between chosen dates | ||
+ | departure - the date to to be between chosen dates | ||
+ | reservation - the actual reservation date to to be between chosen dates | ||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | '''Report 72 - “Reservations per booking agency for period” | ||
+ | ''' | ||
+ | |||
+ | Choosing on which dates should the report to based on (arrival date, departure date, reservation date) | ||
+ | Taking data from the database | ||
+ | Data returned is all reservations(there is flag sent to take all comparing with report 101 which excludes the cancelled ones) based on the condition chosen from the 1st step | ||
+ | arrival - the date from to be between chosen dates | ||
+ | departure - the date to to be between chosen dates | ||
+ | reservation - the actual reservation date to to be between chosen dates |
Revision as of 15:55, 14 August 2020
Report 55 - “Booking agencies share for period”
Choosing on which dates should the report to based on (arrival date, departure date, reservation date) Taking data from the database Data returned is all reservations based on the condition chosen from the 1st step arrival - the date from to be between chosen dates departure - the date to to be between chosen dates reservation - the actual reservation date to to be between chosen dates
Report 72 - “Reservations per booking agency for period”
Choosing on which dates should the report to based on (arrival date, departure date, reservation date) Taking data from the database Data returned is all reservations(there is flag sent to take all comparing with report 101 which excludes the cancelled ones) based on the condition chosen from the 1st step arrival - the date from to be between chosen dates departure - the date to to be between chosen dates reservation - the actual reservation date to to be between chosen dates