@adminide-stack/clock-tik-browser 12.0.22-alpha.0 → 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 +1075 -64
- 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/lib/templates/content/docs/gettingstarted.md +1 -1
- package/lib/templates/content/docs/hrm/dashboard.md +162 -0
- package/lib/templates/content/docs/hrm/hr-letters.md +66 -0
- package/lib/templates/content/docs/hrm/hrm-overview.md +50 -0
- package/lib/templates/content/docs/hrm/leave.md +85 -0
- package/lib/templates/content/docs/hrm/members.md +79 -0
- package/lib/templates/content/docs/hrm/my-space.md +173 -0
- package/lib/templates/content/docs/hrm/offboarding.md +63 -0
- package/lib/templates/content/docs/hrm/onboarding.md +115 -0
- package/lib/templates/content/docs/hrm/settings.md +158 -0
- package/lib/templates/content/docs/hrm/travel.md +94 -0
- package/lib/templates/content/docs/{timetracking-main.md → timer/timetracking-main.md} +1 -1
- package/lib/templates/content/docs/{timetracking.md → timer/timetracking.md} +8 -8
- package/lib/templates/static/img/hrm/dashboard-candidates-employees.png +0 -0
- package/lib/templates/static/img/hrm/dashboard-overview.png +0 -0
- package/lib/templates/static/img/hrm/dashboard-pending-approvals.png +0 -0
- package/lib/templates/static/img/hrm/dashboard-pending-letters.png +0 -0
- package/lib/templates/static/img/hrm/dashboard-pending-offboarding.png +0 -0
- package/lib/templates/static/img/hrm/dashboard-pending-travels.png +0 -0
- package/lib/templates/static/img/hrm/dashboard-trends-analytics.png +0 -0
- package/lib/templates/static/img/hrm/hr-letters-add-request.png +0 -0
- package/lib/templates/static/img/hrm/hr-letters-main.png +0 -0
- package/lib/templates/static/img/hrm/hrm-dashboard.png +0 -0
- package/lib/templates/static/img/hrm/hrm-offboarding.png +0 -0
- package/lib/templates/static/img/hrm/hrm-onboarding.png +0 -0
- package/lib/templates/static/img/hrm/hrm-overview-time-logs.png +0 -0
- package/lib/templates/static/img/hrm/hrm-overview.png +0 -0
- package/lib/templates/static/img/hrm/hrm-settings.png +0 -0
- package/lib/templates/static/img/hrm/hrm-sidebar-expanded.png +0 -0
- package/lib/templates/static/img/hrm/hrm-travel.png +0 -0
- package/lib/templates/static/img/hrm/inv-members.png +0 -0
- package/lib/templates/static/img/hrm/letter-hr-letters.png +0 -0
- package/lib/templates/static/img/hrm/members-invites.png +0 -0
- package/lib/templates/static/img/hrm/members-list.png +0 -0
- package/lib/templates/static/img/hrm/myspace-attendance.png +0 -0
- package/lib/templates/static/img/hrm/offboarding-full.png +0 -0
- package/lib/templates/static/img/hrm/onboarding-candidates.png +0 -0
- package/lib/templates/static/img/hrm/onboarding-instances.png +0 -0
- package/lib/templates/static/img/hrm/onboarding-main.png +0 -0
- package/lib/templates/static/img/hrm/onboarding-tasks.png +0 -0
- package/lib/templates/static/img/hrm/org-overview-hierarchy.png +0 -0
- package/lib/templates/static/img/hrm/settings-main.png +0 -0
- package/lib/templates/static/img/hrm/settings-permissions-full.png +0 -0
- package/lib/templates/static/img/hrm/settings-permissions.png +0 -0
- package/lib/templates/static/img/hrm/settings-user-access.png +0 -0
- package/lib/templates/static/img/hrm/timeoff-balance.png +0 -0
- package/lib/templates/static/img/hrm/timeoff-requests.png +0 -0
- package/lib/templates/static/img/hrm/timeoff-timeline.png +0 -0
- package/lib/templates/static/img/hrm/timeoff-timeoff.png +0 -0
- package/lib/templates/static/img/hrm/travel-new-request-menu.png +0 -0
- package/lib/templates/static/img/hrm/travel-request-form.png +0 -0
- package/lib/templates/static/img/timer/timer-mode-new2.jpg +0 -0
- package/package.json +2 -2
- /package/lib/templates/static/img/{timer-billable-toggle.png → timer/timer-billable-toggle.png} +0 -0
- /package/lib/templates/static/img/{timer-dashboard.png → timer/timer-dashboard.png} +0 -0
- /package/lib/templates/static/img/{timer-entries-list.png → timer/timer-entries-list.png} +0 -0
- /package/lib/templates/static/img/{timer-page-overview.png → timer/timer-page-overview.png} +0 -0
- /package/lib/templates/static/img/{timer-paused.png → timer/timer-paused.png} +0 -0
- /package/lib/templates/static/img/{timer-project-dropdown.png → timer/timer-project-dropdown.png} +0 -0
- /package/lib/templates/static/img/{timer-running-controls.png → timer/timer-running-controls.png} +0 -0
- /package/lib/templates/static/img/{timer-tags-dropdown.png → timer/timer-tags-dropdown.png} +0 -0
- /package/lib/templates/static/img/{timer-with-description.png → timer/timer-with-description.png} +0 -0
|
@@ -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.
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: books-sales-orders
|
|
3
|
+
title: Sales Orders
|
|
4
|
+
sidebar_label: Sales Orders
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Sales Orders
|
|
8
|
+
|
|
9
|
+
The **Sales Orders** module (`Books > Sales > Sales Orders`) lets you manage confirmed customer orders. Navigate to `/books/sales/orders` to access it.
|
|
10
|
+
|
|
11
|
+

