@adminide-stack/clock-tik-browser 12.0.22-alpha.1 → 12.0.22-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/templates/content/content-manifest.json +473 -0
- package/lib/templates/content/docs/books/books-overview.md +93 -0
- package/lib/templates/content/docs/books/dashboard.md +133 -0
- package/lib/templates/content/docs/books/expenses.md +151 -0
- package/lib/templates/content/docs/books/notes.md +102 -0
- package/lib/templates/content/docs/books/purchase-orders.md +142 -0
- package/lib/templates/content/docs/books/quotes.md +152 -0
- package/lib/templates/content/docs/books/sales-orders.md +142 -0
- package/lib/templates/content/docs/books/vendor-credits.md +135 -0
- package/lib/templates/content/docs/books/vendors.md +142 -0
- package/package.json +2 -2
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: books-dashboard
|
|
3
|
+
title: Dashboard
|
|
4
|
+
sidebar_label: Dashboard
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Dashboard
|
|
8
|
+
|
|
9
|
+
The **Dashboard** provides customizable visual analytics and reporting panels. Navigate to `/dashboard` to access it.
|
|
10
|
+
|
|
11
|
+

|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
### Overview
|
|
16
|
+
|
|
17
|
+
The Dashboard is a flexible, panel-based reporting tool that displays key metrics from your timesheets, projects, and team activity. You can create multiple dashboards, each with a different set of panels tailored to your needs.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
### Managing Dashboards
|
|
22
|
+
|
|
23
|
+
#### Creating a Dashboard
|
|
24
|
+
|
|
25
|
+
1. Click the **dashboard selector** dropdown
|
|
26
|
+
2. Click **Create Dashboard**
|
|
27
|
+
3. Enter a name for the dashboard
|
|
28
|
+
4. Configure access control (see below)
|
|
29
|
+
5. Click **Save**
|
|
30
|
+
|
|
31
|
+
#### Editing a Dashboard
|
|
32
|
+
|
|
33
|
+
1. Select the dashboard from the dropdown
|
|
34
|
+
2. Click the **Edit** (pencil) icon
|
|
35
|
+
3. Modify the name or access settings
|
|
36
|
+
4. Click **Save**
|
|
37
|
+
|
|
38
|
+
#### Deleting a Dashboard
|
|
39
|
+
|
|
40
|
+
1. Select the dashboard from the dropdown
|
|
41
|
+
2. Click the **Delete** icon
|
|
42
|
+
3. Confirm the deletion
|
|
43
|
+
|
|
44
|
+
#### Setting a Default Dashboard
|
|
45
|
+
|
|
46
|
+
You can mark one dashboard as your default, which loads automatically when you visit the Dashboard page.
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
### Access Control
|
|
51
|
+
|
|
52
|
+
Each dashboard has an access level that determines who can see it:
|
|
53
|
+
|
|
54
|
+
| Access Level | Description |
|
|
55
|
+
|-------------|-------------|
|
|
56
|
+
| **Only Me** | Only you can view this dashboard |
|
|
57
|
+
| **Selected Users** | Share with specific users and/or roles |
|
|
58
|
+
| **Everyone** | Visible to all organization members |
|
|
59
|
+
|
|
60
|
+
When choosing **Selected Users**, you can add individual users or entire roles to the sharing list.
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
### Dashboard Panels
|
|
65
|
+
|
|
66
|
+
Panels are the building blocks of your dashboard. Each panel displays a specific metric or visualization.
|
|
67
|
+
|
|
68
|
+
#### Available Panel Types
|
|
69
|
+
|
|
70
|
+
| Panel | Description |
|
|
71
|
+
|-------|-------------|
|
|
72
|
+
| **Active Projects** | Shows currently active projects and their status |
|
|
73
|
+
| **Billable Time** | Displays billable vs. non-billable time breakdown |
|
|
74
|
+
| **Project Distribution** | Chart showing time distribution across projects |
|
|
75
|
+
| **Project Logs** | Recent project activity and log entries |
|
|
76
|
+
| **Project Timing** | Time spent per project with comparisons |
|
|
77
|
+
| **Task Distribution** | Breakdown of time by task type |
|
|
78
|
+
| **Time Distribution** | Overall time distribution analytics |
|
|
79
|
+
| **Timesheet Approval Rate** | Percentage of approved vs. pending timesheets |
|
|
80
|
+
| **Timesheet** | Timesheet summary and status overview |
|
|
81
|
+
| **Timesheet Status** | Breakdown of timesheet statuses |
|
|
82
|
+
| **User Timing** | Time tracking per team member |
|
|
83
|
+
| **Weekly Summary** | Week-over-week summary of key metrics |
|
|
84
|
+
| **Custom Panel** | Create a custom panel with your own configuration |
|
|
85
|
+
|
|
86
|
+
#### Panel Categories
|
|
87
|
+
|
|
88
|
+
Panels are grouped into these categories for easy browsing:
|
|
89
|
+
|
|
90
|
+
- **Timesheet** — Timesheet-related metrics and statuses
|
|
91
|
+
- **Project Timing** — Project time tracking analytics
|
|
92
|
+
- **Time Distribution** — How time is distributed across categories
|
|
93
|
+
- **Project Distribution** — Project-level distribution charts
|
|
94
|
+
- **Timesheet Status** — Timesheet approval and status breakdowns
|
|
95
|
+
- **User Timing** — Per-user time tracking data
|
|
96
|
+
- **Project Logs** — Activity and logging data
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
### Adding Panels
|
|
101
|
+
|
|
102
|
+
1. Open the dashboard you want to customize
|
|
103
|
+
2. Click **Manage Panels** or the **Add Panel** button
|
|
104
|
+
3. Browse available panel types
|
|
105
|
+
4. Select the panels you want to add
|
|
106
|
+
5. Click **Save**
|
|
107
|
+
|
|
108
|
+
---
|
|
109
|
+
|
|
110
|
+
### Configuring Panels
|
|
111
|
+
|
|
112
|
+
Each panel has configurable preferences:
|
|
113
|
+
|
|
114
|
+
| Setting | Description |
|
|
115
|
+
|---------|-------------|
|
|
116
|
+
| **Time Period** | Select the time range for data (e.g., This Week, This Month, Custom) |
|
|
117
|
+
| **Date Range** | Custom start and end dates |
|
|
118
|
+
| **Group By** | How data is grouped (e.g., by project, by user, by day) |
|
|
119
|
+
| **Filters** | Additional filters to narrow the displayed data |
|
|
120
|
+
|
|
121
|
+
---
|
|
122
|
+
|
|
123
|
+
### Reordering Panels
|
|
124
|
+
|
|
125
|
+
Drag and drop panels to reorder them on your dashboard. The layout is saved automatically and persists across sessions.
|
|
126
|
+
|
|
127
|
+
---
|
|
128
|
+
|
|
129
|
+
### Removing Panels
|
|
130
|
+
|
|
131
|
+
1. Open **Manage Panels**
|
|
132
|
+
2. Click the **Remove** button on the panel you want to remove
|
|
133
|
+
3. The panel is removed from the dashboard (it can be re-added later)
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: books-expenses
|
|
3
|
+
title: Expense Management
|
|
4
|
+
sidebar_label: Expenses
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Expense Management
|
|
8
|
+
|
|
9
|
+
The **Expenses** module (`Books > Purchase > Expenses`) lets you track, categorize, and manage all business expenses. Navigate to `/books/purchase/expenses` to access it.
|
|
10
|
+
|
|
11
|
+

