So this repository houses my project for a Digital Transformation Problem i was trying to fix, I chose to fix the problem of a man I know who creates ledgers for midwives at the end of each month and is quite strenuous for him with some midwives getting undeserved pay so the idea for a midwive tracking system came to mind. I chose to keep it simple and use Google sheets, for record keeping and displaying the monthly summary, then html and js code (in App Script) for automation, style and ease of access for the midwives, then I deployed this code creating a website for the midwives to access, enabling them to input the date of work, their name, number, bank, account number (if the same phone number and account number is inputed, the bank name and account number of the midwife is automatically filled out after it has been recorder once), hours worked and patients attended to. This information is then automatically sent to the sheet "Monthly summary" for using the "ss.insertSheet" function which is recorded and the total hours, patients treated and price to be paid are displayed for the specific midvives'. This can be used to create a better ledger, faster and delivers a performance due to pay system. The website that is to be used by the midwives to record their data is present in the deployment website sector of this repository.