User Tools

Site Tools


todo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
todo [2023/03/16 12:19] marcotodo [2025/12/05 15:10] (current) marco
Line 3: Line 3:
 ====== HotelDruid TODO ====== ====== HotelDruid TODO ======
 <file> <file>
- +version 3.0.(version 3 completion)
-version 3.0.(version 3 completion+
--possibility to insert a reservation of the same type (and client) from the "modify reservation" page, also for deleted reservations (leave out deletion comment) (if group of reservations, offer the possibility only if all reservations have the same client) (in the following steps also select by default existing guests) +
--possibility to modify money paid by reservations not permanently deleted +
--when searching reservation number search also deleted reservations (if no reservation found?) +
--possibility to delete also clients with deleted reservations in past years (deleting also these reservations) from table with all clients (at second step checkbox with "Delete also XXX clients (and their reservations) that have only deleted reservations in past years"+
--possibility to view deleted reservations from documents API +
--in documents API, when requesting reservation numbers, possibility (with modifier like &last_year_numbers=1? or add year before numbers 2022+3-5?) to view also reservations that had the requested number in previous year, before being imported (like done in top menu search) +
--add query with prepared statements to database functions and begin to transfer queries (at least the ones before login) with parameters to prepared statements (if prepared statements funcions not available, use normal query in new functions) (remove aggslashdb from parameters) +
--in availability webpage possibility to select a separate dates list for departure dates (also possibility to select users for dates list)+
 -percentage deposit also on "rate + discount" and "rate + discount + extra costs non calculated on deposit" instead of only rate -percentage deposit also on "rate + discount" and "rate + discount + extra costs non calculated on deposit" instead of only rate
--for documents (not email) possibility to call an external URL at check-in or check-out (even if not saved), send document text as value of (default) parameter "checkin_text" or "checkout_text" (option to choose GET or POST connection). Save page respone OK/FAIL (set a string that response must contain or not contain for OK?) and show it near checkin date, so checkin/checkout can be cancelled and done again if connection fails +-possibility to add taxes to extraordinary extra cost (defaults to same taxes as reservation rate?) 
--possibility to choose (exclude?) pages where each document can appear +-new privilege to add extraordinary extra cost when modifying a reservation 
--privilege for normal users to change their password +-new privilege to add check-in/check-out reminders when inserting a reservation 
--possibility to select "all rooms" or "all rooms from rate X" (or select rooms like rule 2) when inserting rule 1 +-possibility to set taxes in cashbox payments (import taxes of extra cost from POSset default for each cashbox) (add document variables for [r5]defined only from cashbox?) 
--possibility to select multiple rates when inserting rule 1 for rates +-don't apply minimum stay from daily extra costs when applicable days are outside the selected periods for the cost (for ex. minimum stay only on arrival day with a cost 1 day yes and 10000 no, first day inside/outside allowed dates(already works for weekdays)
--in rules 1 table possibility to group lines with rules that have same dates, type (room or rate) and/or motivationwith the link to modify all the rules in group (if selected group has different motivations then omit motivation in modificationsame with dates)  +
--show grouped (but not combined) costs also in webpages (possibility?) +
--in webpages possibility to use a combined cost as extra bed +
--for availability page possibility to show available types at second step +
--possibility to include (framed) internet pages with a javascript function (sample code when pages are generated, as for iframe). In framed mode add html (without head and foot) to js variable instead of echo itthen set that variable as innerHTML of div with id "first_step", so example will be that div followed by js script tag that calls framed+js page (wordpress plugin?) +
--for availability page for periods with multiple days add the option to display the first period of dates by separate days if the period has begun (also inside hoteldruid?)+
 -possibility to use "X days from current date" for first date and/or last date in periods when extra costs can be inserted (don't consider the period if first date bigger than last date, use first or last database date if current date before or after available dates) (for example, minimum stay not applied in first X days from now) -possibility to use "X days from current date" for first date and/or last date in periods when extra costs can be inserted (don't consider the period if first date bigger than last date, use first or last database date if current date before or after available dates) (for example, minimum stay not applied in first X days from now)
--possibility to make an extra cost incompatible with other extra costs (modify also the other extra cost to add/remove incompatibility) (same restrictions as rate incopatibilities)+-in single rate table show correctly minimum stay from daily extra costs applied only to some weekdays 
 +-deposit date as a limit to pay it (remove confirmation if date is past)
  
  
-version 3.0.7 (version 3 completion) +version 3.(actions API)
--possibility to add taxes to extraordinary extra cost (defaults to same taxes as reservation rate?) +
--privilege to add extraordinary extra cost when modifying a reservation+
 -add an "actions API" section in interconnections page, where you can enable the API to receive calls to add an extraordinary extra cost to a currently checked-in (or present) reservation (example of URL with cost data, room number and passphrase) -add an "actions API" section in interconnections page, where you can enable the API to receive calls to add an extraordinary extra cost to a currently checked-in (or present) reservation (example of URL with cost data, room number and passphrase)
 -in actions API possibility to modify quantity of an existing item in stockroom or room: send room number, item code (multiple updates if multiple items with same code, error if code not found) and new quantity (show old quantity in response?) -in actions API possibility to modify quantity of an existing item in stockroom or room: send room number, item code (multiple updates if multiple items with same code, error if code not found) and new quantity (show old quantity in response?)
 -in actions API possibility to set check-in and check-out for a reservation in a given room or with a given number (possibility to activate "sposta_per_checkin" when needed? do all steps in one in this case?) -in actions API possibility to set check-in and check-out for a reservation in a given room or with a given number (possibility to activate "sposta_per_checkin" when needed? do all steps in one in this case?)
--document variable with comma separated list of items in unit inventory (and another with missing itemsin units repetitions (and the list for current room in reservations repetition? and also occupied_unit_flooroccupied_unity_capacity, etc.?+-in actions API possibility to modify price of (not imported) rate: send rate number, start and end date and new price (update imported rates) (possibility to show in messages table) 
--possibility to set taxes in cashbox payments (import taxes of extra cost from POSset default for each cashbox) (add document variables for [r5], defined only from cashbox?+-for documents (not email, or send email instead of URL?) possibility to call an external URL at check-in or check-out (even if not saved), send document text as value of (default) parameter "checkin_text" or "checkout_text" (option to choose GET or POST connection). Save page respone OK/FAIL (set a string that response must contain or not contain for OK?and show it near checkin dateso checkin/checkout can be cancelled and done again if connection fails (see also Spanish "parte de viajeros" communication and Sicily istat) 
--modify notes, payment method (?) and transaction date in payments history table and payment methodtransaction date in cashbox table + 
--possibility to choose columns of payments history table and cashbox table in "configure and customize" + 
--possibility to sort payments history table and cashbox table by transaction and modification dates (besides insertion date+version 3.1.1 (rules 1 management
--button to add predefined phrases in email documents where cursor is placed in the text (javascript?) (phrases added to all email documents or only current document from "modify document" page)+-possibility to select "all rooms" or "all rooms from rate X" (or select rooms like rule 2) when inserting rule 1 for rooms 
 +-possibility to select multiple rates when inserting rule 1 for rates 
 +-in rules 1 table possibility to group lines with rules that have same dates, type (room or rate) and/or motivationwith the link to modify all the rules in group (if selected group has different motivations then omit motivation in modification, same with dates)  
 +-possibility to select "always" as the period for rule 1 
 +-possibility to set rules 1 for units closures (currently not importedas "recurring" (imported from year to year when adding periodsor as "once in a time" 
 +-when adding periods with prices importd also import specific periods of imported rates (if set as recurring?) 
 + 
 + 
 +version 3.1.2 (usability) 
 +-in availability and reservation insertion pages show incompatible costs (minimum stays) that prevent insertionwith possibility (if user has privileges to modify those costs) to remove/override them 
 +-when inserting a reservation possibility to override rule 3 for minimum people if the user has privileges to modify that rule 
 +-when a reservation is moved to a fixed room and the room is occupied by fixed reservation(s), offer the possibility to assign the other reservation(s) also the room from which the original reservation is moved (only if user has privilege to change room assignment for other reservation(s)) 
 +-when a reservation is moved from month table to one of its assigned units, offer also the possibility to remove previously occupied unit from assigned units list (between options to keep current list and fixed new unit) 
 +-possibility to show different colors for rows in month table depending on rates associated to room (only rates selected in "configure and customize") (combine colors if a room has more rates). Also possibility to group rooms by colors 
 +-when adding new extra cost to webpages (insert/import/min stay..) ask for the extra cost name for each page, specifying that a space will show extra cost only in the price 
 +-in photos of rates and rooms possibility to set another photo as the first one (or move up/down) 
 +-when grouping prices in rates table show a link to "configure and customize" where dates in drop-down menus are selected (if privileges allow to modify them
 +-calendar to choose rooms also for lists of rooms when inserting or modifying a reservation 
 +-javasctipt in default themes to add a + and a - near numeric fields (class=inputnum), don't go below 1 
 +-when typing 3 letters or more in textboxs (show textbox also with drop-down menus?) offer to complete the word for nations, regions or cities (with xmlhttprequest?) 
 +-when opening payments in "modify reservation", show an X in each payment line (only if payment is positive?to insert an opposite payment with same options (insert by default the note "cancellation of payment n.?) 
 +-customization to show more than 30 days (1 month) in the month table 
 +-in month table (also in modify reservation), when passing over a room name, show the maximum capacity of the room, comment and rates associated with rule 2 
 +-in page to modify a reservation, when there are more reservations of the same client but not all with the exact same dates, show "all with same dates" (as current reservation) next to "all" in top line with links to other reservations 
 +-when coming back from modifying an extra cost, go to the anchor of modified extra cost (or the one above) 
 + 
 + 
 +version 3.1.3 (webpages) 
 +-for availability webpage possibility to show available types at second step 
 +-show grouped (but not combined) costs also in webpages (possibility?
 +-in webpages possibility to use a combined cost as extra bed (if all combined costs are extra beds?) 
 +-possibility to include (framed) internet pages with a javascript function (sample code when pages are generated, as for iframe). In framed mode add html (without head and foot) to js variable instead of echo it, then set that variable as innerHTML of div with id "first_step", so example will be that div followed by js script tag that calls framed+js page (wordpress plugin?) 
 +-in availability webpage possibility to select a separate dates list for departure dates (also possibility to select users for dates list) 
 +-for availability page for periods with multiple days add the option to display the first period of dates by separate days if the period has begun (also inside hoteldruid?)
 -for agreements in webpages possibility to only show them (without having to be accepted) and to be already checked when needed, also possibility to save them in a comment (to store cancellation policy at moment of booking for example) -for agreements in webpages possibility to only show them (without having to be accepted) and to be already checked when needed, also possibility to save them in a comment (to store cancellation policy at moment of booking for example)
 -for availability page add a line "other requests" between price and deposit when there are extra costs checked with 0 price -for availability page add a line "other requests" between price and deposit when there are extra costs checked with 0 price
Line 47: Line 64:
 -for availability page enclose prices lines in a contaier with max-width and make it float right in default themes (add a button "modify dates" that sends back to first step?) -for availability page enclose prices lines in a contaier with max-width and make it float right in default themes (add a button "modify dates" that sends back to first step?)
 -possibility for webpages to change page to another language if the page in that language exists (store other languages filenames when page created) (only default themes? remove options with non-existing pages in html parts?) -possibility for webpages to change page to another language if the page in that language exists (store other languages filenames when page created) (only default themes? remove options with non-existing pages in html parts?)
--possibility for predefined themes in webpages to set a link to background image (centered and adapted) for the page, make form semi-transparent in this case +-possibility for predefined themes in webpages to set a background image (centered and adapted) for the page, make form semi-transparent in this case 
--possibility to add a fixed price and a % price when importing rate pricesinstead of only one of them (like extra costs+ 
--possibility to import the fixed price from per person (and viceversawhen importing rate prices (insert discounts separately?) + 
--when inserting a reservation with a multiple rooms rate and number of people over the capacity, use "$diff_aggiungi_lettilike done in availability webpage to add extra beds only for exceeding number of people, not to all rooms (when insering a request of this type from availability webpage there is a price difference warning+version 3.1.4 (payments) 
--possibility to choose how to format names, surnames, etc: capitalize fist letter (current default), capitalize first letter and lower other letters, leave as it is, all lower case, all upper case +-modify notes, payment method (?) and transaction date in payments history table and payment methodtransaction date in cashbox table (new privileges
--in month table, when passing over a room name, show the maximum capacity of the room, comment and rates associated with rule 2 +-possibility to delete a single payment in reservarions history table (with privileges) (remove the amount also from "transferred in cashbox" value if present? ask?) 
--in page to modify a reservation, when there are more reservations of the same client but not all with the exact same dates, show "all with same dates" (as current reservationnext to "all" in top line with links to other reservations +-possibility to choose columns of payments history table and cashbox table in "configure and customize" 
--deposit date as limit to pay it (remove confirmation if date is past)+-possibility to sort payments history table and cashbox table by transaction and modification dates (besides insertion date) 
 +-button to add predefined phrases in email documents where cursor is placed in the text (javascript?) (phrases added to all email documents or only current document from "modify document" page
 +-set unique ID for default documents (even across languages) and add the possibility to restore them. After upgrade offer the possibility to upgrade unmodified new ones (also all at once), or add again the document if modified 
 +-re-enable service worker removing offline mode or fixing bug with browser "back" button that shows offline page in chrome or goes to previous page (skipping eventual same page with different POSTs) in firefox (show and delete s.w. in firefox about:serviceworkers and in chrome chrome://serviceworker-internals/?devtools) (use real https to test) 
 +-manage logins with service worker in PWA (on mobile devices?(https://web.archive.org/web/20240229050716/https://wiredelta.com/how-to-turn-a-website-into-a-pwa/ https://web.dev/articles/security-credential-management-retrieve-credentials)
  
  
-version 3.(multi-hotels enhancements)+version 3.(multi-hotels enhancements)
 -privilege to view only some rooms (replaces current one based on assignment rule 2, with rule 1 still useful to select only some periods) -privilege to view only some rooms (replaces current one based on assignment rule 2, with rule 1 still useful to select only some periods)
 -possibility to select only one group (also if user doesn't belog to it?) instead of all users' groups for each privilege in user privileges -possibility to select only one group (also if user doesn't belog to it?) instead of all users' groups for each privilege in user privileges
 -with mysql/mariadb by default use aria storage engine (instead of myisam) if available when creating database (use "ALTER TABLE xxxx ENGINE=Aria" when upgrading?) (add "BEGIN" before lock tables and "COMMIT" after unlock) -with mysql/mariadb by default use aria storage engine (instead of myisam) if available when creating database (use "ALTER TABLE xxxx ENGINE=Aria" when upgrading?) (add "BEGIN" before lock tables and "COMMIT" after unlock)
--possibility to select "always" as the period for rule 1 +-alternative priority of units when there is an extra bed (order by priorita_lettoagg, priorita and use second letter in assegnazioneapp) (set a second $dati_app['posizione'] and use it only when there is an extra bed
--possibility to set rules 1 for units closures (currently not importedas "recurring" (imported from year to year when adding periodsor as "once in a time" +-in single rate table when clicking on availability select first date and last date to insert a new rule 1 (popup with motivation?) or if already grey offer to delete or modify (popup? drag grey period edge?) selected rule 1
--in single rate table when clicking on availability select first date and last date to insert a new rule 1 (popup with motivation?) or if already grey offer to delete or modify (popup?) selected rule 1+
 -possibility to change rate name in single rate table -possibility to change rate name in single rate table
 -new privilege to make newly inserted motivations for rule 1 for conditional availability available to user or all his groups or one group (check that user can't insert a motivation not allowed to him) (line below "insert rule 1" privilege) (if enabled allow user with not all rules 1 allowed to insert conditional rules 1, currently can't) -new privilege to make newly inserted motivations for rule 1 for conditional availability available to user or all his groups or one group (check that user can't insert a motivation not allowed to him) (line below "insert rule 1" privilege) (if enabled allow user with not all rules 1 allowed to insert conditional rules 1, currently can't)
Line 70: Line 90:
 -possibility to make a rate incompatible with a person type (in rule 3?) -possibility to make a rate incompatible with a person type (in rule 3?)
 -privilege to see only alredy inserted extra costs permitted to user (instead of all) when modifying a reservation (new line below extra costs privilege line with 2 options) -privilege to see only alredy inserted extra costs permitted to user (instead of all) when modifying a reservation (new line below extra costs privilege line with 2 options)
 +-privilege to view in all reservations table only profiles from one group or none (instead of all groups of user)
 -show room as grey in rooms table if it's currently closed with rule 1 -show room as grey in rooms table if it's currently closed with rule 1
 -add interface for a module for gender guessing (gender.c --> gender executable, path in a costant?), select if enable only for secure matches or also "mostly X" in "conf and cust" (use it for default selection when inserting client/guest and also in interconnections and webpages if gender not asked) -add interface for a module for gender guessing (gender.c --> gender executable, path in a costant?), select if enable only for secure matches or also "mostly X" in "conf and cust" (use it for default selection when inserting client/guest and also in interconnections and webpages if gender not asked)
Line 80: Line 101:
 -possibility to attach one or more saved documents to email documents with condition "[add_saved_document_as_attachment] = 1" inside document repetitions (if present use download name as name of attached file) -possibility to attach one or more saved documents to email documents with condition "[add_saved_document_as_attachment] = 1" inside document repetitions (if present use download name as name of attached file)
 -possibility to use a variable of the document as subject for email documents -possibility to use a variable of the document as subject for email documents
--email documents can be considered as API too and send email automatically when they are called (use manda_mail() instead of displaying textarea) (add new Italian document to send "fattura elettronica" from cron job, attached filename in subject and repetition_error if file older than few days or "email_already_sent") 
--possibility to call documents as API (saved or sent by email) from actions API 
 -possibility to use a custom smtp server for email documents, instead of default one (send from PEC for "send fattura elettronica" Italian document) -possibility to use a custom smtp server for email documents, instead of default one (send from PEC for "send fattura elettronica" Italian document)
--for documents as API possibility to send them, besides check-in and check-out, also at reservation insertion (also interconnections and webpages), modification or cancellation (also for documents automatically created) +-encrypt new passwords with sha256 if available (otherwise continue using md5) (quit "with md5" from table) (CVE-2024-23091?
- +-possibility to save multiple credit cards for each client and add comment to each credit card 
- +-in email download to messages replace imap functions (removed from php 8.4...) with phpmailer when available 
-version 3.1.1 (housekeeping+-when sending email from document create a transaction and check for it in sending step, delete it after sending (to avoid double sending on reload
--in rooms table possibility to assign room to (housekeepinguser with days schema (all days, only some week-days or manually selected days with today selected by default) (add also default document variable or dates array and show in cleaning report+-connection to AI api (chatgpt? gemini? local with https://ollama.com?) to extract dates and number of people, sender gender from emails downloaded in messages table (set API data in "configure and customizeand through constants in includes/costanti.php)
--in rooms table set a mantainace list, each task can be assigend to a user (add a variable with the list in units repetitions in documents +
--possibility for extra costs to be added automatically at check-in and/or check-out (instead of associated rates at insertion or modification) (like done for "sposta_per_checkinadd a step in the modification block)+
  
  
-version 3.1.2 (client data enhancements) +version 3.2.1 (client data enhancements) 
--add region of the province in default Italian regions code 3 (?)+-add region of the province in code 3 of default Italian regions
 -possibility to save documents linked to clients, as it's done for reservations (add client number also to documents saved for reservations?) -possibility to save documents linked to clients, as it's done for reservations (add client number also to documents saved for reservations?)
 -upload a file (document photo, etc.: jpeg, jpg, gif, png, pdf, doc, docx, odt, rtf, txt,...) as document connected to a client or reservation, as it is already done from the documents table -upload a file (document photo, etc.: jpeg, jpg, gif, png, pdf, doc, docx, odt, rtf, txt,...) as document connected to a client or reservation, as it is already done from the documents table
 +-when uploading a client document connect to external OCR (tesseract via php exec?) to read documents data and offer to import them in client data
 -possibility to show all client's documents in the page to modify client and all reservation documents in the page to modify reservations -possibility to show all client's documents in the page to modify client and all reservation documents in the page to modify reservations
 -possibility to overwrite a document with one uploaded from the documents table (or reservation/client page) -possibility to overwrite a document with one uploaded from the documents table (or reservation/client page)
 -show client name in documents table (if client number is present) -show client name in documents table (if client number is present)
 +-possibility to select documents between dates in documents table and possibility to download a compressed zip with all documents shown in table
 -possibility to insert also issuing date for ID documents in clients data (also document variable) -possibility to insert also issuing date for ID documents in clients data (also document variable)
--link the titular client with guests of the reservation even if he's not a guest himself+-show custom client fields when showing data of client when inserting or modifying a reservation 
 +-possibility to use autocomplete when inserting cities, regions, contries, etc of guests (first field of drop-down menu with text to search?) 
 +-when "show guest surname if different" is selected in "all reservations table" columns, also show tooltips with client and guest name (also telephone, etc.?)
  
  
-version 3.1.3 (point of sale functionalities)+version 3.3 (revenue management) 
 +-email documents can be considered as API too and send email automatically when they are called (use manda_mail() instead of displaying textarea) (add new Italian document to send "fattura elettronica" from cron job, attached filename in subject and repetition_error if file older than few days or "email_already_sent"
 +-add a "periodic actions API" page, where you can set some actions (calling a document though the API and eventually sending the email, update subordination, etc.) to be carried out when the page is called, for example from a cron job (constant to show the times when page is called) 
 +-rates batch update: add x ($ or %) to prices (also from other rates) daily or weekly, based on dates and availability, with possibility to save it 
 +-add batch update to periodic actions API 
 +-possibility to delete/add an inventory item from rooms every day/week at a selected hour, or everyday and only perform the action if a selected daily cost is present on that day in the reservation for each room 
 +-add "checked-in" reservations to be selected from documents API 
 +-possibility to insert the number of people to be divided casually in selected rates when adding new types while inserting a reservation 
 +-when a new year is created store the number of units of previous year (and their names? each room double, so the first one can be updated when room name changed) (in years table?), so afterwards statistics (occupancy percentages) can be calculated on that number (when statistics are generated check the number of different rooms of reservations in that year, use higher number between this one and stored one) and show old room name in reservations of that year: "new name" (ex "old name"
 +-new table in statistics with daily average price of all selected rates per month 
 +-view total of all reservations (price before, after, balance) when modifying a group of reservations 
 +-guided insertion of a new rate: name - place in rates order - seasonal periods, prices, deposit, taxes and commissions (or import) - rule 2 - rule 3 - rule (also import) - extra costs - users and rule 4 (?) - webpages (or see all these steps from single rate table, redirect to it when adding a new rate) 
 + 
 + 
 +version 3.3.1 (point of sale functionalities)
 -possibility to delete the associated extra cost(s) when deleting an item from a stockroom inventory -possibility to delete the associated extra cost(s) when deleting an item from a stockroom inventory
 -possibility to add an inventory item directly from the stockroom inventory (text box instead of drop-down menu) -possibility to add an inventory item directly from the stockroom inventory (text box instead of drop-down menu)
Line 119: Line 154:
 -lock backup, upgrade lock and year creation lock when making login with sqlite (slower to upgrade, but other databases too?) -lock backup, upgrade lock and year creation lock when making login with sqlite (slower to upgrade, but other databases too?)
 -for mobile select alternative columns in all reservations table, showing them "always", on "wide (lanscape)" or "very wide (tablet landscape)" screens (merge arr/dep dates on small screens) -for mobile select alternative columns in all reservations table, showing them "always", on "wide (lanscape)" or "very wide (tablet landscape)" screens (merge arr/dep dates on small screens)
--for mobile select alternative lenght for names in month table+-for mobile select alternative length for names in month table
 -for mobile select initial zoom in point of sale and month table (initial-scale from 0.5 to 1.5, default 0.8) (value saved in dati/temi.php?) -for mobile select initial zoom in point of sale and month table (initial-scale from 0.5 to 1.5, default 0.8) (value saved in dati/temi.php?)
--show custom client fields when showing data of client when inserting or modifying a reservation 
 -fast extra cost insertion for "housekeeping" (cleaning) costs (insert also inventory items in rooms needed for checkin) (?) -fast extra cost insertion for "housekeeping" (cleaning) costs (insert also inventory items in rooms needed for checkin) (?)
 -when importing extra cost offer the possibility to add the new extra cost to existing webpages -when importing extra cost offer the possibility to add the new extra cost to existing webpages
--for users privileges possibility to select costs by category instead of single costs 
--possibility to delete/add an inventory item from rooms at checkin, checkout or every day/week at a selected hour 
--new privilege to show only reservations and/or rooms that are assigned as "housekeeping" to the user (similar to rooms shown only in rule 1) 
--fast insertion of a "housekeeping" user (can only modify housekeeping category costs and change "clean" inventory in rooms, show user to be associated to rooms in rooms table) 
--add comment to default cleaning report (first condition of the report to enable it, with text on which condition must be modified to replace the reservation comment with a custom comment) 
--add past arrival date and future departure date to cleaning report (and rename it to "housekeeping report") 
 -when showing numer of days in "all reservations" table, show the sum in the "total" line -when showing numer of days in "all reservations" table, show the sum in the "total" line
 -when a cost has been added in cashbox from pos, hitting reload should not insert it again (show warning?) -when a cost has been added in cashbox from pos, hitting reload should not insert it again (show warning?)
Line 140: Line 168:
  
  
-version 3.2 (revenue management+version 3.3.2 (housekeeping
--rates batch update: add x (or %to prices (also from other rates) daily or weekly, based on dates and availability, with possibility to save it +-in rooms table possibility to assign a room to a (housekeeping) user with days schema (all days, only some week-days or manually selected days with today selected by default) (add also default document variable or dates array and show in cleaning report) 
--add "periodic actions" pagewhere you can set some actions (calling document though the API and eventually sending the email, batch rate update, update subordination, etc.) to be carried out when the page is called, for example from cron job (constant to show the times when page is called+-in rooms table set mantainace listeach task can be assigend to a user (add variable with the list in units repetitions in documents 
--possibility to delete/add an inventory item from rooms every day/week at a selected hour, or everyday and only perform the action if a selected daily cost is present on that day in the reservation for each room +-possibility for extra costs to be added automatically at check-in and/or check-out (instead of associated rates at insertion or modification) (like done for "sposta_per_checkin" add step in the modification block
--possibility to add (and remove?) existing extra costs, room inventory goods and client/guests data (scanned documents) to reservations from the interconnections API (called with room name for currently present or checked-in reservation) +-possibility to delete/add an inventory item from rooms at checkin, checkout or every day/week at a selected hour 
--add "checked-in" reservations to be selected from documents API +-possibility to add (and remove?) existing extra costs, room inventory goods and client/guests data (scanned documents) to current reservations from the interconnections API (called with room name for currently present or checked-in reservation) 
--possibility to insert the number of people to be divided casually in selected rates when adding new types while inserting a reservation +-for users privileges possibility to select costs by category instead of single costs 
--when a new year is created store the number of units of previous year (and their names? each room double, so the first one can be updated when room name changed) (in years table?), so afterwards statistics (occupancy percentages) can be calculated on that number (when statistics are generated check the number of different rooms of reservations in that year, use higher number between this one and stored oneand show old room name in reservations of that year: "new name" (ex "old name"+-new privilege to show only reservations and/or rooms that are assigned as "housekeeping" to the user (similar to rooms shown only in rule 1) 
--new table in statistics with daily average price of all selected rates per month +-fast insertion of "housekeepinguser (can only modify housekeeping category costs and change "cleaninventory in roomsshow user to be associated to rooms in rooms table
--alternative priority of units when there is an extra bed (order by priorita_lettoaggpriorita and use second letter in assegnazioneapp+-add comment to default cleaning report (first condition of the report to enable it, with text on which condition must be modified to replace the reservation comment with a custom comment
--don't apply minimum stay from daily extra costs when applicable days are outside the selected periods for the cost (for ex. minimum stay only on arrival day+-add past arrival date and future departure date to cleaning report (and rename it to "housekeeping report"
--in single rate table show correctly minimum stay from daily extra costs applied only to some weekdays +-possibility to make an extra cost incompatible with other extra costs (modify also the other extra cost to add/remove incompatibility) (same restrictions as rate incopatibilities)
--view total of all reservations (price before, after, balancewhen modifying a group of reservations +
--guided insertion of a new rate: name - place in rates order - seasonal periods, prices, deposit, taxes and commissions (or import) - rule 2 - rule 3 - rule 1 (also import- extra costs - users and rule 4 (?- webpages+
  
  
Line 163: Line 189:
  
  
-version 3.3.x+version 3.3.x (version 3.3 completion)
 -possibility to have incompatible rooms with combined extra costs (previously check if the cost will be affected by permitted periods and incompatible rates) -possibility to have incompatible rooms with combined extra costs (previously check if the cost will be affected by permitted periods and incompatible rates)
 -when making check-in and the room has not been checked-out, if the reservation has multiple rooms then offer the possibility to try to move the reservation in a free room (move same day reservations that has not been checed-in yet?) -when making check-in and the room has not been checked-out, if the reservation has multiple rooms then offer the possibility to try to move the reservation in a free room (move same day reservations that has not been checed-in yet?)
Line 176: Line 202:
 -in check availability webpage (and instant and confirm) possibility to add custom html different for each step, just before the second part of custom html -in check availability webpage (and instant and confirm) possibility to add custom html different for each step, just before the second part of custom html
 -check if normal user has privileges to manage password when viewing credit card and password has expired -check if normal user has privileges to manage password when viewing credit card and password has expired
 +-multiple credit cards for each client (add cards from interconnections if number not present)
 -by default (or when not activated) subordination should import only current and future years -by default (or when not activated) subordination should import only current and future years
 -enable possibility to don't use password in download of email messages (ask it each time they are downloaded) -enable possibility to don't use password in download of email messages (ask it each time they are downloaded)
Line 187: Line 214:
 -add a default API document with xml from OpenTravel Alliance to export reservations data -add a default API document with xml from OpenTravel Alliance to export reservations data
 -for each hoteldruid user give the possibility to delete privileges (or convert them to read-only) on previous year when a new year is created (this setting is imported between users with privileges or groups?) -for each hoteldruid user give the possibility to delete privileges (or convert them to read-only) on previous year when a new year is created (this setting is imported between users with privileges or groups?)
 +-for reservations that begin in previous year don't allow to change the final date over the dates in previous year (with specific message)
 +-for reservations that begin in previous year don't allow modifications if they begin in the year previous to previous year (with specific message)
 -cancellation policy for each rate: date of free cancellation (stored as deposit/commissions, also in reservation) (also document variable) -cancellation policy for each rate: date of free cancellation (stored as deposit/commissions, also in reservation) (also document variable)
 -possibility to order reservations table by client surname -possibility to order reservations table by client surname
 -possibility to merge 2 clients, choosing wich one will overwrite the other when there are 2 different values (all past and current reservations will be assigned to the remaining client) -possibility to merge 2 clients, choosing wich one will overwrite the other when there are 2 different values (all past and current reservations will be assigned to the remaining client)
 -privilege to disable last active year of a user (if any) when a new year is created -privilege to disable last active year of a user (if any) when a new year is created
--when a reservation is moved from month table to one of its assigned units, offer also the possibility to remove previously occupied unit from assigned units list (between options to keep current list and fixed new unit)+-for documents as API possibility to send them, besides check-in and check-out, also at reservation insertion (also interconnections and webpages), modification or cancellation (also for documents automatically created) 
 +-in actions API possibility to insert new reservation: send rate number, start and end date, client data and (optional, if authorized) total price (show if reservation inserted correctly) (show in messages table
 +-in actions API possibility to cancel a reservation: send reservation number (show if reservation deleted correctly) (show in messages table) 
 +-YYYY-MM-DD (ISO) date format 
 +-possibility to create a TODO list for each user, each entry with an optinal and modifiable expiration date (show in red like messages when expired) and option to mark as done and completely delete it 
 +-add query with prepared statements to database functions and begin to transfer queries (at least the ones before login) with parameters to prepared statements (if prepared statements funcions not available, use normal query in new functions) (remove aggslashdb from parameters)
  
  
Line 203: Line 237:
 -new graphical theme with lateral menu and dashboard in main menu -new graphical theme with lateral menu and dashboard in main menu
 -possibility for each user to use 2 different themes, one for mobile and one for desktop -possibility for each user to use 2 different themes, one for mobile and one for desktop
 +-when adding periods popssibility to import prices based on Easter (carnival, Chinese new year, etc.) dates (also for extra costs applied in periods?) (or for extra costs possibility to apply "them X days before/after Easter" or "X weekdays before Easter)
 +-for rates, extra costs and extra costs categories possibility to set their name in each available language module, use these names as defaults when creating webpages
 +-in administrator customizations option to keep reservation numbers when creating new year (also when creating the year manually?)
  
  
 version 3.4.1 version 3.4.1
 -truncate too long (old?) messages, with button to show the rest of the message -truncate too long (old?) messages, with button to show the rest of the message
--search messages with a string in their text+-search messages with a string in their text or sender
 -when inserting prices daily or weekly, for rates with rule 2 that assigns multiple rooms, show the multiplied price with javascript -when inserting prices daily or weekly, for rates with rule 2 that assigns multiple rooms, show the multiplied price with javascript
 -for blue and colors themes add icons when modifying a document, in users privileges and in interconnections -for blue and colors themes add icons when modifying a document, in users privileges and in interconnections
Line 219: Line 256:
  
 version 3.4.2 version 3.4.2
--css/js to keep the first row on top when scrolling down the rates table (and first columns with horizontal scroll?) in simple theme (or possibility to show header row each X rows) 
 -possibility to show pop-up with dates (between 2 different rows) and price when modifying prices in rates table (redirects to insert prices table) -possibility to show pop-up with dates (between 2 different rows) and price when modifying prices in rates table (redirects to insert prices table)
 -css/js for colored box where prices have been modified when modifying prices in rates table -css/js for colored box where prices have been modified when modifying prices in rates table
 -when modifying prices in rates table possibility to move between cells with arrows (set text box in cell where you move) -when modifying prices in rates table possibility to move between cells with arrows (set text box in cell where you move)
--set unique ID for default documents (even across languages) and add the possibility to restore them. After upgrade offer the possibility to upgrade unmodified new ones (also all at once) 
 -possibility to don't show past dates (months?) in availability calendar page -possibility to don't show past dates (months?) in availability calendar page
 -possibility to show availability calendar only when there is no availability in availability and booking webpages -possibility to show availability calendar only when there is no availability in availability and booking webpages
Line 238: Line 273:
 -add 3 letters nation codes to default values (at least in English for code 2 or 3?) -add 3 letters nation codes to default values (at least in English for code 2 or 3?)
 -global privilege to don't allow to insert payments without payment method (when available, default on first inserted method?) -global privilege to don't allow to insert payments without payment method (when available, default on first inserted method?)
--possibility to delete a single payment in reservarions history table (with privileges) (remove the amount also from "transferred in cashbox" value if present? ask?) 
  
  
Line 279: Line 313:
 -limit to the first 25 nations with higher value (sum of shown years) the tables with nations in statistics, group other nations in "other" -limit to the first 25 nations with higher value (sum of shown years) the tables with nations in statistics, group other nations in "other"
 -possibility to show statistics for next year -possibility to show statistics for next year
--average lenght of reservations in statistics+-average length of reservations in statistics
 -when inserting prices on daily basis, or in other series of dates, select next date in next row -when inserting prices on daily basis, or in other series of dates, select next date in next row
 -use javascript also for costs that have inventory items in point of sale (js_array[stockroom][item_name] = items_number) -use javascript also for costs that have inventory items in point of sale (js_array[stockroom][item_name] = items_number)
 -customization to automatically purge messages older than x months -customization to automatically purge messages older than x months
 -possibility to sort payments table by surname, res. number, arrival or departure date -possibility to sort payments table by surname, res. number, arrival or departure date
--when typing 3 letters or more for nations, regions or cities in textboxs, offer to complete the word with xmlhttprequest 
 -reservation comments to be shown only to some users or guests -reservation comments to be shown only to some users or guests
 -possibility to show daily prices in default invoices -possibility to show daily prices in default invoices
Line 299: Line 332:
 -privilege for deleting clients -privilege for deleting clients
 -use javascript (if available) when clicking on small link to show all dates in menus -use javascript (if available) when clicking on small link to show all dates in menus
--possibility to customize fields asked for guests when inserting a reservation+-possibility to customize fields asked for guests (differentiate between principal and other guests) when inserting/modifying a reservation 
 +-possibility to use already inserted clients for guests (currently you have to make existsing guest titular, leaving original titular as guest, to link 2 existing clients) 
 +-add client comment, guests comments (in r2) and unit_comment (in r6) to document variables
 -show name (and/or value) of extra costs in group columns in reservations table -show name (and/or value) of extra costs in group columns in reservations table
 -possibility for administrator to delete messages for all users -possibility for administrator to delete messages for all users
Line 310: Line 345:
 -possibility to insert client from messages table (also a button to insert all clients) -possibility to insert client from messages table (also a button to insert all clients)
 -when a reservation is inserted from a downloaded email, leave a link to the reservation in the message (like interconnections) -when a reservation is inserted from a downloaded email, leave a link to the reservation in the message (like interconnections)
--as admin 2 options when no availability inserting a reservation: don't consider requested rooms or divide it between them (only 2nd for normal users) 
 -in user privileges add "already ended" besides "already begun" to "possibility to modify reservations" (can't modify past days in extra costs if selected) -in user privileges add "already ended" besides "already begun" to "possibility to modify reservations" (can't modify past days in extra costs if selected)
 -possibility to modify the receiving email with a document variable in documents in eamil format -possibility to modify the receiving email with a document variable in documents in eamil format
Line 317: Line 351:
 -when creating availability webpage possibility to choose to show each extra cost at first or sencond step (if enabled) -when creating availability webpage possibility to choose to show each extra cost at first or sencond step (if enabled)
 -in mobile view, when inserting/modifying a reservation, hide extra costs that can be added behind a button (javascript) -in mobile view, when inserting/modifying a reservation, hide extra costs that can be added behind a button (javascript)
--button to delete all guests without a future reservation in the clients table 
 -possibility to group beds (same name when removing suffix letter or number) in rooms table when inserting assignment rule 2 -possibility to group beds (same name when removing suffix letter or number) in rooms table when inserting assignment rule 2
 -when creating new year automatically, before importing, extend the periods to the end of the new year if not already present -when creating new year automatically, before importing, extend the periods to the end of the new year if not already present
Line 331: Line 364:
 -if a rate has no prices in any period then show also the "per person" input when clicking on rates table and single rate table -if a rate has no prices in any period then show also the "per person" input when clicking on rates table and single rate table
 -before modifying the comment in multiple reservations add the phrase "comments in all selected reservations will be replaced with new comment" -before modifying the comment in multiple reservations add the phrase "comments in all selected reservations will be replaced with new comment"
--calendar to choose rooms also for lists of rooms when inserting or modifying a reservation 
 -possibility to merge 2 different clients (one client will be the principal and only his empty fileds will be overwritten by the other) -possibility to merge 2 different clients (one client will be the principal and only his empty fileds will be overwritten by the other)
 -new default document that shows selected resevations as they are shown in default reservations table -new default document that shows selected resevations as they are shown in default reservations table
--show the room comment when passing over the room name in month table and "modify reservation" page 
 -show client data when passing over the client surname in reservations table (with xhttp?) -show client data when passing over the client surname in reservations table (with xhttp?)
 -possibility to search by insertion date instead of arrival/departure in reservations table -possibility to search by insertion date instead of arrival/departure in reservations table
--add client comment, guests comments (in r2) and unit_comment (in r6) to document variables 
 -from docuemnts table possibility to download a batch of saved documents from number to number (zipped together?) -from docuemnts table possibility to download a batch of saved documents from number to number (zipped together?)
 -in availability page possibility for a discount for clients with past reservations (check email/telephone for existing client) -in availability page possibility for a discount for clients with past reservations (check email/telephone for existing client)
Line 345: Line 375:
 -add a list of default titles when database is created (Mr,Mrs,Company Name) like default nations list (and make default documents use these titles) -add a list of default titles when database is created (Mr,Mrs,Company Name) like default nations list (and make default documents use these titles)
 -possibility to insert client title when inserting a reservation and a client -possibility to insert client title when inserting a reservation and a client
--if available use phpmailer also for emails downloaded in messages page 
  
  
Line 362: Line 391:
 -when possible assign automatically the extra cost if rate price (or rate - discount?) is > or < of X -when possible assign automatically the extra cost if rate price (or rate - discount?) is > or < of X
 -possibility to select a combined extra cost in website pages as the extra beds cost -possibility to select a combined extra cost in website pages as the extra beds cost
--customize fields to be asked for titular client, first guest and other guests+-button to delete all guests without a future reservation in the clients table
 -optimize reservations distribution when a reservation is deleted (?) -optimize reservations distribution when a reservation is deleted (?)
 -say if there are unconfirmed reservations when checking and there is no availability -say if there are unconfirmed reservations when checking and there is no availability
Line 378: Line 407:
 -show a different color when there is an unconfirmed reservation in availability calendar -show a different color when there is an unconfirmed reservation in availability calendar
 -checkbox to select all days when inserting an extra cost with asked days -checkbox to select all days when inserting an extra cost with asked days
--YYYY-MM-DD date format 
 -when inserting a new extra cost select to which users with "only selected costs" privilege the cost must be added -when inserting a new extra cost select to which users with "only selected costs" privilege the cost must be added
 -table with cancelled reservations in statistics -table with cancelled reservations in statistics
Line 389: Line 417:
 -show reserved "POS units" (restaurant tables) for a specific day/hour in a table -show reserved "POS units" (restaurant tables) for a specific day/hour in a table
 -document variable with the sum of all taxes (and sum of all prices without taxes?) (calculate it only if these variables are in document text or coditions) -document variable with the sum of all taxes (and sum of all prices without taxes?) (calculate it only if these variables are in document text or coditions)
--room description when passing over room name in month table 
 -cash given (with return to be given back) in point of sale -cash given (with return to be given back) in point of sale
 -numerical keyboard for the cahbox (usable in touch sceen) -numerical keyboard for the cahbox (usable in touch sceen)
Line 401: Line 428:
  
 6.0 6.0
--new Italian default document: "turismo 5" regional statistics (E. Romagna, Sardegna, Lombardia, Piemonte, Marche, Abruzzo, Basilicata, Calabria?)+-new Italian default documents for regional statistics (E. Romagna, Sardegna, Lombardia, Piemonte, Marche, Abruzzo, Basilicata, Calabria?)
  
  
Line 424: Line 451:
 -other tables customization -other tables customization
 -pass settings stored in website pages in the database -pass settings stored in website pages in the database
--possibility to use already inserted clients for guests 
 -rates priority -rates priority
 -possibility to change the order of columns in all reservations table -possibility to change the order of columns in all reservations table
Line 433: Line 459:
 -possibility for administrator user to change inserting user when inserting a reservation -possibility for administrator user to change inserting user when inserting a reservation
 -help on line -help on line
 +
  
 </file> </file>
todo.1678969160.txt.gz · Last modified: 2023/03/16 12:19 by marco