|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
### Overview
|
|
16
|
+
|
|
17
|
+
The Expenses page provides a centralized interface for recording business expenses, uploading receipts, categorizing them by account, and tracking their approval status.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
### Expense List
|
|
22
|
+
|
|
23
|
+
The main page displays a data table of all expenses with:
|
|
24
|
+
|
|
25
|
+
| Column | Description |
|
|
26
|
+
|--------|-------------|
|
|
27
|
+
| **Date** | Date the expense was incurred |
|
|
28
|
+
| **Expense Account** | Category/account the expense is charged to |
|
|
29
|
+
| **Amount** | Expense amount with currency |
|
|
30
|
+
| **Vendor** | Vendor or payee |
|
|
31
|
+
| **Status** | Current status of the expense |
|
|
32
|
+
| **Actions** | View, edit, or delete the expense |
|
|
33
|
+
|
|
34
|
+
#### Searching & Filtering
|
|
35
|
+
|
|
36
|
+
- **Search bar** — Find expenses by description, vendor, or invoice number
|
|
37
|
+
- **Status filter** — Filter by expense status
|
|
38
|
+
- **Expense Account** — Filter by account category
|
|
39
|
+
- **Vendor** — Filter by specific vendor
|
|
40
|
+
- **Customer** — Filter by associated customer
|
|
41
|
+
- **Date range** — Filter by date range (From / To)
|
|
42
|
+
- **Pagination** — Navigate through results
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
### Expense Statuses
|
|
47
|
+
|
|
48
|
+
| Status | Description |
|
|
49
|
+
|--------|-------------|
|
|
50
|
+
| **Draft** | Expense recorded but not yet submitted |
|
|
51
|
+
| **Submitted** | Expense submitted for approval |
|
|
52
|
+
| **Approved** | Expense has been approved |
|
|
53
|
+
| **Rejected** | Expense has been rejected |
|
|
54
|
+
| **Paid** | Expense has been reimbursed or paid |
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
### Creating an Expense
|
|
59
|
+
|
|
60
|
+

