Rent items in erpnext

@alsum rentable items, works same as Comodato or Lending

You need product bundles for that.
The procedure will be as follow:

Create one Renting Item, for keep track of the Renting income
Create one Product Bundle over the Renting, including the Renting Products
Make Delivery Note, over the Renting Item, to the Customer, 
   on the Product Bundle Item, on delivery note, put your 
   "Rented Item's warehouse", it will move the Items, from your 
    normal warehouse to the renting warehouse.
Also, consider that the delivery note should have the full amount of 
  the renting contract eg: 
    - Contract months 12
    - Montly Income: 400 USD
    - Delivery Note Amount: 4800
Next Create the Sales Invoice (from the delivery note) for the Next month
   and adjust the values for the montly income and define that as recurring 

When the Contract ends, you only need to make one Stock Movement
   from the `Renting Warehouse` to your normal wharehouse.
12 Likes