You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,16 @@ This repository is an attempt to keep the source code that I spent many years bu
14
14
15
15
### Data
16
16
17
-
The data files are missing at present, I am cleaning them up and will leave detailed instructions on how the backend worked.
17
+
The data files are missing at present, I am cleaning them up and will leave detailed instructions on how the backend worked. There's a [Python library](http://pythonhosted.org/dbf/) that can speak the original [DBF](https://en.wikipedia.org/wiki/.dbf) file format in case you would be interested in inspecting the data.
18
18
19
-
There's a [Python library](http://pythonhosted.org/dbf/) that can speak the original [DBF](https://en.wikipedia.org/wiki/.dbf) file format in case you would be interested in inspecting the data.
19
+
## Features
20
+
21
+
The photography lab provided the following services:
22
+
23
+
- Sales of cameras, films and accessories
24
+
- Processing of films and printing photographs (various sizes)
25
+
- Specialist processing such as [E-6](https://en.wikipedia.org/wiki/E-6_process)
26
+
27
+
The business had direct customers (along with a loyal program) and agents (satellite businesses that would bring bulk work for processing and would be given a better price).
28
+
29
+
Zoom was a multi user system with authorization. It features extensive reporting for the business (most printed on [dot matrix printers](https://en.wikipedia.org/wiki/Dot_matrix_printing)).
0 commit comments