|
|
61
|
+
|
|
62
|
+
1. Navigate to **Books > Purchase > Expenses**
|
|
63
|
+
2. Click **New Expense**
|
|
64
|
+
3. Fill in the form fields
|
|
65
|
+
4. Optionally upload receipts
|
|
66
|
+
5. Click **Save**
|
|
67
|
+
|
|
68
|
+
#### Form Fields
|
|
69
|
+
|
|
70
|
+
| Field | Required | Description |
|
|
71
|
+
|-------|----------|-------------|
|
|
72
|
+
| **Date** | Yes | Date the expense was incurred |
|
|
73
|
+
| **Expense Account** | Yes | Select from categorized account list |
|
|
74
|
+
| **Amount** | Yes | Expense amount |
|
|
75
|
+
| **Currency** | Yes | Transaction currency |
|
|
76
|
+
| **Paid Through** | No | Account/method used for payment |
|
|
77
|
+
| **Vendor** | No | Vendor or payee |
|
|
78
|
+
| **Invoice Number** | No | Vendor's invoice reference number |
|
|
79
|
+
| **Notes** | No | Additional details or description |
|
|
80
|
+
| **Customer** | No | Customer to associate with this expense |
|
|
81
|
+
| **Reporting Tags** | No | Tags for reporting and categorization |
|
|
82
|
+
| **Is Billable** | No | Whether this expense is billable to a customer |
|
|
83
|
+
| **Project** | No | Link expense to a specific project |
|
|
84
|
+
| **Tax Amount** | No | Tax portion of the expense |
|
|
85
|
+
| **Tax Rate** | No | Applicable tax rate |
|
|
86
|
+
|
|
87
|
+
#### Receipt Upload
|
|
88
|
+
|
|
89
|
+
You can attach receipt images or documents to any expense:
|
|
90
|
+
|
|
91
|
+
1. Click the **Upload Receipt** area in the form
|
|
92
|
+
2. Select or drag-and-drop your receipt file
|
|
93
|
+
3. The receipt is uploaded and linked to the expense
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
|
+
### Expense Account Categories
|
|
98
|
+
|
|
99
|
+
Expenses are organized into the following account categories:
|
|
100
|
+
|
|
101
|
+
| Category | Examples |
|
|
102
|
+
|----------|---------|
|
|
103
|
+
| **Cost of Goods Sold** | Direct materials, manufacturing costs |
|
|
104
|
+
| **Expense** | Advertising & Marketing, Bank Fees & Charges, Consultant Expense, IT & Internet Expenses, Janitorial Expense, Meals & Entertainment, Office Supplies, Postage, Printing & Stationery, Rent Expense, Repairs & Maintenance, Salaries & Employee Wages, Telephone Expense, Travel Expense, and more (30+ accounts) |
|
|
105
|
+
| **Non Current Liability** | Long-term obligations |
|
|
106
|
+
| **Other Current Liability** | Short-term obligations |
|
|
107
|
+
| **Fixed Asset** | Equipment, furniture, vehicles |
|
|
108
|
+
| **Other Current Asset** | Prepaid expenses, deposits |
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
### Bulk Expense Entry
|
|
113
|
+
|
|
114
|
+
For entering multiple expenses at once:
|
|
115
|
+
|
|
116
|
+
1. Navigate to **Books > Purchase > Expenses**
|
|
117
|
+
2. Click **Bulk Add**
|
|
118
|
+
3. Enter multiple expense rows in the bulk entry form
|
|
119
|
+
4. Submit all rows at once
|
|
120
|
+
|
|
121
|
+
This is useful for recording several expenses from a single trip or event.
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
### Recurring Expenses
|
|
126
|
+
|
|
127
|
+
You can set up recurring expenses that are automatically created on a schedule:
|
|
128
|
+
|
|
129
|
+
| Field | Description |
|
|
130
|
+
|-------|-------------|
|
|
131
|
+
| **Profile Name** | Name for the recurring expense profile |
|
|
132
|
+
| **Repeat Every** | Frequency (e.g., every month, every week) |
|
|
133
|
+
| **Start Date** | When to begin recurring |
|
|
134
|
+
| **End Date** | When to stop recurring (optional) |
|
|
135
|
+
| **Never Expires** | Toggle to make the expense recur indefinitely |
|
|
136
|
+
|
|
137
|
+
To set up a recurring expense:
|
|
138
|
+
|
|
139
|
+
1. Create a new expense
|
|
140
|
+
2. Enable the **Recurring** toggle
|
|
141
|
+
3. Fill in the recurrence fields
|
|
142
|
+
4. Save the expense
|
|
143
|
+
|
|
144
|
+
---
|
|
145
|
+
|
|
146
|
+
### Approval Workflow
|
|
147
|
+
|
|
148
|
+
1. **Employee** records an expense and submits it
|
|
149
|
+
2. **Manager/Admin** reviews the expense
|
|
150
|
+
3. Expense is either **Approved** or **Rejected**
|
|
151
|
+
4. Approved expenses can be marked as **Paid** once reimbursed
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: books-notes
|
|
3
|
+
title: Notes
|
|
4
|
+
sidebar_label: Notes
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Notes
|
|
8
|
+
|
|
9
|
+
The **Notes** module (`Books > Notes`) provides a simple, visual way to organize financial notes and memos. Navigate to `/books/notes` to access it.
|
|
10
|
+
|
|
11
|
+

