Find & Select items
- Keyword: {{ search_keyword }}
- Stock: {{ config.stock_types[stock_type] }}
- Make: {{ config.brands[brand] }}
- Category: {{ config.categories[category] }}
Sr. | Item | Category |
Stock ({{ config.stock_types[stock_type] }})
|
||
---|---|---|---|---|---|
{{ item.sr }} |
|
edit| Make: {{ item.brands_titles }} | {{ item.inventory }} {{item.mu}}
Category: {{ item.categories_titles }}
|
{{ item.inventory }} {{ item.mu }} {{ item.lower_limit }} – {{ item.upper_limit }} |
||
Loading... |
|||||
No items found | |||||
* showing only selected items |
create {{ entry_type == 'in' ? 'PURCHASE ORDER' : 'SALE ORDER'}}
Item | Qty. | Prices | Total | |||
---|---|---|---|---|---|---|
{{ item.title }}
Model:
{{ item.model }} |
Make:
{{ item.brands_titles }}
|
{{ item.mu }}
{{ in.error[item.id] }}
|
{{ item.mu }}
You are selling more than available.
Stock: {{ item.inventory }} {{ item.mu }} You can't sell, as stock for this item is not available. |
{{ out[item.id].data.new_mrp || item.mrp | number : 2 }}
{{ out[item.id].data.new_selling_price || item.selling_price | number : 2 }}
{{ out[item.id].data.new_discount || item.discount | number : 2 }}%
%
|
{{ in[item.id].data.new_mrp || item.mrp | number : 2 }}
{{ currency }}
{{ in[item.id].data.new_selling_price || item.selling_price | number : 2}}
{{ currency }}
{{ in[item.id].data.new_discount || item.discount | number : 2 }}%
%
|
{{ out[item.id].qty }} {{ item.mu }} × {{ (out[item.id].data.new_selling_price || item.selling_price) | number : 2 }} = {{ (out[item.id].data.new_selling_price || item.selling_price) * out[item.id].qty | number : 2 }} Special Price: {{ item.price_for_you * out[item.id].qty | number : 2 }} |
|
|
{{ item.mu }} |
|
{{ item.qty }} {{ item.mu }} x {{ item.selling_price | number : 2 }} = {{ item.selling_price * item.qty | number : 2 }} Price for you: {{ item.price_for_you * item.qty | number : 2}} |
Other Items |
+ {{ sale.other_items.total | number : 2 }} |
---|---|
Sub Total | = {{ subtotal_amount | number : 2 }} |
Special Discount (—) |
– {{ (sale.special_discount.total | number : 2 ) }} – |
Total | = {{ total_amount | number : 2 }} |
Customer Info
Payment
Method |
{{ payment.modes_labels[mode] }} |
---|---|
Method: |
{{ payment.digital_methods_labels[digital_method] }} |
Cheque Details |
|
Amount Paid |
{{ payment_method.amount | number : 2 }} |
Balance : {{ payment.balance() | number : 2 }} |
---|
Review {{ entry_type == 'in' ? 'PURCHASE' : 'ORDER' }}
check if data is correct?
Customer Info
Other Items |
+ {{ sale.other_items.total | number : 2 }} |
---|---|
Sub Total | = {{ subtotal_amount | number : 2 }} |
Special Discount (—) |
– {{ (sale.special_discount.total | number : 2 ) }} – |
Total | = {{ total_amount | number : 2 }} |
Customer Info
Payment
Method |
{{ payment.modes_labels[mode] }} |
---|---|
Method: |
{{ payment.digital_methods_labels[digital_method] }} |
Cheque Details |
|
Amount Paid |
{{ payment_method.amount | number : 2 }} |
Balance : {{ payment.balance() | number : 2 }} |
---|
DEMO Invoice
Date: October 5, 2024
Invoice/Bill No.: CHD000001
Bill By: | Bill To: |
---|---|
DEMO STORE Near Walia Enclave,Opp Punjabi University Patiala, Punjab - 147002 |
{{ customer.name || 'Anonymous' }}
Phone: {{ customer.phone || 'xxx-xxx-xxxx'}} |
S. No. | Item | Qty. | Price () | Total () |
---|---|---|---|---|
{{ index + 1 }} |
{{ item.title }}Make: {{ item.brand }} |
{{ item.qty }} {{ item.mu }} |
{{ item.price | number : 2 }}
Special Price: {{ item.discounted_price | number : 2 }} |
{{ item.price * item.qty | number : 2 }} |
{{ invoice.items.length + 1}} |
Miscellaneous Items() |
— | {{ invoice.other_items.total | number: 2 }} | {{ invoice.other_items.total | number: 2 }} |
Sub Total | {{ invoice.subtotal | number : 2 }} | |||
Discount | (–) {{ invoice.special_discount | number : 2 }} | |||
Total ({{ invoice.total_in_words }}) | {{ invoice.total | number : 2 }} | |||
Amount Paid |
{{ payment.via_label }} Total Paid |
(–) {{ payment.amount | number : 2 }} {{ total_amount - invoice.balance | number : 2}} |
||
Balance | {{ invoice.balance | number : 2 }} |
Deleted Items
-
{{ item.title }}
Qty: {{ deleted_items.data[entry_type][item.id].qty }} {{ item.mu }}
-
{{ item.title }}
Qty: {{ item.qty }} {{ item.mu }}