https://github.com/navariltd/navari_hotel_addon
ERPNext Customizations for Hospitality Industry
https://github.com/navariltd/navari_hotel_addon
customer-specific-customizations
Last synced: 5 months ago
JSON representation
ERPNext Customizations for Hospitality Industry
- Host: GitHub
- URL: https://github.com/navariltd/navari_hotel_addon
- Owner: navariltd
- License: agpl-3.0
- Created: 2022-06-06T09:20:45.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2025-11-13T05:22:16.000Z (7 months ago)
- Last Synced: 2025-11-13T07:13:40.036Z (7 months ago)
- Topics: customer-specific-customizations
- Language: Python
- Homepage:
- Size: 158 KB
- Stars: 6
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Navari ERPNext Extensions for Hospitality Industry
### Includes:
• Hotel Issue Summary Custom Report
• Hotel Issue Analytics Custom Report
• Extensions on Taxes and Totals .py and .js
• Extensions on taxes and totals templates
### Installation
Using bench, [install ERPNext](https://github.com/frappe/bench#installation) as mentioned here.
Once ERPNext is installed, add navari-hotel-addon app to your bench by running
```sh
$ bench get-app https://github.com/navariltd/navari-hotel-addon.git
```
After that, you can install navari-hotel-addon app on required site by running
```sh
$ bench --site [site.name] install-app navari_hotel_addon
```
### License
GNU General Public License (v3). See [license.txt](https://github.com/navariltd/navari-hotel-addon/blob/master/license.txt) for more information.