|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
### Overview
|
|
16
|
+
|
|
17
|
+
Notes are displayed as color-coded cards in a grid layout — similar to sticky notes. Use them for keeping track of financial reminders, meeting notes, vendor follow-ups, or any other information related to your books.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
### Notes Grid
|
|
22
|
+
|
|
23
|
+
Unlike other Books pages that use data tables, Notes uses a **card-based grid layout**:
|
|
24
|
+
|
|
25
|
+
- Each note appears as a colored card
|
|
26
|
+
- Cards show the **title**, a **content preview**, **tags**, and the **date**
|
|
27
|
+
- Pinned notes appear at the top
|
|
28
|
+
- Use the **search bar** to find notes by title or content
|
|
29
|
+
- Use the **tags filter** to filter by specific tags
|
|
30
|
+
- Toggle between **active**, **pinned**, and **archived** views
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
### Creating a Note
|
|
35
|
+
|
|
36
|
+
1. Navigate to **Books > Notes**
|
|
37
|
+
2. Click **New Note**
|
|
38
|
+
3. Fill in the note details
|
|
39
|
+
4. Click **Save**
|
|
40
|
+
|
|
41
|
+
#### Form Fields
|
|
42
|
+
|
|
43
|
+
| Field | Required | Description |
|
|
44
|
+
|-------|----------|-------------|
|
|
45
|
+
| **Title** | Yes | Note title/heading |
|
|
46
|
+
| **Content** | No | Rich text content of the note |
|
|
47
|
+
| **Color** | No | Background color for the note card (default: white) |
|
|
48
|
+
| **Tags** | No | Tags for categorization and filtering |
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
### Note Actions
|
|
53
|
+
|
|
54
|
+
Each note card provides the following actions:
|
|
55
|
+
|
|
56
|
+
| Action | Description |
|
|
57
|
+
|--------|-------------|
|
|
58
|
+
| **Edit** | Open the note for editing |
|
|
59
|
+
| **Delete** | Permanently remove the note |
|
|
60
|
+
| **Pin** | Pin the note to the top of the grid |
|
|
61
|
+
| **Archive** | Move the note to the archive |
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
### Pinning Notes
|
|
66
|
+
|
|
67
|
+
Pin important notes so they always appear at the top of your notes grid:
|
|
68
|
+
|
|
69
|
+
1. Click the **Pin** action on a note card
|
|
70
|
+
2. The note moves to the top of the grid and stays there
|
|
71
|
+
3. Click **Unpin** to return it to normal position
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
### Archiving Notes
|
|
76
|
+
|
|
77
|
+
Archive notes you no longer need in your active view but want to keep:
|
|
78
|
+
|
|
79
|
+
1. Click the **Archive** action on a note card
|
|
80
|
+
2. The note is removed from the active view
|
|
81
|
+
3. Switch to the **Archived** view to see archived notes
|
|
82
|
+
4. Unarchive a note to restore it to the active view
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
### Color Coding
|
|
87
|
+
|
|
88
|
+
Assign colors to your notes for visual organization:
|
|
89
|
+
|
|
90
|
+
- Use the **color picker** when creating or editing a note
|
|
91
|
+
- Different colors can represent categories (e.g., red for urgent, green for completed, blue for follow-up)
|
|
92
|
+
- The default color is white (`#ffffff`)
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
96
|
+
### Tags
|
|
97
|
+
|
|
98
|
+
Tags help you categorize and filter notes:
|
|
99
|
+
|
|
100
|
+
- Add one or more tags when creating or editing a note
|
|
101
|
+
- Use the **tags filter** on the Notes page to show only notes with specific tags
|
|
102
|
+
- Tags appear on each note card for quick identification
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: books-purchase-orders
|
|
3
|
+
title: Purchase Orders
|
|
4
|
+
sidebar_label: Purchase Orders
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Purchase Orders
|
|
8
|
+
|
|
9
|
+
The **Purchase Orders** module (`Books > Purchase > Purchase Orders`) lets you create and manage purchase orders to your vendors. Navigate to `/books/purchase/orders` to access it.
|
|
10
|
+
|
|
11
|
+

