Add Entries

This section contains all commands that you need to create new database entries.

Create Film

photo-create-film(void); 

Creates an empty film entry form in the buffer *photo-film*.

Create Negative

photo-create-negative(void); 

Creates an empty negative entry form in the buffer *photo-negative*.

Create Print

photo-create-print(void); 

Creates an empty print entry form in the buffer *photo-print*.

Add Item

photo-add(void); 

Adds the item in the current buffer (which must be one of *photo-film*, *photo-negative*, or *photo-print*) to the database.

Add Film

photo-add-film(void); 

Adds the data of the film entry form in the current buffer to the database.

Add Negative

photo-add-negative(void); 

Adds the data of the negative entry form in the current buffer to the database.

Add Print

photo-add-print(void); 

Adds the data of the print entry form in the current buffer to the database.