Dashboard
| # | HSN Code unfold_more | Action |
|---|---|---|
| {{idx+1}} | {{item.hsnCode}} |
| # | Type unfold_more | Action |
|---|---|---|
| {{idx+1}} | {{item.type}} |
| # | Groupunfold_more | Action |
|---|---|---|
| {{idx+1}} | {{item.name}} |
| # | Unit unfold_more | Action |
|---|---|---|
| {{idx+1}} | {{item.unit}} |
| # | Name unfold_more | Action |
|---|---|---|
| {{idx+1}} | {{item.name}} |
| # | Name unfold_more | Type unfold_more | Group unfold_more | Opening Stock unfold_more | HSN unfold_more | Tax % unfold_more | Action |
|---|---|---|---|---|---|---|---|
| {{idx+1}} | {{item.name}} | {{addTypeVue?.getTypeFromDid(item.typeDid)?.type}} | {{addGroupVue?.getGroupFromDid(item.groupDid)?.name}} | {{item.openingStock}} | {{addHsnVue?.getHsnFromDid(item.hsnDid)?.hsnCode}} | {{item.taxPercentage}} |
| # | Name unfold_more | Type unfold_more | Group unfold_more | Opening Stock unfold_more | HSN unfold_more | Tax % unfold_more | Action |
|---|---|---|---|---|---|---|---|
| {{idx+1}} | {{item.name}} | {{addTypeVue?.getTypeFromDid(item.typeDid)?.type}} | {{addGroupVue?.getGroupFromDid(item.groupDid)?.name}} | {{item.openingStock}} | {{addHsnVue?.getHsnFromDid(item.hsnDid)?.hsnCode}} | {{item.taxPercentage}} |
| # | Name unfold_more | Mobile #unfold_more | Address unfold_more | State unfold_more | City unfold_more | Action |
|---|---|---|---|---|---|---|
| {{idx+1}} | {{item.name}} | {{item.mobileNo.number}} | {{item.address}} | {{item.state}} | {{item.city}} |
| # | Name unfold_more | Mobile #unfold_more | Address unfold_more | State unfold_more | City unfold_more | Action |
|---|---|---|---|---|---|---|
| {{idx+1}} | {{item.name}} | {{item.mobileNo.number}} | {{item.address}} | {{item.state}} | {{item.city}} |
| # | User Name unfold_more | Mobile# unfold_more | Designation unfold_more | Action |
|---|---|---|---|---|
| {{ idx+1 }} | {{ item.name }} | {{ item.mobileNo.number }} | {{ item.designation }} |
| Date unfold_more | Bill # unfold_more | Party unfold_more | Purchase Items unfold_more | Total Items unfold_more | Total Quantity unfold_more | Grand Total unfold_more | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{getDateString(item.date)}} | {{item.billNo}} | {{addPurchasePartyVue?.getPurchasePartyFromDid(item.partyDid)?.name}} | {{item.itemNames.join(', ')}} | {{item.totalItem}} | {{item.totalQuantity}} | {{item.grandTotal}} |
editEdit
delete_foreverVoid
|
| Date unfold_more | Attender unfold_more | Purchase Items unfold_more | Total Items unfold_more | Total Quantity unfold_more | Actions | |
|---|---|---|---|---|---|---|
| {{getDateString(item.date)}} | {{addAttenderVue?.getAttenderFromDid(item.attenderDid)?.name}} | {{item.itemNames.join(', ')}} | {{item.totalItem}} | {{item.totalQuantity}} |
editEdit
delete_foreverVoid
|
| Type | Date | Voucher No | Party | Quantity | Balance | |||
|---|---|---|---|---|---|---|---|---|
| {{item.type}} | {{getDateString(item.date)}} | {{item.voucherNo}} | {{addPurchasePartyVue?.getPurchasePartyFromDid(item?.partyDid)?.name}} | {{item.quantity}} | {{item.balance}} |
| # | Nameunfold_more | Groupunfold_more | Typeunfold_more | Currnet Stockunfold_more | Action |
|---|---|---|---|---|---|
| {{idx+1}} | {{addPurchaseItemVue?.getPurchaseItemFromDid(item.did)?.name}} | {{addGroupVue?.getGroupFromDid(item.groupDid)?.name}} | {{addTypeVue?.getTypeFromDid(item.typeDid)?.type}} | {{item.currentStock}} |
| Type | Date | Voucher No | Party | Quantity | Balance | |||
|---|---|---|---|---|---|---|---|---|
| {{item.type}} | {{getDateString(item.date)}} | {{item.voucherNo}} | {{addPurchasePartyVue?.getPurchasePartyFromDid(item?.partyDid)?.name}} | {{item.quantity}} | {{item.balance}} |
| # | Nameunfold_more | Purchaseunfold_more | Usageunfold_more | Action |
|---|---|---|---|---|
| {{idx+1}} | {{addPurchaseItemVue?.getPurchaseItemFromDid(item?.did)?.name || ''}} | {{item.purchase}} | {{item.usage}} |