|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
### Overview
|
|
16
|
+
|
|
17
|
+
Purchase Orders (POs) formalize your procurement process by documenting what you're buying, from whom, at what price, and when it should be delivered.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
### Purchase Order List
|
|
22
|
+
|
|
23
|
+
The main page displays a data table of all purchase orders with:
|
|
24
|
+
|
|
25
|
+
| Column | Description |
|
|
26
|
+
|--------|-------------|
|
|
27
|
+
| **PO Number** | Auto-generated purchase order number |
|
|
28
|
+
| **Date** | Date the PO was created |
|
|
29
|
+
| **Vendor** | Vendor/supplier the order is placed with |
|
|
30
|
+
| **Status** | Current status of the order |
|
|
31
|
+
| **Total Amount** | Order total with currency |
|
|
32
|
+
| **Actions** | View, edit, or delete the purchase order |
|
|
33
|
+
|
|
34
|
+
#### Searching & Filtering
|
|
35
|
+
|
|
36
|
+
- **Search bar** — Find POs by number, vendor name, or reference
|
|
37
|
+
- **Status filter** — Filter by PO status
|
|
38
|
+
- **Date range** — Filter by date range (From / To)
|
|
39
|
+
- **Pagination** — Navigate through results with offset/limit controls
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
### Purchase Order Statuses
|
|
44
|
+
|
|
45
|
+
| Status | Description |
|
|
46
|
+
|--------|-------------|
|
|
47
|
+
| **Draft** | PO has been created but not yet sent to the vendor |
|
|
48
|
+
| **Sent** | PO has been sent to the vendor |
|
|
49
|
+
| **Partially Received** | Some items from the PO have been received |
|
|
50
|
+
| **Received** | All items from the PO have been received |
|
|
51
|
+
| **Cancelled** | PO has been cancelled |
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
### Creating a Purchase Order
|
|
56
|
+
|
|
57
|
+

