I have an array with rental item names on the x-axis and date on the y-axis. The array contains the amount of inventory for each day. When a certain amount of an item is rented I want the array to be updated so that the amount rented today is subtracted from that days inventory but is also added back to the date of return (which is known at the date of rental).
Bookmarks