Master Data
In addition to transactional records such as invoices and payments, Frappe Books includes standard entries that store master data used throughout the application. These entries do not directly affect account balances but provide the information required when creating transactions.
Examples include Items, Parties (Customers and Suppliers), Taxes, and other setup records that are referenced across different modules.
Tip
Master entries do not create accounting transactions by themselves. Their impact is reflected only when they are used in documents such as Sales Invoices, Purchase Invoices, or Payments.
Common Entry Types
Some of the commonly used master entries in Frappe Books include:
- Items – Products or services used in transactions.
- Parties – Customers and Suppliers.
- Taxes – Tax templates applied to invoices.
- Price Lists – Pricing information for products.
- Payment Terms – Defines payment schedules.
Creating a New Entry
Creating a new entry follows the same process regardless of the document type.
- Navigate to the required module (for example, Setup → Taxes).
- Click the + (Add) button.
- The Quick Edit form opens.
- Enter the required information.
- Click Save to create the entry.
Once saved, the entry becomes available for selection in transactions such as invoices and payments.
Duplicating an Entry
If you need a similar record, you can duplicate an existing entry instead of creating one from scratch.
- Open the existing entry.
- Click the … menu.
- Select Duplicate.
- Update the required fields.
- Click Save.
Note
A duplicated entry is created as a draft until it is saved. You can modify any values before saving the new record.
Deleting an Entry
Entries that are no longer required can be removed if they have not been used in any transaction.
- Open the required entry.
- Click the … menu.
- Select Delete.
- Confirm the deletion.
Important
Entries that are referenced in transactions cannot be deleted. Any related transactions must be removed first before the entry becomes eligible for deletion.
Best Practices
- Create master entries before recording transactions.
- Reuse existing entries whenever possible to maintain consistency.
- Use the Duplicate option for similar records to save time.
- Review entries before deleting them to ensure they are not linked to transactions.
- Keep your master data organized and up to date for accurate reporting.
Related Features
- Items
- Customers
- Suppliers
- Taxes
- Price Lists