Library Management with Frappe Framework
Library Settings
Faris Ansari
May 19, 2021

Let's create the last doctype for our app: Library Settings. It will have the following fields:

  1. Loan Period - Will define the loan period in number of days
  2. Maximum Number of Issued Articles - Restrict the maximum number of articles that can be issued by a single member

Since we don't need to have multiple records for these settings, we will enable Is Single for this doctype.

Library Settings Doctype

After creating the doctype, click on Go to Library Settings, to go to the form and set the values for Loan Period and Maximum Number of Issued Articles.

Have a doubt?
Post it here, our mentors will help you out.