Created
March 18, 2020 06:00
-
-
Save ShaileshPrajapati-BTC/bbb70780c5d3dcbaabfc8a4af2843efe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exports.reports = () => { | |
return [ | |
// { | |
// title: "GREEN LEAF REPORTS", | |
// items: [ | |
// { | |
// id: "report-green-leaf", | |
// name: "DAILY GREEN LEAF" | |
// }, | |
// { | |
// id: "report-green-leaf-party-wise", | |
// name: "GREEN LEAF PARTY WISE" | |
// }, | |
// { | |
// id: "fine-percentage-analysis", | |
// name: "FINE PERCENTAGE ANALYSIS" | |
// }] | |
// }, { | |
// title: "MANUFACTURING REPORTS", | |
// items: [ | |
// { | |
// id: "manufacturing", | |
// name: "DAILY MANUFACTURING" | |
// }, | |
// { | |
// id: "manufacturing", | |
// name: "MONTHLY MANUFACTURING" | |
// }, | |
// { | |
// id: "manufacturing", | |
// name: "PERIODICAL MANUFACTURING" | |
// } | |
// ] | |
// }, | |
// { | |
// title: "STOCK REPORTS", | |
// items: [ | |
// { | |
// id: "unpacked-stock", | |
// name: "SORTED STOCK" | |
// }, | |
// { | |
// id: "unsold-stock", | |
// name: "UNSOLD PACKED STOCK" | |
// }, | |
// { | |
// id: "sold-stock", | |
// name: "SOLD DETAIL" | |
// }, | |
// { | |
// id: "undelivered-report", | |
// name: "UNDELIVERED REPORT" | |
// }, | |
// { | |
// id: "broker-pending-party", | |
// name: "BROKER PENDING PARTY" | |
// }, | |
// { | |
// id: "last-day-delivery", | |
// name: "LAST (DAYS) DELIVERY REPORT" | |
// }, | |
// { | |
// id: "auction-center-unsold", | |
// name: "AUCTION CENTER UNSOLD" | |
// }, | |
// { | |
// id: "sale-done-today", | |
// name: "SALE DONE TODAY" | |
// } | |
// ] | |
// }, { | |
// title: "REALIZATION REPORTS", | |
// items: [ | |
// { | |
// id: "", | |
// name: "" | |
// } | |
// ] | |
// }, | |
{ | |
id: "report-green-leaf", | |
name: "DAILY GREEN LEAF (BOUGHT)" | |
}, | |
{ | |
id: "report-green-leaf-own", | |
name: "DAILY GREEN LEAF (OWN GARDEN)" | |
}, | |
{ | |
id: "report-green-leaf-party-wise", | |
name: "GREEN LEAF PARTY WISE" | |
}, | |
{ | |
id: "report-green-leaf-sector-wise", | |
name: "DAILY GREEN LEAF SECTOR WISE" | |
}, | |
{ | |
id: "report-green-leaf-fine-percentage-analysis", | |
name: "FINE PERCENTAGE ANALYSIS" | |
}, | |
{ | |
id: "report-daily-manufacturing", | |
name: "DAILY MANUFACTURING" | |
}, | |
{ | |
id: "report-month-manufacturing", | |
name: "MONTHLY MANUFACTURING" | |
}, | |
{ | |
id: "report-periodical-manufacturing", | |
name: "PERIODICAL MANUFACTURING" | |
}, | |
{ | |
id: "report-unpacked-stock", | |
name: "SHORTED STOCK" | |
}, | |
{ | |
id: "report-unsold-stock", | |
name: "UNSOLD PACKED STOCK" | |
}, | |
{ | |
id: "report-sold-stock", | |
name: "SOLD DETAILES" | |
}, | |
{ | |
id: "report-undelivered-report", | |
name: "UNDELIVERED REPORT" | |
}, | |
{ | |
id: "report-broker-pending-report", | |
name: "BROKER PENDING PARTY" | |
}, | |
{ | |
id: "report-last-day-delivery", | |
name: "LAST (DAYS) DELIVERY REPORT" | |
}, | |
{ | |
id: "auction-center-unsold", | |
name: "AUCTION CENTER UNSOLD" | |
}, | |
{ | |
id: "sale-done-today", | |
name: "SALE DONE TODAY" | |
}, | |
{ | |
id: "private-sale-grade-wise", | |
name: "PRIVATE SALE GRADE WISE" | |
}, | |
{ | |
id: "private-sale-party-wise", | |
name: "PRIVATE SALE PARTY WISE" | |
}, | |
{ | |
id: "private-sale-broker-wise", | |
name: "PRIVATE SALE BROKER WISE" | |
}, | |
{ | |
id: "auction-sale-grade-wise", | |
name: "AUCTION SALE GRADE WISE" | |
}, | |
// { | |
// id: "auction-sale-party-wise", | |
// name: "REALISATION AUCTION SALE PARTY WISE" | |
// }, | |
// { | |
// id: "auction-sale-broker-wise", | |
// name: "REALISATION AUCTION SALE BROKER WISE" | |
// }, | |
{ | |
id: "financial", | |
name: "SHORT FINANCIAL PLANNING" | |
}, | |
{ | |
id: "long-financial", | |
name: "LONG FINANCIAL PLANNING" | |
}, | |
{ | |
id: "outstanding", | |
name: "CURRENT OUTSTANDINGS" | |
}, | |
{ | |
id: "movement-history-search", | |
name: "MOVEMENT HISTORY SEARCH" | |
}, | |
{ | |
id: "cost-center", | |
name: "COST CENTER" | |
} | |
]; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment