Sign in to see the inventory.
Inventory for the warehouse, the truck, and every job in between.
trapline-web.html in a text editor, find the firebaseConfig section near the top of the
<script> block, and replace the // Import the functions you need from the SDKs you need
import { initializeApp } from "firebase/app";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries
// Your web app's Firebase configuration
const firebaseConfig = {
apiKey: "AIzaSyCubazIzOCcHKLxoqA1MkjsHjK3IngLof8",
authDomain: "d6-pestcontrolinvetoryapp.firebaseapp.com",
projectId: "d6-pestcontrolinvetoryapp",
storageBucket: "d6-pestcontrolinvetoryapp.firebasestorage.app",
messagingSenderId: "281578314099",
appId: "1:281578314099:web:bcb097a004c80894b40d06"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig); placeholders with the values from your
Firebase project (Project Settings → Your apps → web app config).
Quantity shown is total on hand — warehouse plus everything currently on trucks.
Record what was used on a job. Stock is deducted from the warehouse or the tech's truck, whichever you pick as the source.