mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
[Enhancement] Time log wages and multiple active salary structure
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
You can bill Time Logs by batching them together. This gives you the flexiblity to manage your customer billing in the way you want. To create a new Time Log Batch, go to
|
||||
You can bill Time Logs by batching them together. This gives you the flexiblity to manage your customer billing in the way you want. To create a new Time Sheet, go to
|
||||
|
||||
> Projects > Time Log Batch > New Time Log Batch
|
||||
> Projects > Time Sheet > New Time Sheet
|
||||
|
||||
OR
|
||||
|
||||
Just open your Time Log list and check the Items to you want to add to the Time Log. Then click on "Make Time Log Batch" button and these Time Logs will be selected.
|
||||
Just open your Time Log list and check the Items to you want to add to the Time Log. Then click on "Make Time Sheet" button and these Time Logs will be selected.
|
||||
|
||||
<img class="screenshot" alt="Time Log - Drag Calender" src="{{docs_base_url}}/assets/img/project/time_log_batch.gif">
|
||||
<img class="screenshot" alt="Time Log - Drag Calender" src="{{docs_base_url}}/assets/img/project/time_sheet.gif">
|
||||
|
||||
###Making Sales Invoice
|
||||
|
||||
* After submitting the Time Log Batch, "Make Invoice" button shall appear.
|
||||
* After submitting the Time Sheet, "Make Invoice" button shall appear.
|
||||
|
||||
<img class="screenshot" alt="Time Log - Drag Calender" src="{{docs_base_url}}/assets/img/project/time_log_batch_make_invoice.png">
|
||||
<img class="screenshot" alt="Time Log - Drag Calender" src="{{docs_base_url}}/assets/img/project/time_sheet_make_invoice.png">
|
||||
|
||||
* Click on that button to raise a Sales Invoice against the Time Log Batch.
|
||||
* Click on that button to raise a Sales Invoice against the Time Sheet.
|
||||
|
||||
<img class="screenshot" alt="Time Log - Drag Calender" src="{{docs_base_url}}/assets/img/project/time_log_batch_sales_invoice.png">
|
||||
<img class="screenshot" alt="Time Log - Drag Calender" src="{{docs_base_url}}/assets/img/project/time_sheet_sales_invoice.png">
|
||||
|
||||
* When you "Submit" the Sales Invoice, the Sales Invoice number will get updated in the Time Logs and Time Log Batch and their status will change to "Billed".
|
||||
* When you "Submit" the Sales Invoice, the Sales Invoice number will get updated in the Time Logs and Time Sheet and their status will change to "Billed".
|
||||
|
||||
{next}
|
||||
Reference in New Issue
Block a user