Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c5bd55f
fix in inn room card owner if today is none
Jan 19, 2025
a3167d5
add doctype inn folio transaction type seting and inn role and inn se…
Jan 20, 2025
315dd19
(edit)in inn hotels setting and (add) doctype child table inn account…
sadiqalmusali Jan 21, 2025
b045026
(edit) in inn room charge posting update filed static to Dynamic
sadiqalmusali Jan 21, 2025
956a5a4
(edit) Converting fields in Inn Hotels Setting from static to dynamic
sadiqalmusali Jan 22, 2025
e7d732c
(edit) Converting fields room type and role in Inn Hotels Setting fro…
sadiqalmusali Jan 24, 2025
fe7aa30
[Fix]: Tax in Folio and Room Charge Posting
SofianSaleh Jan 26, 2025
eafb554
[Fix]: Added account default and made adjustments to taxes
SofianSaleh Jan 26, 2025
bf13548
[Fix]: Removed Logs
SofianSaleh Jan 26, 2025
602aa28
[Fix]: Some Errors
SofianSaleh Jan 28, 2025
e97462a
[Fix]: The Pos Error and added the report
SofianSaleh Jan 29, 2025
8da211e
[Fix]: Added the summary in report
SofianSaleh Jan 29, 2025
113a17c
[Fix]: the inn floor plan
SofianSaleh Jan 29, 2025
0be3dad
[Fix]: Room occupation report
SofianSaleh Jan 29, 2025
32b9d00
[Fix]: city ledger andadded city ledger in settings
SofianSaleh Feb 3, 2025
26f5769
[Fix]: Error in Reservation room error when room is dirty
SofianSaleh Feb 4, 2025
353bece
(edit) tag 1.1.9
sadiqalmusali Mar 5, 2025
e19cca2
(edit) print format in Inn Folio
sadiqalmusali Mar 5, 2025
1b4288c
(edit) in inn_folio and nn_reservation add Multi Currency
sadiqalmusali Mar 5, 2025
c935a46
(fix) in inn_folio and inn_folio_transaction_type/inn_folio_transacti…
sadiqalmusali Mar 6, 2025
b3a52f6
(edit) in folio show or hide Base Room Rate By Currency
sadiqalmusali Mar 7, 2025
385604d
(edit) in inn_reservation update currency Mandatory if Exchange Rate > 0
sadiqalmusali Mar 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

__version__ = '1.1.26'
__version__ = "1.1.9"
Loading