|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
### Overview
|
|
16
|
+
|
|
17
|
+
Sales Orders (SOs) are documents that confirm a customer's intent to purchase. They typically follow an accepted [quote](/docs/books/quotes) and precede invoicing and delivery.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
### Sales Order List
|
|
22
|
+
|
|
23
|
+
The main page displays a data table of all sales orders with:
|
|
24
|
+
|
|
25
|
+
| Column | Description |
|
|
26
|
+
|--------|-------------|
|
|
27
|
+
| **SO Number** | Auto-generated sales order number |
|
|
28
|
+
| **Date** | Date the order was created |
|
|
29
|
+
| **Customer** | Customer who placed the order |
|
|
30
|
+
| **Status** | Current delivery/order status |
|
|
31
|
+
| **Total Amount** | Order total with currency |
|
|
32
|
+
| **Actions** | View, edit, or delete the sales order |
|
|
33
|
+
|
|
34
|
+
#### Searching & Filtering
|
|
35
|
+
|
|
36
|
+
- **Search bar** — Find orders by number, customer, or reference
|
|
37
|
+
- **Pagination** — Navigate through results
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
### Sales Order Statuses
|
|
42
|
+
|
|
43
|
+
| Status | Description |
|
|
44
|
+
|--------|-------------|
|
|
45
|
+
| **Draft** | Order created but not yet confirmed |
|
|
46
|
+
| **Sent** | Order has been confirmed and sent |
|
|
47
|
+
| **Partially Delivered** | Some items from the order have been delivered |
|
|
48
|
+
| **Delivered** | All items have been delivered |
|
|
49
|
+
| **Cancelled** | Order has been cancelled |
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
### Creating a Sales Order
|
|
54
|
+
|
|
55
|
+

