mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
Hotels (#11907)
* [new-module] hotels, start * Multiple Changes Hotel Settings Added Make invoice on Hotel Reservation * Hotel Room validation for overbooking * Added test fixtures and test for Hotels * Added Tests for Hotels Overbooking Pricing not set * [WIP] Documentation Hotel Room and Screenshot * Added Calendar view for Hotel Room Reservation * Added Report - Hotel Room Occupancy * Added Hotel Reservation User in Hospitality domain
This commit is contained in:
committed by
Rushabh Mehta
parent
be9eae06ec
commit
2dee8fc255
@@ -4,7 +4,7 @@
|
||||
"allow_import": 0,
|
||||
"allow_rename": 0,
|
||||
"autoname": "prompt",
|
||||
"beta": 0,
|
||||
"beta": 1,
|
||||
"creation": "2017-09-15 12:40:41.546933",
|
||||
"custom": 0,
|
||||
"docstatus": 0,
|
||||
@@ -269,7 +269,7 @@
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"max_attachments": 0,
|
||||
"modified": "2017-10-05 17:41:14.422242",
|
||||
"modified": "2017-12-09 12:13:10.185496",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Restaurant",
|
||||
"name": "Restaurant",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"allow_import": 0,
|
||||
"allow_rename": 0,
|
||||
"autoname": "prompt",
|
||||
"beta": 0,
|
||||
"beta": 1,
|
||||
"creation": "2017-09-15 12:48:29.818715",
|
||||
"custom": 0,
|
||||
"docstatus": 0,
|
||||
@@ -207,7 +207,7 @@
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"max_attachments": 0,
|
||||
"modified": "2017-09-21 11:04:20.671542",
|
||||
"modified": "2017-12-09 12:13:13.684500",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Restaurant",
|
||||
"name": "Restaurant Menu",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"allow_import": 0,
|
||||
"allow_rename": 0,
|
||||
"autoname": "REST.######",
|
||||
"beta": 0,
|
||||
"beta": 1,
|
||||
"creation": "2017-09-15 13:05:51.063661",
|
||||
"custom": 0,
|
||||
"docstatus": 0,
|
||||
@@ -297,7 +297,7 @@
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"max_attachments": 0,
|
||||
"modified": "2017-09-15 14:40:56.759315",
|
||||
"modified": "2017-12-09 12:13:20.027942",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Restaurant",
|
||||
"name": "Restaurant Reservation",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"allow_import": 0,
|
||||
"allow_rename": 0,
|
||||
"autoname": "",
|
||||
"beta": 0,
|
||||
"beta": 1,
|
||||
"creation": "2017-09-15 12:45:24.717355",
|
||||
"custom": 0,
|
||||
"docstatus": 0,
|
||||
@@ -116,7 +116,7 @@
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"max_attachments": 0,
|
||||
"modified": "2017-09-15 13:18:05.254106",
|
||||
"modified": "2017-12-09 12:13:24.382345",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Restaurant",
|
||||
"name": "Restaurant Table",
|
||||
|
||||
Reference in New Issue
Block a user