Files

1 line
11 KiB
Plaintext
Raw Permalink Normal View History

Hotel Raxa - Advanced Booking System Implementation 🏨 Hotel Booking Enhancements: - Implemented Eagle Booking Advanced Pricing add-on - Added Booking.com-style rate management system - Created professional calendar interface for pricing - Integrated deals and discounts functionality 💰 Advanced Pricing Features: - Dynamic pricing models (per room, per person, per adult) - Base rates, adult rates, and child rates management - Length of stay discounts and early bird deals - Mobile rates and secret deals implementation - Seasonal promotions and flash sales 📅 Availability Management: - Real-time availability tracking - Stop sell and restriction controls - Closed to arrival/departure functionality - Minimum/maximum stay requirements - Automatic sold-out management 💳 Payment Integration: - Maintained Redsys payment gateway integration - Seamless integration with existing Eagle Booking - No modifications to core Eagle Booking plugin 🛠️ Technical Implementation: - Custom database tables for advanced pricing - WordPress hooks and filters integration - AJAX-powered admin interface - Data migration from existing Eagle Booking - Professional calendar view for revenue management 📊 Admin Interface: - Booking.com-style management dashboard - Visual rate and availability calendar - Bulk operations for date ranges - Statistics and analytics dashboard - Modal dialogs for quick editing 🔧 Code Quality: - WordPress coding standards compliance - Secure database operations with prepared statements - Proper input validation and sanitization - Error handling and logging - Responsive admin interface 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-11 07:43:22 +02:00
{"version":3,"sources":["redux-info.scss","redux-info.css"],"names":[],"mappings":"AAAA,oBCCI,gBAAgB,EDDpB,iBAQM,ECLF,cAAc,EDHlB,iBAiBO,ECZH,kBAAkB,EDLtB,kBAqBI,EAAA;;AArBJ,qIAAA,2BAyCY,EAAA;;AAzCZ,uBAAA,WAAiB,EAAA;;AAAjB,qCAAA,qBAAiB,ECuBT,kBAAkB,EAAA;;ADvB1B,uCAAA,cAAiB,EAAA;;AAAjB,qCC+BQ,qBAAqB,EDuD7B,mBACI,EAAA;;AAvFJ,iCAsFA,sBAmBc,ECpEN,kBAAkB,EDiD1B,WAAmB,EAAA;;AAtFnB,mCCyCY,cAAc,EAAA;;ADzC1B,kCAsFA,yBAyCmB,EChFX,qBAAqB,EDuC7B,cAAmB,EAAA;;AAtFnB,oCCmDY,cAAc,EAAA;;ADnD1B,kCAgJA,yBACY,ECxFJ,qBAAqB,EDuF7B,cAWI,EAAA;;AA3JJ,oCC6DY,cAAc,EAAA;;AD7D1B,mCCkEQ,yBAAyB,EACzB,qBAAqB,EACrB,cAAc,EAAA;;ADpEtB,qCCuEY,cAAc,EAAA;;ADvE1B,+BC4EQ,yBAAyB,EACzB,qBAAqB,EACrB,cAAc,EAAA;;AD9EtB,iCCiFY,cAAc,EAAA;;AAK1B,sBACI,gBAAgB,EAChB,sBAAsB,EACtB,SAAS,EACT,8BAA8B,EAC9B,kDAAkD,EAClD,0CAA0C,EAC1C,iBAAiB,EAAA;;AAPrB,iJAeQ,2BAA2B,EAAA;;AAfnC,wBAmBQ,eAAe,EACf,YAAY,EAAA;;AApBpB,uCAwBQ,qBAAqB,EACrB,kBAAkB,EAAA;;AAzB1B,yCA4BY,cAAc,EAAA;;AA5B1B,uCAiCQ,qBAAqB,EACrB,mBAAmB,EAAA;;AAlC3B,iCAsCQ,8BAA8B,EAAA;;AAtCtC,oCA0CQ,8BAA8B,EAAA;;AA1CtC,oCA8CQ,8BAA8B,EAAA;;AA9CtC,qCAkDQ,8BAA8B,EAAA;;AAItC,0DACI,UAAU,EAAA;;AAGd,yHAIY,cAAc,EACd,iBAAiB,EAAA;;AAL7B,yHAQY,WAAW,EAAA;;AARvB,6EAYQ,gBAAgB,EAAA;;AAhGxB,qiIAAqiI","file":"redux-info.css","sourcesContent":[".redux-info-field {\n min-height: 20px;\n padding: 8px 19px;\n margin: 10px 0;\n border: 1px solid;\n border-radius: 4px;\n position: relative;\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n border-bottom: 0 !important;\n }\n\n h3 {\n color: #777;\n }\n\n .redux-info-icon {\n display: inline-block;\n margin-right: 15px;\n\n i {\n font-size: 2em;\n }\n }\n\n .redux-info-desc {\n display: inline-block;\n vertical-align: top;\n }\n\n &.redux-normal {\n background-color: #eee;\n border-color: #ccc;\n color: #666;\n\n i {\n color: #c5c5c5;\n }\n }\n\n &.redux-warning {\n background-color: #fbeba4;\n border-color: #d7c281;\n color: #958234;\n\n i {\n color: #dcca81;\n }\n }\n\n &.redux-success {\n background-color: #c4ee91;\n border-color: #71af5d;\n color: #4d7615;\n\n i {\n color: #a0ca6c;\n }\n }\n\n &.redux-critical {\n background-color: #fba1a3;\n border-color: #b84f5b;\n color: #981225;\n\n i {\n color: #dd767d;\n }\n }\n\n &.redux-info {\n background-color: #d3e4f4;\n border-color: #a9b6c2;\n color: #5c80a1;\n\n i {\n color: #afc6da;\n }\n }\n}\n\n.redux-notice-field {\n margin: 15px 0 0;\n background-color: #fff;\n border: 0;\n border-left: 4px solid #f3f3f3;\n -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);\n padding: 1px 12px;\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n border-bottom: 0 !important;\n }\n\n p {\n margin: 0.5em 0;\n padding: 2px;\n }\n\n .redux-info-icon {\n display: inline-block;\n margin-right: 15px;\n\n i {\n font-size: 2em;\n }\n }\n\n .redux-info-desc {\n display: inline-block;\n vertical-align: top;\n }\n\n &.redux-info {\n border-left: 4px solid #0099d5;\n }\n\n &.redux-success {\n border-left: 4px solid #7ad03a;\n }\n\n &.redux-warning {\n border-left: 4px solid #fbeba4;\n }\n\n &.redux-critical {\n border-left: 4px solid #dd3d36;\n }\n}\n\n.redux-main .redux-field-container.redux-container-info {\n padding: 0;\n}\n\n.wp-customizer {\n .hasIcon.redux-notice-field,\n .hasIcon.redux-info-field {\n .redux-info-desc {\n display: block;\n margin-left: 43px;\n }\n .redux-info-icon {\n float: left;\n }\n }\n .redux-main .customize-control.customize-control-redux-info {\n border-bottom: 0;\n }\n}\n\n",".