|
|
56
|
+
|
|
57
|
+
1. Navigate to **Books > Sales > Sales Orders**
|
|
58
|
+
2. Click **New Sales Order**
|
|
59
|
+
3. Fill in the form fields
|
|
60
|
+
4. Add line items
|
|
61
|
+
5. Optionally attach files
|
|
62
|
+
6. Click **Save as Draft** or **Confirm**
|
|
63
|
+
|
|
64
|
+
#### Form Fields
|
|
65
|
+
|
|
66
|
+
| Field | Required | Description |
|
|
67
|
+
|-------|----------|-------------|
|
|
68
|
+
| **SO Number** | Auto | Auto-generated sales order number |
|
|
69
|
+
| **Date** | Yes | Order date |
|
|
70
|
+
| **Customer** | Yes | Select from your customer list |
|
|
71
|
+
| **Reference Number** | No | External reference number |
|
|
72
|
+
| **Expected Shipment Date** | No | When the order is expected to ship |
|
|
73
|
+
| **Payment Terms** | No | Payment terms (e.g., Net 30, Due on Receipt) |
|
|
74
|
+
| **Delivery Method** | No | How the order will be delivered |
|
|
75
|
+
| **Salesperson** | No | Assigned salesperson (from organization members) |
|
|
76
|
+
| **Notes** | No | Additional notes or instructions |
|
|
77
|
+
|
|
78
|
+
#### Line Items
|
|
79
|
+
|
|
80
|
+
Each line item includes:
|
|
81
|
+
|
|
82
|
+
| Field | Description |
|
|
83
|
+
|-------|-------------|
|
|
84
|
+
| **Item Details** | Product or service description |
|
|
85
|
+
| **Quantity** | Number of units |
|
|
86
|
+
| **Rate** | Unit price |
|
|
87
|
+
| **Amount** | Auto-calculated (Quantity × Rate) |
|
|
88
|
+
|
|
89
|
+
#### Financial Summary
|
|
90
|
+
|
|
91
|
+
| Field | Description |
|
|
92
|
+
|-------|-------------|
|
|
93
|
+
| **Sub Total** | Sum of all line item amounts |
|
|
94
|
+
| **Discount** | Discount amount or percentage |
|
|
95
|
+
| **Tax Amount** | Applicable tax |
|
|
96
|
+
| **Tax Rate** | Tax rate percentage |
|
|
97
|
+
| **Total Amount** | Final order amount |
|
|
98
|
+
| **Currency** | Transaction currency |
|
|
99
|
+
|
|
100
|
+
#### File Attachments
|
|
101
|
+
|
|
102
|
+
Attach supporting documents to the sales order:
|
|
103
|
+
|
|
104
|
+
1. Drag and drop files onto the attachment area, or click to browse
|
|
105
|
+
2. Upload contracts, specifications, or other documents
|
|
106
|
+
3. Use the detach option to remove an attachment
|
|
107
|
+
|
|
108
|
+
---
|
|
109
|
+
|
|
110
|
+
### From Quote to Sales Order
|
|
111
|
+
|
|
112
|
+
Sales orders can be created in two ways:
|
|
113
|
+
|
|
114
|
+
1. **Directly** — Create a new sales order from scratch
|
|
115
|
+
2. **From a Quote** — Convert an accepted [quote](/docs/books/quotes) to a sales order, which pre-fills all relevant fields
|
|
116
|
+
|
|
117
|
+
---
|
|
118
|
+
|
|
119
|
+
### Editing a Sales Order
|
|
120
|
+
|
|
121
|
+
1. Click the **Edit** action on a sales order in the list
|
|
122
|
+
2. Modify the required fields
|
|
123
|
+
3. Click **Save**
|
|
124
|
+
|
|
125
|
+
> **Note:** Orders in **Delivered** or **Cancelled** status have restricted editing.
|
|
126
|
+
|
|
127
|
+
---
|
|
128
|
+
|
|
129
|
+
### Deleting a Sales Order
|
|
130
|
+
|
|
131
|
+
Click the **Delete** action on a sales order in the list. A confirmation dialog will appear before the order is permanently removed.
|
|
132
|
+
|
|
133
|
+
---
|
|
134
|
+
|
|
135
|
+
### Approval Workflow
|
|
136
|
+
|
|
137
|
+
Sales orders may require approval depending on your organization's configuration:
|
|
138
|
+
|
|
139
|
+
1. **Employee** creates a sales order
|
|
140
|
+
2. **Manager/Admin** reviews and approves
|
|
141
|
+
3. Order status moves to **Sent** once confirmed
|
|
142
|
+
4. As items are fulfilled, status progresses through **Partially Delivered** to **Delivered**
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: books-vendor-credits
|
|
3
|
+
title: Vendor Credits
|
|
4
|
+
sidebar_label: Vendor Credits
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Vendor Credits
|
|
8
|
+
|
|
9
|
+
The **Vendor Credits** module (`Books > Purchase > Vendor Credits`) lets you create and manage credit notes issued against vendors. Navigate to `/books/purchase/vendor-credits` to access it.
|
|
10
|
+
|
|
11
|
+

