@adminide-stack/clock-tik-browser 12.0.22-alpha.2 → 12.0.22-alpha.4
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/pages/LandingPage/components/BooksFeatureSection.d.ts +4 -0
- package/lib/pages/LandingPage/components/BooksFeatureSection.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/BooksFeatureSection.js +318 -0
- package/lib/pages/LandingPage/components/BooksFeatureSection.js.map +1 -0
- package/lib/pages/LandingPage/components/HRMFeatureSection.d.ts +4 -0
- package/lib/pages/LandingPage/components/HRMFeatureSection.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/HRMFeatureSection.js +231 -0
- package/lib/pages/LandingPage/components/HRMFeatureSection.js.map +1 -0
- package/lib/pages/LandingPage/components/index.d.ts +2 -0
- package/lib/pages/LandingPage/components/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +7 -3
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/lib/templates/content/blog/2026-02-15-modern-hr-management-small-business-guide.md +112 -0
- package/lib/templates/content/blog/2026-02-18-employee-onboarding-checklist-2026.md +164 -0
- package/lib/templates/content/blog/2026-02-19-leave-management-best-practices.md +143 -0
- package/lib/templates/content/blog/2026-02-20-travel-expense-management-growing-teams.md +143 -0
- package/lib/templates/content/blog/2026-02-21-purchase-order-management-guide.md +155 -0
- package/lib/templates/content/blog/2026-02-22-expense-tracking-small-business.md +155 -0
- package/lib/templates/content/blog/2026-02-23-vendor-management-best-practices.md +157 -0
- package/lib/templates/content/blog/2026-02-24-sales-quotes-orders-closing-deals-faster.md +198 -0
- package/lib/templates/content/blog/authors.yml +6 -0
- package/lib/templates/content/content-manifest.json +488 -0
- package/lib/templates/content/docs/books/books-overview.md +19 -19
- package/lib/templates/content/docs/books/dashboard.md +24 -24
- package/lib/templates/content/docs/books/expenses.md +44 -44
- package/lib/templates/content/docs/books/notes.md +12 -12
- package/lib/templates/content/docs/books/purchase-orders.md +39 -39
- package/lib/templates/content/docs/books/quotes.md +45 -45
- package/lib/templates/content/docs/books/sales-orders.md +39 -39
- package/lib/templates/content/docs/books/vendor-credits.md +41 -41
- package/lib/templates/content/docs/books/vendors.md +38 -38
- package/lib/templates/content/docs/hrm/dashboard.md +49 -48
- package/lib/templates/content/docs/hrm/hr-letters.md +9 -9
- package/lib/templates/content/docs/hrm/hrm-overview.md +11 -11
- package/lib/templates/content/docs/hrm/leave.md +3 -3
- package/lib/templates/content/docs/hrm/members.md +5 -4
- package/lib/templates/content/docs/hrm/my-space.md +64 -64
- package/lib/templates/content/docs/hrm/offboarding.md +4 -4
- package/lib/templates/content/docs/hrm/onboarding.md +23 -23
- package/lib/templates/content/docs/hrm/settings.md +12 -12
- package/lib/templates/content/docs/hrm/travel.md +19 -17
- package/lib/templates/content/docs/timer/timetracking.md +1 -1
- package/lib/templates/static/img/books/books-sidebar-expanded.png +0 -0
- package/lib/templates/static/img/books/dashboard-overview.png +0 -0
- package/lib/templates/static/img/books/expense-form.png +0 -0
- package/lib/templates/static/img/books/expenses-list.png +0 -0
- package/lib/templates/static/img/books/notes-page.png +0 -0
- package/lib/templates/static/img/books/purchase-order-form.png +0 -0
- package/lib/templates/static/img/books/purchase-orders-list.png +0 -0
- package/lib/templates/static/img/books/quote-form.png +0 -0
- package/lib/templates/static/img/books/quotes-list.png +0 -0
- package/lib/templates/static/img/books/sales-order-form.png +0 -0
- package/lib/templates/static/img/books/sales-orders-list.png +0 -0
- package/lib/templates/static/img/books/vendor-credit-form.png +0 -0
- package/lib/templates/static/img/books/vendor-credits-list.png +0 -0
- package/lib/templates/static/img/books/vendor-form.png +0 -0
- package/lib/templates/static/img/books/vendors-list.png +0 -0
- package/package.json +3 -3
|
@@ -51,11 +51,11 @@ You can mark one dashboard as your default, which loads automatically when you v
|
|
|
51
51
|
|
|
52
52
|
Each dashboard has an access level that determines who can see it:
|
|
53
53
|
|
|
54
|
-
| Access Level
|
|
55
|
-
|
|
56
|
-
| **Only Me**
|
|
54
|
+
| Access Level | Description |
|
|
55
|
+
| ------------------ | -------------------------------------- |
|
|
56
|
+
| **Only Me** | Only you can view this dashboard |
|
|
57
57
|
| **Selected Users** | Share with specific users and/or roles |
|
|
58
|
-
| **Everyone**
|
|
58
|
+
| **Everyone** | Visible to all organization members |
|
|
59
59
|
|
|
60
60
|
When choosing **Selected Users**, you can add individual users or entire roles to the sharing list.
|
|
61
61
|
|
|
@@ -67,21 +67,21 @@ Panels are the building blocks of your dashboard. Each panel displays a specific
|
|
|
67
67
|
|
|
68
68
|
#### Available Panel Types
|
|
69
69
|
|
|
70
|
-
| Panel
|
|
71
|
-
|
|
72
|
-
| **Active Projects**
|
|
73
|
-
| **Billable Time**
|
|
74
|
-
| **Project Distribution**
|
|
75
|
-
| **Project Logs**
|
|
76
|
-
| **Project Timing**
|
|
77
|
-
| **Task Distribution**
|
|
78
|
-
| **Time Distribution**
|
|
79
|
-
| **Timesheet Approval Rate** | Percentage of approved vs. pending timesheets
|
|
80
|
-
| **Timesheet**
|
|
81
|
-
| **Timesheet Status**
|
|
82
|
-
| **User Timing**
|
|
83
|
-
| **Weekly Summary**
|
|
84
|
-
| **Custom Panel**
|
|
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
85
|
|
|
86
86
|
#### Panel Categories
|
|
87
87
|
|
|
@@ -111,12 +111,12 @@ Panels are grouped into these categories for easy browsing:
|
|
|
111
111
|
|
|
112
112
|
Each panel has configurable preferences:
|
|
113
113
|
|
|
114
|
-
| Setting
|
|
115
|
-
|
|
114
|
+
| Setting | Description |
|
|
115
|
+
| --------------- | -------------------------------------------------------------------- |
|
|
116
116
|
| **Time Period** | Select the time range for data (e.g., This Week, This Month, Custom) |
|
|
117
|
-
| **Date Range**
|
|
118
|
-
| **Group By**
|
|
119
|
-
| **Filters**
|
|
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
120
|
|
|
121
121
|
---
|
|
122
122
|
|
|
@@ -22,14 +22,14 @@ The Expenses page provides a centralized interface for recording business expens
|
|
|
22
22
|
|
|
23
23
|
The main page displays a data table of all expenses with:
|
|
24
24
|
|
|
25
|
-
| Column
|
|
26
|
-
|
|
27
|
-
| **Date**
|
|
25
|
+
| Column | Description |
|
|
26
|
+
| ------------------- | ------------------------------------------ |
|
|
27
|
+
| **Date** | Date the expense was incurred |
|
|
28
28
|
| **Expense Account** | Category/account the expense is charged to |
|
|
29
|
-
| **Amount**
|
|
30
|
-
| **Vendor**
|
|
31
|
-
| **Status**
|
|
32
|
-
| **Actions**
|
|
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
33
|
|
|
34
34
|
#### Searching & Filtering
|
|
35
35
|
|
|
@@ -45,13 +45,13 @@ The main page displays a data table of all expenses with:
|
|
|
45
45
|
|
|
46
46
|
### Expense Statuses
|
|
47
47
|
|
|
48
|
-
| Status
|
|
49
|
-
|
|
50
|
-
| **Draft**
|
|
51
|
-
| **Submitted** | Expense submitted for approval
|
|
52
|
-
| **Approved**
|
|
53
|
-
| **Rejected**
|
|
54
|
-
| **Paid**
|
|
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
55
|
|
|
56
56
|
---
|
|
57
57
|
|
|
@@ -67,22 +67,22 @@ The main page displays a data table of all expenses with:
|
|
|
67
67
|
|
|
68
68
|
#### Form Fields
|
|
69
69
|
|
|
70
|
-
| Field
|
|
71
|
-
|
|
72
|
-
| **Date**
|
|
73
|
-
| **Expense Account** | Yes
|
|
74
|
-
| **Amount**
|
|
75
|
-
| **Currency**
|
|
76
|
-
| **Paid Through**
|
|
77
|
-
| **Vendor**
|
|
78
|
-
| **Invoice Number**
|
|
79
|
-
| **Notes**
|
|
80
|
-
| **Customer**
|
|
81
|
-
| **Reporting Tags**
|
|
82
|
-
| **Is Billable**
|
|
83
|
-
| **Project**
|
|
84
|
-
| **Tax Amount**
|
|
85
|
-
| **Tax Rate**
|
|
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
86
|
|
|
87
87
|
#### Receipt Upload
|
|
88
88
|
|
|
@@ -98,14 +98,14 @@ You can attach receipt images or documents to any expense:
|
|
|
98
98
|
|
|
99
99
|
Expenses are organized into the following account categories:
|
|
100
100
|
|
|
101
|
-
| Category
|
|
102
|
-
|
|
103
|
-
| **Cost of Goods Sold**
|
|
104
|
-
| **Expense**
|
|
105
|
-
| **Non Current Liability**
|
|
106
|
-
| **Other Current Liability** | Short-term obligations
|
|
107
|
-
| **Fixed Asset**
|
|
108
|
-
| **Other Current Asset**
|
|
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
109
|
|
|
110
110
|
---
|
|
111
111
|
|
|
@@ -126,12 +126,12 @@ This is useful for recording several expenses from a single trip or event.
|
|
|
126
126
|
|
|
127
127
|
You can set up recurring expenses that are automatically created on a schedule:
|
|
128
128
|
|
|
129
|
-
| Field
|
|
130
|
-
|
|
131
|
-
| **Profile Name**
|
|
132
|
-
| **Repeat Every**
|
|
133
|
-
| **Start Date**
|
|
134
|
-
| **End Date**
|
|
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
135
|
| **Never Expires** | Toggle to make the expense recur indefinitely |
|
|
136
136
|
|
|
137
137
|
To set up a recurring expense:
|
|
@@ -40,12 +40,12 @@ Unlike other Books pages that use data tables, Notes uses a **card-based grid la
|
|
|
40
40
|
|
|
41
41
|
#### Form Fields
|
|
42
42
|
|
|
43
|
-
| Field
|
|
44
|
-
|
|
45
|
-
| **Title**
|
|
46
|
-
| **Content** | No
|
|
47
|
-
| **Color**
|
|
48
|
-
| **Tags**
|
|
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
49
|
|
|
50
50
|
---
|
|
51
51
|
|
|
@@ -53,12 +53,12 @@ Unlike other Books pages that use data tables, Notes uses a **card-based grid la
|
|
|
53
53
|
|
|
54
54
|
Each note card provides the following actions:
|
|
55
55
|
|
|
56
|
-
| Action
|
|
57
|
-
|
|
58
|
-
| **Edit**
|
|
59
|
-
| **Delete**
|
|
60
|
-
| **Pin**
|
|
61
|
-
| **Archive** | Move the note to the archive
|
|
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
62
|
|
|
63
63
|
---
|
|
64
64
|
|
|
@@ -22,14 +22,14 @@ Purchase Orders (POs) formalize your procurement process by documenting what you
|
|
|
22
22
|
|
|
23
23
|
The main page displays a data table of all purchase orders with:
|
|
24
24
|
|
|
25
|
-
| Column
|
|
26
|
-
|
|
27
|
-
| **PO Number**
|
|
28
|
-
| **Date**
|
|
29
|
-
| **Vendor**
|
|
30
|
-
| **Status**
|
|
31
|
-
| **Total Amount** | Order total with currency
|
|
32
|
-
| **Actions**
|
|
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
33
|
|
|
34
34
|
#### Searching & Filtering
|
|
35
35
|
|
|
@@ -42,13 +42,13 @@ The main page displays a data table of all purchase orders with:
|
|
|
42
42
|
|
|
43
43
|
### Purchase Order Statuses
|
|
44
44
|
|
|
45
|
-
| Status
|
|
46
|
-
|
|
47
|
-
| **Draft**
|
|
48
|
-
| **Sent**
|
|
49
|
-
| **Partially Received** | Some items from the PO have been received
|
|
50
|
-
| **Received**
|
|
51
|
-
| **Cancelled**
|
|
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
52
|
|
|
53
53
|
---
|
|
54
54
|
|
|
@@ -64,18 +64,18 @@ The main page displays a data table of all purchase orders with:
|
|
|
64
64
|
|
|
65
65
|
#### Form Fields
|
|
66
66
|
|
|
67
|
-
| Field
|
|
68
|
-
|
|
69
|
-
| **PO Number**
|
|
70
|
-
| **Date**
|
|
71
|
-
| **Vendor**
|
|
72
|
-
| **Delivery Address Type** | No
|
|
73
|
-
| **Customer**
|
|
74
|
-
| **Reference Number**
|
|
75
|
-
| **Delivery Date**
|
|
76
|
-
| **Payment Terms**
|
|
77
|
-
| **Shipment Preference**
|
|
78
|
-
| **Notes**
|
|
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
79
|
|
|
80
80
|
#### Delivery Address
|
|
81
81
|
|
|
@@ -93,22 +93,22 @@ When entering a delivery address, the following sub-fields are available:
|
|
|
93
93
|
|
|
94
94
|
Each line item includes:
|
|
95
95
|
|
|
96
|
-
| Field
|
|
97
|
-
|
|
96
|
+
| Field | Description |
|
|
97
|
+
| ---------------- | --------------------------------------- |
|
|
98
98
|
| **Item Details** | Description of the item being purchased |
|
|
99
|
-
| **Quantity**
|
|
100
|
-
| **Rate**
|
|
101
|
-
| **Amount**
|
|
99
|
+
| **Quantity** | Number of units |
|
|
100
|
+
| **Rate** | Price per unit |
|
|
101
|
+
| **Amount** | Auto-calculated (Quantity × Rate) |
|
|
102
102
|
|
|
103
103
|
#### Financial Summary
|
|
104
104
|
|
|
105
|
-
| Field
|
|
106
|
-
|
|
107
|
-
| **Sub Total**
|
|
108
|
-
| **Discount**
|
|
109
|
-
| **Tax Amount**
|
|
110
|
-
| **Total Amount** | Final amount after discount and tax
|
|
111
|
-
| **Currency**
|
|
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
112
|
|
|
113
113
|
---
|
|
114
114
|
|
|
@@ -22,15 +22,15 @@ Quotes (also called estimates or proposals) are documents sent to potential cust
|
|
|
22
22
|
|
|
23
23
|
The main page displays a data table of all quotes with:
|
|
24
24
|
|
|
25
|
-
| Column
|
|
26
|
-
|
|
27
|
-
| **Quote Number** | Auto-generated quote reference number
|
|
28
|
-
| **Customer**
|
|
29
|
-
| **Quote Date**
|
|
30
|
-
| **Expiry Date**
|
|
31
|
-
| **Status**
|
|
32
|
-
| **Total**
|
|
33
|
-
| **Actions**
|
|
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
34
|
|
|
35
35
|
#### Searching & Filtering
|
|
36
36
|
|
|
@@ -44,13 +44,13 @@ The main page displays a data table of all quotes with:
|
|
|
44
44
|
|
|
45
45
|
### Quote Statuses
|
|
46
46
|
|
|
47
|
-
| Status
|
|
48
|
-
|
|
49
|
-
| **Draft**
|
|
50
|
-
| **Sent**
|
|
51
|
-
| **Accepted**
|
|
52
|
-
| **Declined**
|
|
53
|
-
| **Expired**
|
|
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
54
|
| **Converted** | Quote has been converted into a sales order |
|
|
55
55
|
|
|
56
56
|
---
|
|
@@ -69,47 +69,47 @@ The main page displays a data table of all quotes with:
|
|
|
69
69
|
|
|
70
70
|
#### Form Fields
|
|
71
71
|
|
|
72
|
-
| Field
|
|
73
|
-
|
|
74
|
-
| **Quote Number**
|
|
75
|
-
| **Customer**
|
|
76
|
-
| **Reference Number** | No
|
|
77
|
-
| **Quote Date**
|
|
78
|
-
| **Expiry Date**
|
|
79
|
-
| **Salesperson**
|
|
80
|
-
| **Project**
|
|
81
|
-
| **Subject**
|
|
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
82
|
|
|
83
83
|
#### Line Items
|
|
84
84
|
|
|
85
85
|
Each line item includes:
|
|
86
86
|
|
|
87
|
-
| Field
|
|
88
|
-
|
|
89
|
-
| **Item Details** | Product or service description
|
|
90
|
-
| **Description**
|
|
91
|
-
| **Quantity**
|
|
92
|
-
| **Rate**
|
|
93
|
-
| **Amount**
|
|
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
94
|
|
|
95
95
|
#### Financial Summary
|
|
96
96
|
|
|
97
|
-
| Field
|
|
98
|
-
|
|
99
|
-
| **Sub Total**
|
|
100
|
-
| **Discount**
|
|
101
|
-
| **Tax Type**
|
|
102
|
-
| **Tax Rate**
|
|
103
|
-
| **Tax Amount** | Calculated tax amount
|
|
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
104
|
| **Adjustment** | Manual adjustment (positive or negative) |
|
|
105
|
-
| **Total**
|
|
105
|
+
| **Total** | Final quote amount |
|
|
106
106
|
|
|
107
107
|
#### Additional Fields
|
|
108
108
|
|
|
109
|
-
| Field
|
|
110
|
-
|
|
111
|
-
| **Customer Notes**
|
|
112
|
-
| **Terms & Conditions** | Your standard terms and conditions
|
|
109
|
+
| Field | Description |
|
|
110
|
+
| ---------------------- | ------------------------------------------ |
|
|
111
|
+
| **Customer Notes** | Notes visible to the customer on the quote |
|
|
112
|
+
| **Terms & Conditions** | Your standard terms and conditions |
|
|
113
113
|
|
|
114
114
|
#### File Attachments
|
|
115
115
|
|
|
@@ -22,14 +22,14 @@ Sales Orders (SOs) are documents that confirm a customer's intent to purchase. T
|
|
|
22
22
|
|
|
23
23
|
The main page displays a data table of all sales orders with:
|
|
24
24
|
|
|
25
|
-
| Column
|
|
26
|
-
|
|
27
|
-
| **SO Number**
|
|
28
|
-
| **Date**
|
|
29
|
-
| **Customer**
|
|
30
|
-
| **Status**
|
|
31
|
-
| **Total Amount** | Order total with currency
|
|
32
|
-
| **Actions**
|
|
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
33
|
|
|
34
34
|
#### Searching & Filtering
|
|
35
35
|
|
|
@@ -40,13 +40,13 @@ The main page displays a data table of all sales orders with:
|
|
|
40
40
|
|
|
41
41
|
### Sales Order Statuses
|
|
42
42
|
|
|
43
|
-
| Status
|
|
44
|
-
|
|
45
|
-
| **Draft**
|
|
46
|
-
| **Sent**
|
|
43
|
+
| Status | Description |
|
|
44
|
+
| ----------------------- | --------------------------------------------- |
|
|
45
|
+
| **Draft** | Order created but not yet confirmed |
|
|
46
|
+
| **Sent** | Order has been confirmed and sent |
|
|
47
47
|
| **Partially Delivered** | Some items from the order have been delivered |
|
|
48
|
-
| **Delivered**
|
|
49
|
-
| **Cancelled**
|
|
48
|
+
| **Delivered** | All items have been delivered |
|
|
49
|
+
| **Cancelled** | Order has been cancelled |
|
|
50
50
|
|
|
51
51
|
---
|
|
52
52
|
|
|
@@ -63,39 +63,39 @@ The main page displays a data table of all sales orders with:
|
|
|
63
63
|
|
|
64
64
|
#### Form Fields
|
|
65
65
|
|
|
66
|
-
| Field
|
|
67
|
-
|
|
68
|
-
| **SO Number**
|
|
69
|
-
| **Date**
|
|
70
|
-
| **Customer**
|
|
71
|
-
| **Reference Number**
|
|
72
|
-
| **Expected Shipment Date** | No
|
|
73
|
-
| **Payment Terms**
|
|
74
|
-
| **Delivery Method**
|
|
75
|
-
| **Salesperson**
|
|
76
|
-
| **Notes**
|
|
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
77
|
|
|
78
78
|
#### Line Items
|
|
79
79
|
|
|
80
80
|
Each line item includes:
|
|
81
81
|
|
|
82
|
-
| Field
|
|
83
|
-
|
|
84
|
-
| **Item Details** | Product or service description
|
|
85
|
-
| **Quantity**
|
|
86
|
-
| **Rate**
|
|
87
|
-
| **Amount**
|
|
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
88
|
|
|
89
89
|
#### Financial Summary
|
|
90
90
|
|
|
91
|
-
| Field
|
|
92
|
-
|
|
93
|
-
| **Sub Total**
|
|
94
|
-
| **Discount**
|
|
95
|
-
| **Tax Amount**
|
|
96
|
-
| **Tax Rate**
|
|
97
|
-
| **Total Amount** | Final order amount
|
|
98
|
-
| **Currency**
|
|
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
99
|
|
|
100
100
|
#### File Attachments
|
|
101
101
|
|