|
|
58
|
+
|
|
59
|
+
1. Navigate to **Books > Purchase > Purchase Orders**
|
|
60
|
+
2. Click **New Purchase Order**
|
|
61
|
+
3. Fill in the form fields (see below)
|
|
62
|
+
4. Add line items
|
|
63
|
+
5. Click **Save as Draft** or **Send**
|
|
64
|
+
|
|
65
|
+
#### Form Fields
|
|
66
|
+
|
|
67
|
+
| Field | Required | Description |
|
|
68
|
+
|-------|----------|-------------|
|
|
69
|
+
| **PO Number** | Auto | Auto-generated with configurable prefix (see [Settings](#settings)) |
|
|
70
|
+
| **Date** | Yes | Purchase order date |
|
|
71
|
+
| **Vendor** | Yes | Select from your vendor directory |
|
|
72
|
+
| **Delivery Address Type** | No | Choose between Organization address or Customer address |
|
|
73
|
+
| **Customer** | No | Select customer (if delivery is to a customer) |
|
|
74
|
+
| **Reference Number** | No | External reference number |
|
|
75
|
+
| **Delivery Date** | No | Expected delivery date |
|
|
76
|
+
| **Payment Terms** | No | Payment terms (e.g., Net 30, Net 60) |
|
|
77
|
+
| **Shipment Preference** | No | Preferred shipping method |
|
|
78
|
+
| **Notes** | No | Additional notes or instructions |
|
|
79
|
+
|
|
80
|
+
#### Delivery Address
|
|
81
|
+
|
|
82
|
+
When entering a delivery address, the following sub-fields are available:
|
|
83
|
+
|
|
84
|
+
- Name
|
|
85
|
+
- Address Line 1
|
|
86
|
+
- Address Line 2
|
|
87
|
+
- City
|
|
88
|
+
- State
|
|
89
|
+
- Zip Code
|
|
90
|
+
- Country
|
|
91
|
+
|
|
92
|
+
#### Line Items
|
|
93
|
+
|
|
94
|
+
Each line item includes:
|
|
95
|
+
|
|
96
|
+
| Field | Description |
|
|
97
|
+
|-------|-------------|
|
|
98
|
+
| **Item Details** | Description of the item being purchased |
|
|
99
|
+
| **Quantity** | Number of units |
|
|
100
|
+
| **Rate** | Price per unit |
|
|
101
|
+
| **Amount** | Auto-calculated (Quantity × Rate) |
|
|
102
|
+
|
|
103
|
+
#### Financial Summary
|
|
104
|
+
|
|
105
|
+
| Field | Description |
|
|
106
|
+
|-------|-------------|
|
|
107
|
+
| **Sub Total** | Sum of all line item amounts |
|
|
108
|
+
| **Discount** | Discount amount or percentage |
|
|
109
|
+
| **Tax Amount** | Applicable tax |
|
|
110
|
+
| **Total Amount** | Final amount after discount and tax |
|
|
111
|
+
| **Currency** | Currency for the transaction (default: INR) |
|
|
112
|
+
|
|
113
|
+
---
|
|
114
|
+
|
|
115
|
+
### Editing a Purchase Order
|
|
116
|
+
|
|
117
|
+
1. Click the **Edit** action on a purchase order in the list
|
|
118
|
+
2. Modify the required fields
|
|
119
|
+
3. Click **Save**
|
|
120
|
+
|
|
121
|
+
> **Note:** Only POs in **Draft** status can be freely edited. Sent or received POs may have restricted editing.
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
### Viewing a Purchase Order
|
|
126
|
+
|
|
127
|
+
Click the **View** action or the PO number link to open the detail page, which displays all PO information in a read-only format.
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
|
|
131
|
+
### Deleting a Purchase Order
|
|
132
|
+
|
|
133
|
+
Click the **Delete** action on a purchase order in the list. A confirmation dialog will appear before the PO is permanently removed.
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
### Settings
|
|
138
|
+
|
|
139
|
+
The PO number prefix can be configured in your organization settings:
|
|
140
|
+
|
|
141
|
+
- **Setting:** `books.purchase.poNumberPrefix`
|
|
142
|
+
- **Example:** Setting the prefix to `PO-` will generate numbers like `PO-0001`, `PO-0002`, etc.
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: books-quotes
|
|
3
|
+
title: Sales Quotes
|
|
4
|
+
sidebar_label: Quotes
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Sales Quotes
|
|
8
|
+
|
|
9
|
+
The **Quotes** module (`Books > Sales > Quotes`) lets you create and send professional sales quotes to your customers. Navigate to `/books/sales/quotes` to access it.
|
|
10
|
+
|
|
11
|
+

|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
### Overview
|
|
16
|
+
|
|
17
|
+
Quotes (also called estimates or proposals) are documents sent to potential customers outlining the products or services you offer, along with pricing and terms. Once accepted, a quote can be converted into a sales order.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
### Quote List
|
|
22
|
+
|
|
23
|
+
The main page displays a data table of all quotes with:
|
|
24
|
+
|
|
25
|
+
| Column | Description |
|
|
26
|
+
|--------|-------------|
|
|
27
|
+
| **Quote Number** | Auto-generated quote reference number |
|
|
28
|
+
| **Customer** | Customer the quote is for |
|
|
29
|
+
| **Quote Date** | Date the quote was created |
|
|
30
|
+
| **Expiry Date** | Date the quote expires |
|
|
31
|
+
| **Status** | Current status |
|
|
32
|
+
| **Total** | Quote total amount |
|
|
33
|
+
| **Actions** | View, edit, delete, or convert the quote |
|
|
34
|
+
|
|
35
|
+
#### Searching & Filtering
|
|
36
|
+
|
|
37
|
+
- **Search bar** — Find quotes by number, customer, or subject
|
|
38
|
+
- **Customer filter** — Filter by specific customer
|
|
39
|
+
- **Status filter** — Filter by quote status
|
|
40
|
+
- **Date range** — Filter by start and end date
|
|
41
|
+
- **Pagination** — Navigate through results
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
### Quote Statuses
|
|
46
|
+
|
|
47
|
+
| Status | Description |
|
|
48
|
+
|--------|-------------|
|
|
49
|
+
| **Draft** | Quote created but not yet sent |
|
|
50
|
+
| **Sent** | Quote has been sent to the customer |
|
|
51
|
+
| **Accepted** | Customer has accepted the quote |
|
|
52
|
+
| **Declined** | Customer has declined the quote |
|
|
53
|
+
| **Expired** | Quote has passed its expiry date |
|
|
54
|
+
| **Converted** | Quote has been converted into a sales order |
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
### Creating a Quote
|
|
59
|
+
|
|
60
|
+

|
|
61
|
+
|
|
62
|
+
1. Navigate to **Books > Sales > Quotes**
|
|
63
|
+
2. Click **New Quote**
|
|
64
|
+
3. Fill in the form fields
|
|
65
|
+
4. Add line items
|
|
66
|
+
5. Add customer notes and terms
|
|
67
|
+
6. Optionally attach files
|
|
68
|
+
7. Click **Save as Draft** or **Send**
|
|
69
|
+
|
|
70
|
+
#### Form Fields
|
|
71
|
+
|
|
72
|
+
| Field | Required | Description |
|
|
73
|
+
|-------|----------|-------------|
|
|
74
|
+
| **Quote Number** | Auto | Auto-generated with configurable prefix (see [Settings](#settings)) |
|
|
75
|
+
| **Customer** | Yes | Select from your customer list |
|
|
76
|
+
| **Reference Number** | No | External reference number |
|
|
77
|
+
| **Quote Date** | Yes | Date of the quote |
|
|
78
|
+
| **Expiry Date** | No | Date the quote expires |
|
|
79
|
+
| **Salesperson** | No | Select the assigned salesperson (from organization members) |
|
|
80
|
+
| **Project** | No | Link the quote to a project |
|
|
81
|
+
| **Subject** | No | Brief subject line for the quote |
|
|
82
|
+
|
|
83
|
+
#### Line Items
|
|
84
|
+
|
|
85
|
+
Each line item includes:
|
|
86
|
+
|
|
87
|
+
| Field | Description |
|
|
88
|
+
|-------|-------------|
|
|
89
|
+
| **Item Details** | Product or service description |
|
|
90
|
+
| **Description** | Additional details |
|
|
91
|
+
| **Quantity** | Number of units |
|
|
92
|
+
| **Rate** | Unit price |
|
|
93
|
+
| **Amount** | Auto-calculated (Quantity × Rate) |
|
|
94
|
+
|
|
95
|
+
#### Financial Summary
|
|
96
|
+
|
|
97
|
+
| Field | Description |
|
|
98
|
+
|-------|-------------|
|
|
99
|
+
| **Sub Total** | Sum of all line item amounts |
|
|
100
|
+
| **Discount** | Discount amount or percentage |
|
|
101
|
+
| **Tax Type** | TDS or TCS |
|
|
102
|
+
| **Tax Rate** | Selected from predefined tax rate tables |
|
|
103
|
+
| **Tax Amount** | Calculated tax amount |
|
|
104
|
+
| **Adjustment** | Manual adjustment (positive or negative) |
|
|
105
|
+
| **Total** | Final quote amount |
|
|
106
|
+
|
|
107
|
+
#### Additional Fields
|
|
108
|
+
|
|
109
|
+
| Field | Description |
|
|
110
|
+
|-------|-------------|
|
|
111
|
+
| **Customer Notes** | Notes visible to the customer on the quote |
|
|
112
|
+
| **Terms & Conditions** | Your standard terms and conditions |
|
|
113
|
+
|
|
114
|
+
#### File Attachments
|
|
115
|
+
|
|
116
|
+
Attach supporting documents to the quote:
|
|
117
|
+
|
|
118
|
+
1. Drag and drop files onto the attachment area, or click to browse
|
|
119
|
+
2. Upload product specs, brochures, or other supporting documents
|
|
120
|
+
3. Attachments are included with the quote record
|
|
121
|
+
|
|
122
|
+
---
|
|
123
|
+
|
|
124
|
+
### Converting a Quote to Sales Order
|
|
125
|
+
|
|
126
|
+
Once a customer accepts a quote, you can convert it directly into a sales order:
|
|
127
|
+
|
|
128
|
+
1. Open the accepted quote
|
|
129
|
+
2. Click **Convert to Sales Order**
|
|
130
|
+
3. Review the pre-filled sales order details
|
|
131
|
+
4. Confirm the conversion
|
|
132
|
+
|
|
133
|
+
The converted quote will be linked to the new sales order via the `convertedInvoiceId` field, and the quote status changes to **Converted**.
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
### Editing a Quote
|
|
138
|
+
|
|
139
|
+
1. Click the **Edit** action on a quote in the list
|
|
140
|
+
2. Modify the required fields
|
|
141
|
+
3. Click **Save**
|
|
142
|
+
|
|
143
|
+
> **Note:** Quotes in **Converted** status cannot be edited.
|
|
144
|
+
|
|
145
|
+
---
|
|
146
|
+
|
|
147
|
+
### Settings
|
|
148
|
+
|
|
149
|
+
The quote number prefix can be configured in your organization settings:
|
|
150
|
+
|
|
151
|
+
- **Setting:** `books.quote.quoteNumberPrefix`
|
|
152
|
+
- **Example:** Setting the prefix to `QT-` will generate numbers like `QT-0001`, `QT-0002`, etc.
|