|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
### Overview
|
|
16
|
+
|
|
17
|
+
Vendor credits (also called credit notes) are documents that reduce the amount owed to a vendor — typically issued for returned goods, pricing adjustments, or overpayments.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
### Vendor Credit List
|
|
22
|
+
|
|
23
|
+
The main page displays a data table of all vendor credits with:
|
|
24
|
+
|
|
25
|
+
| Column | Description |
|
|
26
|
+
|--------|-------------|
|
|
27
|
+
| **Credit Note Number** | Auto-generated reference number |
|
|
28
|
+
| **Date** | Date the credit was issued |
|
|
29
|
+
| **Vendor** | Vendor the credit is issued against |
|
|
30
|
+
| **Status** | Current status |
|
|
31
|
+
| **Total Amount** | Credit total with currency |
|
|
32
|
+
| **Actions** | View, edit, delete, or export as PDF |
|
|
33
|
+
|
|
34
|
+
#### Searching & Filtering
|
|
35
|
+
|
|
36
|
+
- **Search bar** — Find credits by number, vendor, or subject
|
|
37
|
+
- **Pagination** — Navigate through results
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
### Vendor Credit Statuses
|
|
42
|
+
|
|
43
|
+
| Status | Description |
|
|
44
|
+
|--------|-------------|
|
|
45
|
+
| **Draft** | Credit note created but not yet finalized |
|
|
46
|
+
| **Open** | Credit note is active and available for application |
|
|
47
|
+
| **Applied** | Credit has been applied against a vendor balance |
|
|
48
|
+
| **Cancelled** | Credit note has been cancelled |
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
### Creating a Vendor Credit
|
|
53
|
+
|
|
54
|
+

|
|
55
|
+
|
|
56
|
+
1. Navigate to **Books > Purchase > Vendor Credits**
|
|
57
|
+
2. Click **New Vendor Credit**
|
|
58
|
+
3. Fill in the form fields
|
|
59
|
+
4. Add line items
|
|
60
|
+
5. Optionally attach supporting documents
|
|
61
|
+
6. Click **Save**
|
|
62
|
+
|
|
63
|
+
#### Form Fields
|
|
64
|
+
|
|
65
|
+
| Field | Required | Description |
|
|
66
|
+
|-------|----------|-------------|
|
|
67
|
+
| **Credit Note Number** | Auto | Auto-generated reference number |
|
|
68
|
+
| **Date** | Yes | Date the credit is issued |
|
|
69
|
+
| **Vendor** | Yes | Select from your vendor directory |
|
|
70
|
+
| **Accounts Payable** | No | Payable account to credit |
|
|
71
|
+
| **Order Number** | No | Related purchase order reference |
|
|
72
|
+
| **Subject** | No | Brief description of the credit reason |
|
|
73
|
+
|
|
74
|
+
#### Line Items
|
|
75
|
+
|
|
76
|
+
Each line item includes:
|
|
77
|
+
|
|
78
|
+
| Field | Description |
|
|
79
|
+
|-------|-------------|
|
|
80
|
+
| **Item Details** | Description of the credited item |
|
|
81
|
+
| **Account** | Account to charge the credit against |
|
|
82
|
+
| **Quantity** | Number of units |
|
|
83
|
+
| **Rate** | Unit price |
|
|
84
|
+
| **Discount** | Discount amount or percentage |
|
|
85
|
+
| **Discount Type** | Flat amount or percentage |
|
|
86
|
+
| **Amount** | Auto-calculated line total |
|
|
87
|
+
|
|
88
|
+
#### Financial Summary
|
|
89
|
+
|
|
90
|
+
| Field | Description |
|
|
91
|
+
|-------|-------------|
|
|
92
|
+
| **Sub Total** | Sum of all line item amounts |
|
|
93
|
+
| **Discount** | Overall discount |
|
|
94
|
+
| **Tax Type** | TDS or TCS |
|
|
95
|
+
| **Tax** | Tax rate/amount |
|
|
96
|
+
| **Tax Amount** | Calculated tax |
|
|
97
|
+
| **Adjustment** | Manual adjustment amount |
|
|
98
|
+
| **Total Amount** | Final credit amount |
|
|
99
|
+
| **Currency** | Transaction currency |
|
|
100
|
+
|
|
101
|
+
#### Attachments
|
|
102
|
+
|
|
103
|
+
Upload supporting documents (return receipts, correspondence, etc.):
|
|
104
|
+
|
|
105
|
+
1. Click the **Upload** area or drag-and-drop files
|
|
106
|
+
2. Files are attached to the vendor credit record
|
|
107
|
+
3. Use the detach option to remove an attachment
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
### PDF Export
|
|
112
|
+
|
|
113
|
+
Vendor credits can be exported as professional PDF documents:
|
|
114
|
+
|
|
115
|
+
1. Open a vendor credit detail page
|
|
116
|
+
2. Click the **Export PDF** or **Download** button
|
|
117
|
+
3. A formatted PDF with all credit note details is generated
|
|
118
|
+
|
|
119
|
+
The PDF includes the credit note number, date, vendor information, line items, and financial summary.
|
|
120
|
+
|
|
121
|
+
---
|
|
122
|
+
|
|
123
|
+
### Editing a Vendor Credit
|
|
124
|
+
|
|
125
|
+
1. Click the **Edit** action on a vendor credit in the list
|
|
126
|
+
2. Modify the required fields
|
|
127
|
+
3. Click **Save**
|
|
128
|
+
|
|
129
|
+
> **Note:** Only credits in **Draft** or **Open** status can be edited.
|
|
130
|
+
|
|
131
|
+
---
|
|
132
|
+
|
|
133
|
+
### Deleting a Vendor Credit
|
|
134
|
+
|
|
135
|
+
Click the **Delete** action on a vendor credit in the list. A confirmation dialog will appear before the credit is permanently removed.
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: books-vendors
|
|
3
|
+
title: Vendor Management
|
|
4
|
+
sidebar_label: Vendors
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Vendor Management
|
|
8
|
+
|
|
9
|
+
The **Vendors** module (`Books > Purchase > Vendors`) lets you maintain a centralized directory of all your suppliers and vendors. Navigate to `/books/purchase/vendors` to access it.
|
|
10
|
+
|
|
11
|
+

