mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +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
@@ -1,6 +1,7 @@
|
||||
data = {
|
||||
'desktop_icons': [
|
||||
'Restaurant',
|
||||
'Hotels',
|
||||
'Accounts',
|
||||
'Buying',
|
||||
'Stock',
|
||||
@@ -9,7 +10,9 @@ data = {
|
||||
'ToDo'
|
||||
],
|
||||
'restricted_roles': [
|
||||
'Restaurant Manager'
|
||||
'Restaurant Manager',
|
||||
'Hotel Manager',
|
||||
'Hotel Reservation User'
|
||||
],
|
||||
'custom_fields': {
|
||||
'Sales Invoice': [
|
||||
|
||||
Reference in New Issue
Block a user