This question has been flagged
3 Replies
3253 Views

The hotel wants to have Profit and Loss report based on each day customers stayed at the hotel.

Example:

 Reservation #1: 

    - check-in: 25 Oct 2018

    - check-out: 4 Nov 2018 (10 nights stay)


If we make one invoice for the whole stay with a Due Date = 4 Nov 2018 - all the revenue from this reservation will go to November.

In this case the hotel wants to have revenue separated by days so that if they generate Profit and Loss for October - they should see revenue from 6 nights of this reservation, and 4 nights go to November revenue.


The only solution we can see is to make 10 separate invoices:

  1 invoice = 1 night stay


This solution is not really useful in the mean of reconciliation of customer payments to these 10 invoices.


Are there any other solutions you can think of?


Thanks a lot for any comments!

Avatar
Discard

Jake,

Thank you so much for your answer. It look really nice.

What type of account should "suspense account" be? Here're types of accounts:

Receivable, Payable, Bank and Cash, Credit Card, Current Assets, Non-current Assets, Prepayments, Fixed Assets, Current Liabilities, Non-current Liabilities, Equity, Current Year Earnings, Other Income, Income, Depreciation, Expenses, Cost of Revenue

I'm thinking it should be "Current Liabilities" - right?

Best Answer

Hi Volodymyr

10 invoices is a lot of work, both in creation and reconciliation, for every stay that would be a nightmare.

The biggest issue is that each journal entry can only have a single date, this means to you need at least N journal entries for an N night stay. However, if you split the accounts receivable across these journals it again becomes difficult to reconcile.

To keep it as a single invoice with a single accounts receivable entry, you could set the income of the room stay product to a suspense account, and any time a journal item was made for this suspense account, create another journal entry for each quantity, one for each day to move from the suspense account to the proper income account:

--- Journal Entry 1, Dated 4 Nov 2018  (Made by the invoice)

Accounts Receivable: 500

Suspense Account: 500

--- Journal Entry 2, Dated 26 Oct 2018 (Made manually or by custom module)

Suspense Account: -50

Income: 50

--- Journal Entry 3, Dated 27 Oct 2018 (Made manually or by custom module)

Suspense Account: -50

Income: 50

And so on, copying journal entry 2 and 3 for the rest of the 10 day period.

Regards,
Jake Robinson

Avatar
Discard
Best Answer

It's all about your definition of the product and corresponding customizations. You can try the hotel management application https://www.odoo.com/apps/modules/11.0/hotel/ or do it yourself by inspecting the code.

Avatar
Discard