|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
### Overview
|
|
16
|
+
|
|
17
|
+
The Vendors page is your organization's supplier directory. Each vendor record stores contact details, bank information, payment terms, and tax details — making it easy to reference when creating purchase orders, expenses, or vendor credits.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
### Vendor List
|
|
22
|
+
|
|
23
|
+
The main page displays a data table of all vendors with:
|
|
24
|
+
|
|
25
|
+
| Column | Description |
|
|
26
|
+
|--------|-------------|
|
|
27
|
+
| **Display Name** | Vendor's display name |
|
|
28
|
+
| **Company Name** | Company or business name |
|
|
29
|
+
| **Email** | Primary contact email |
|
|
30
|
+
| **Phone** | Work phone number |
|
|
31
|
+
| **Status** | Active or inactive |
|
|
32
|
+
| **Actions** | View, edit, or delete the vendor |
|
|
33
|
+
|
|
34
|
+
#### Searching & Filtering
|
|
35
|
+
|
|
36
|
+
- **Search bar** — Find vendors by name, company, email, or phone
|
|
37
|
+
- **Status filter** — Filter by active/inactive status
|
|
38
|
+
- **Pagination** — Navigate through results
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
### Creating a Vendor
|
|
43
|
+
|
|
44
|
+

|
|
45
|
+
|
|
46
|
+
1. Navigate to **Books > Purchase > Vendors**
|
|
47
|
+
2. Click **Add Vendor**
|
|
48
|
+
3. Fill in the vendor details across the form sections
|
|
49
|
+
4. Click **Save**
|
|
50
|
+
|
|
51
|
+
#### Primary Contact
|
|
52
|
+
|
|
53
|
+
| Field | Description |
|
|
54
|
+
|-------|-------------|
|
|
55
|
+
| **Salutation** | Mr., Mrs., Ms., Dr., etc. |
|
|
56
|
+
| **First Name** | Contact's first name |
|
|
57
|
+
| **Last Name** | Contact's last name |
|
|
58
|
+
|
|
59
|
+
#### Company Information
|
|
60
|
+
|
|
61
|
+
| Field | Description |
|
|
62
|
+
|-------|-------------|
|
|
63
|
+
| **Company Name** | Vendor's company/business name |
|
|
64
|
+
| **Display Name** | How the vendor appears in dropdowns and lists |
|
|
65
|
+
|
|
66
|
+
#### Contact Information
|
|
67
|
+
|
|
68
|
+
| Field | Description |
|
|
69
|
+
|-------|-------------|
|
|
70
|
+
| **Email** | Primary email address |
|
|
71
|
+
| **Work Phone** | Office/business phone number |
|
|
72
|
+
| **Mobile** | Mobile phone number |
|
|
73
|
+
| **Language** | Preferred communication language |
|
|
74
|
+
|
|
75
|
+
#### Other Details
|
|
76
|
+
|
|
77
|
+
| Field | Description |
|
|
78
|
+
|-------|-------------|
|
|
79
|
+
| **PAN** | Permanent Account Number (tax ID) |
|
|
80
|
+
| **MSME Registration** | MSME registration number, if applicable |
|
|
81
|
+
| **Currency** | Default currency for transactions with this vendor |
|
|
82
|
+
| **Accounts Payable** | Default payable account |
|
|
83
|
+
| **Opening Balance** | Outstanding balance at the time of adding the vendor |
|
|
84
|
+
| **Payment Terms** | Default payment terms (e.g., Net 30, Net 60) |
|
|
85
|
+
| **TDS** | Tax Deducted at Source configuration |
|
|
86
|
+
| **Portal Access** | Whether the vendor has portal login access |
|
|
87
|
+
|
|
88
|
+
#### Address
|
|
89
|
+
|
|
90
|
+
Standard address fields (street, city, state, zip, country) for the vendor's business address.
|
|
91
|
+
|
|
92
|
+
#### Contact Persons
|
|
93
|
+
|
|
94
|
+
Add multiple contact persons for the vendor, each with their own name, email, and phone number. This is useful for large suppliers with different contacts for sales, billing, and support.
|
|
95
|
+
|
|
96
|
+
#### Bank Details
|
|
97
|
+
|
|
98
|
+
| Field | Description |
|
|
99
|
+
|-------|-------------|
|
|
100
|
+
| **Account Number** | Bank account number |
|
|
101
|
+
| **Account Name** | Name on the bank account |
|
|
102
|
+
| **Bank Name** | Name of the bank |
|
|
103
|
+
| **IFSC Code** | Bank's IFSC code (for Indian banks) |
|
|
104
|
+
| **Branch** | Bank branch name |
|
|
105
|
+
|
|
106
|
+
#### Additional
|
|
107
|
+
|
|
108
|
+
- **Custom Fields** — Add custom data fields specific to your organization
|
|
109
|
+
- **Reporting Tags** — Tags for reporting categorization
|
|
110
|
+
- **Remarks** — Free-text notes about the vendor
|
|
111
|
+
|
|
112
|
+
---
|
|
113
|
+
|
|
114
|
+
### Editing a Vendor
|
|
115
|
+
|
|
116
|
+
1. Click the **Edit** action on a vendor in the list
|
|
117
|
+
2. Modify the required fields across any section
|
|
118
|
+
3. Click **Save**
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
### Viewing a Vendor
|
|
123
|
+
|
|
124
|
+
Click the **View** action or the vendor name link to open the detail page showing all vendor information in a read-only format.
|
|
125
|
+
|
|
126
|
+
---
|
|
127
|
+
|
|
128
|
+
### Deleting a Vendor
|
|
129
|
+
|
|
130
|
+
Click the **Delete** action on a vendor in the list. A confirmation dialog will appear before the vendor is permanently removed.
|
|
131
|
+
|
|
132
|
+
> **Note:** Vendors that are referenced by existing purchase orders, expenses, or vendor credits cannot be deleted until those references are removed.
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
136
|
+
### Using Vendors
|
|
137
|
+
|
|
138
|
+
Once created, vendors appear in dropdown selectors throughout the Books module:
|
|
139
|
+
|
|
140
|
+
- **Purchase Orders** — Select a vendor when creating a PO
|
|
141
|
+
- **Expenses** — Associate an expense with a vendor
|
|
142
|
+
- **Vendor Credits** — Issue credit notes against a vendor
|
|
@@ -28,7 +28,7 @@ Time entries are more useful once you categorize them. Add a client, project, ta
|
|
|
28
28
|
|
|
29
29
|
The Timer page provides a control bar with START, PAUSE, STOP, and Discard buttons along with project selection, tags, billable toggles, and a date range filter. Below the timer bar, a **Current Week** summary shows your weekly totals.
|
|
30
30
|
|
|
31
|
-

|
|
31
|
+

|
|
32
32
|
|
|
33
33
|
### Timesheet
|
|
34
34
|
|