Dynamic bill generationHow can I merge properties of two JavaScript objects dynamically?Event binding on dynamically created elements?Generate random string/characters in JavaScriptGenerating random whole numbers in JavaScript in a specific range?Generate random number between two numbers in JavaScriptJquery Window Scroll Active specific itemHuge number of files generated for every Angular projectjqGrid change selected row style ui-jqgrid ui-state-highlight for one grid only, not all the others on the same pageModule parse failed, webstorm, Ionic appcolumn header and row not aligning using bootstrap

Subtract the Folded Matrix

Drawing a second weapon as part of an attack?

What happened to Hopper's girlfriend in season one?

Justifying Affordable Bespoke Spaceships

Covering index used despite missing column

"Correct me if I'm wrong"

Should I include an appendix for inessential, yet related worldbuilding to my story?

What constitutes a syllable?

I just entered the USA without passport control at Atlanta airport

Second 100 amp breaker inside existing 200 amp residential panel for new detached garage

How to properly understand branches of complex functions

Is "Busen" just the area between the breasts?

Are there any "normal" words with the syllable кы?

Dmesg full of I/O errors, smart ok, four disks affected

Counterfeit checks were created for my account. How does this type of fraud work?

King or Queen-Which piece is which?

Can I change normal plug to a 15amp round pin plug?

Dates on degrees don’t make sense – will people care?

Umlaut character order when sorting

Is it illegal to withhold someone's passport and green card in California?

What is the "ls" directory in my home directory?

Improve appearance of the table in Latex

How do I remove this inheritance-related code smell?

What is the most suitable position for a bishop here?



Dynamic bill generation


How can I merge properties of two JavaScript objects dynamically?Event binding on dynamically created elements?Generate random string/characters in JavaScriptGenerating random whole numbers in JavaScript in a specific range?Generate random number between two numbers in JavaScriptJquery Window Scroll Active specific itemHuge number of files generated for every Angular projectjqGrid change selected row style ui-jqgrid ui-state-highlight for one grid only, not all the others on the same pageModule parse failed, webstorm, Ionic appcolumn header and row not aligning using bootstrap






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















I have generated a bill there are a number of items in the bill and I have to hide the items which have charge amt is = 0 and it should print the item on the bill which has charge amt > 0



this is my html file



this my view bill page




  1. List item







    <ion-title align="left">Bill</ion-title> </ion-navbar>





    English
    German
    Spanish
    French
    Marathi




    -->




    चारकोप (1)enter code here
    item.Society_Name</b> -->










    -->

    <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">

    <div class="col">पावती क्रमांक :
    <b>this.name.bill_no</b>
    </div>
    </div>
    <div style="display: grid;
    grid-template-columns: auto auto;">
    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:left;
    text-align: center;">Name :
    <b>this.name.bill_name </b></div>
    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:right;
    text-align: center;">Bill Date :
    <b>this.name.bill_period</b></div>

    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:left;
    text-align: center;">
    Bill For : <b>this.name.bill_period</b>
    </div>
    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:right;
    text-align: center;">
    Due Date : <b>this.name.bill_due</b>
    </div>

    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:left;
    text-align: center;">
    Wing :
    <b>this.name.wing</b>
    </div>
    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:right;
    text-align: center;">
    Floor No : <b>2</b>
    </div>
    </div>
    <div style="display: grid;
    grid-template-columns: auto auto auto;">
    <div class="col" style="background-color: rgb(255, 173, 22);
    color: white; float: left; " >
    <b>Sr.</b>
    </div>
    <div class="col" style="background-color: rgb(255, 173, 22);
    color: white; float: left; " >
    <b>शुल्क विशेष</b>
    </div>
    <div class="col" style="background-color: rgb(255, 173, 22);
    color: white; float: left; ">
    <b>रक्कम</b>
    </div>
    </div>
    <div style="display: grid;
    grid-template-columns: auto auto auto;">

    <div class="col" style="background-color: rgb(228, 227, 227);" >
    <div class="row" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars; let i = index">i + 1</div>
    </div>
    <div class="col" size="8" style="background-color: rgb(228, 227, 227); " >

    <div class="row" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars">item.title</div>
    <!-- <ion-item *ngIf="this.products === charg_amt && charg_amt === 0"></ion-item> -->
    </div>
    <div class="col" style="background-color: rgb(228, 227, 227); " >
    <div class="row" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars">item.charg_amt</div>
    <!-- <ion-item *ngIf="!this.item.charg_amt.deleted === false">name.charg_amt </ion-item> -->
    <!-- <div *ngIf="this.products === charg_amt"> -->

    </div>

    </div>
    <!-- <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" col-2>
    <div class="row particularsList" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars; let i = index">i + 1</div>
    </div>
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" col-50>
    <div class="row particularsList" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars">item.charge_title</div>
    </div>
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" col-3>
    <div class="row particularsList" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars">item. charge_amt</div>
    </div>
    </div> -->

    <div style="display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 1px; border-bottom: solid black;
    border-width: 1px;">
    <div class="col" style="grid-column: 1 / span 2;">मागील तारख :- २१७०८</div>
    <div class="col" >
    <div class="row" style="grid-column: 2 ;">
    <div class="col">उप एकूण ₹</div>

    <div class="col">this.name.sub_Total</div>
    </div>
    <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" >
    <b>एकूण देय रक्कम ₹</b>
    </div>
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" >
    <b>this.name.grand_total</b>
    </div>
    </div>
    </div>
    </div>

    <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">
    <div class="col">
    <B>नियम:</B>
    <P>1. प्रत्येक महिन्याच्या २० तारखेपर्यंत देखभाल खर्चाचा कर
    प्रदान करावा . कर प्रदान न केल्यास २१% दराने बाकी रक्कमेवर व्याज आकारला जाईल. </P>
    <P>2. प्रत्येक महिन्याच्या २० तारखेच्या आत देयकाची रक्कम प्रधान करावी.</P>
    <P>3. धनादेशाने रक्कम भरायची असल्यास धनादेश चारकोप (१)
    लि या नावाने.२० तारीखेयपूर्वी घ्यावा.</P>
    <!-- <p *ngFor="let item of RuleData; let i = index">i+1.item.rule </p> -->

    </div>
    </div>

    <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" align="right">
    `enter code here` (1)
    </div>
    </div>

    <div class="row authSign" style=" height: 100px;" >
    <div class="col" align="right">
    <b>अधिकृत सही</b>
    </div>
    </div>





    item.title (item.charg_amt)

    Bearbeiten
    Löschen







    Print













share|improve this question



















  • 1





    what is the issue you are facing here?

    – Suraj Rao
    Mar 25 at 7:12











  • i put a condition ngIf ="this.products == = charg_amt its not properly work i have to hide item and charge amt but its hide somthing else

    – Farha khan
    Mar 25 at 9:49

















1















I have generated a bill there are a number of items in the bill and I have to hide the items which have charge amt is = 0 and it should print the item on the bill which has charge amt > 0



this is my html file



this my view bill page




  1. List item







    <ion-title align="left">Bill</ion-title> </ion-navbar>





    English
    German
    Spanish
    French
    Marathi




    -->




    चारकोप (1)enter code here
    item.Society_Name</b> -->










    -->

    <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">

    <div class="col">पावती क्रमांक :
    <b>this.name.bill_no</b>
    </div>
    </div>
    <div style="display: grid;
    grid-template-columns: auto auto;">
    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:left;
    text-align: center;">Name :
    <b>this.name.bill_name </b></div>
    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:right;
    text-align: center;">Bill Date :
    <b>this.name.bill_period</b></div>

    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:left;
    text-align: center;">
    Bill For : <b>this.name.bill_period</b>
    </div>
    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:right;
    text-align: center;">
    Due Date : <b>this.name.bill_due</b>
    </div>

    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:left;
    text-align: center;">
    Wing :
    <b>this.name.wing</b>
    </div>
    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:right;
    text-align: center;">
    Floor No : <b>2</b>
    </div>
    </div>
    <div style="display: grid;
    grid-template-columns: auto auto auto;">
    <div class="col" style="background-color: rgb(255, 173, 22);
    color: white; float: left; " >
    <b>Sr.</b>
    </div>
    <div class="col" style="background-color: rgb(255, 173, 22);
    color: white; float: left; " >
    <b>शुल्क विशेष</b>
    </div>
    <div class="col" style="background-color: rgb(255, 173, 22);
    color: white; float: left; ">
    <b>रक्कम</b>
    </div>
    </div>
    <div style="display: grid;
    grid-template-columns: auto auto auto;">

    <div class="col" style="background-color: rgb(228, 227, 227);" >
    <div class="row" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars; let i = index">i + 1</div>
    </div>
    <div class="col" size="8" style="background-color: rgb(228, 227, 227); " >

    <div class="row" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars">item.title</div>
    <!-- <ion-item *ngIf="this.products === charg_amt && charg_amt === 0"></ion-item> -->
    </div>
    <div class="col" style="background-color: rgb(228, 227, 227); " >
    <div class="row" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars">item.charg_amt</div>
    <!-- <ion-item *ngIf="!this.item.charg_amt.deleted === false">name.charg_amt </ion-item> -->
    <!-- <div *ngIf="this.products === charg_amt"> -->

    </div>

    </div>
    <!-- <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" col-2>
    <div class="row particularsList" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars; let i = index">i + 1</div>
    </div>
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" col-50>
    <div class="row particularsList" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars">item.charge_title</div>
    </div>
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" col-3>
    <div class="row particularsList" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars">item. charge_amt</div>
    </div>
    </div> -->

    <div style="display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 1px; border-bottom: solid black;
    border-width: 1px;">
    <div class="col" style="grid-column: 1 / span 2;">मागील तारख :- २१७०८</div>
    <div class="col" >
    <div class="row" style="grid-column: 2 ;">
    <div class="col">उप एकूण ₹</div>

    <div class="col">this.name.sub_Total</div>
    </div>
    <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" >
    <b>एकूण देय रक्कम ₹</b>
    </div>
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" >
    <b>this.name.grand_total</b>
    </div>
    </div>
    </div>
    </div>

    <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">
    <div class="col">
    <B>नियम:</B>
    <P>1. प्रत्येक महिन्याच्या २० तारखेपर्यंत देखभाल खर्चाचा कर
    प्रदान करावा . कर प्रदान न केल्यास २१% दराने बाकी रक्कमेवर व्याज आकारला जाईल. </P>
    <P>2. प्रत्येक महिन्याच्या २० तारखेच्या आत देयकाची रक्कम प्रधान करावी.</P>
    <P>3. धनादेशाने रक्कम भरायची असल्यास धनादेश चारकोप (१)
    लि या नावाने.२० तारीखेयपूर्वी घ्यावा.</P>
    <!-- <p *ngFor="let item of RuleData; let i = index">i+1.item.rule </p> -->

    </div>
    </div>

    <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" align="right">
    `enter code here` (1)
    </div>
    </div>

    <div class="row authSign" style=" height: 100px;" >
    <div class="col" align="right">
    <b>अधिकृत सही</b>
    </div>
    </div>





    item.title (item.charg_amt)

    Bearbeiten
    Löschen







    Print













share|improve this question



















  • 1





    what is the issue you are facing here?

    – Suraj Rao
    Mar 25 at 7:12











  • i put a condition ngIf ="this.products == = charg_amt its not properly work i have to hide item and charge amt but its hide somthing else

    – Farha khan
    Mar 25 at 9:49













1












1








1








I have generated a bill there are a number of items in the bill and I have to hide the items which have charge amt is = 0 and it should print the item on the bill which has charge amt > 0



this is my html file



this my view bill page




  1. List item







    <ion-title align="left">Bill</ion-title> </ion-navbar>





    English
    German
    Spanish
    French
    Marathi




    -->




    चारकोप (1)enter code here
    item.Society_Name</b> -->










    -->

    <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">

    <div class="col">पावती क्रमांक :
    <b>this.name.bill_no</b>
    </div>
    </div>
    <div style="display: grid;
    grid-template-columns: auto auto;">
    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:left;
    text-align: center;">Name :
    <b>this.name.bill_name </b></div>
    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:right;
    text-align: center;">Bill Date :
    <b>this.name.bill_period</b></div>

    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:left;
    text-align: center;">
    Bill For : <b>this.name.bill_period</b>
    </div>
    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:right;
    text-align: center;">
    Due Date : <b>this.name.bill_due</b>
    </div>

    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:left;
    text-align: center;">
    Wing :
    <b>this.name.wing</b>
    </div>
    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:right;
    text-align: center;">
    Floor No : <b>2</b>
    </div>
    </div>
    <div style="display: grid;
    grid-template-columns: auto auto auto;">
    <div class="col" style="background-color: rgb(255, 173, 22);
    color: white; float: left; " >
    <b>Sr.</b>
    </div>
    <div class="col" style="background-color: rgb(255, 173, 22);
    color: white; float: left; " >
    <b>शुल्क विशेष</b>
    </div>
    <div class="col" style="background-color: rgb(255, 173, 22);
    color: white; float: left; ">
    <b>रक्कम</b>
    </div>
    </div>
    <div style="display: grid;
    grid-template-columns: auto auto auto;">

    <div class="col" style="background-color: rgb(228, 227, 227);" >
    <div class="row" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars; let i = index">i + 1</div>
    </div>
    <div class="col" size="8" style="background-color: rgb(228, 227, 227); " >

    <div class="row" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars">item.title</div>
    <!-- <ion-item *ngIf="this.products === charg_amt && charg_amt === 0"></ion-item> -->
    </div>
    <div class="col" style="background-color: rgb(228, 227, 227); " >
    <div class="row" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars">item.charg_amt</div>
    <!-- <ion-item *ngIf="!this.item.charg_amt.deleted === false">name.charg_amt </ion-item> -->
    <!-- <div *ngIf="this.products === charg_amt"> -->

    </div>

    </div>
    <!-- <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" col-2>
    <div class="row particularsList" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars; let i = index">i + 1</div>
    </div>
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" col-50>
    <div class="row particularsList" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars">item.charge_title</div>
    </div>
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" col-3>
    <div class="row particularsList" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars">item. charge_amt</div>
    </div>
    </div> -->

    <div style="display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 1px; border-bottom: solid black;
    border-width: 1px;">
    <div class="col" style="grid-column: 1 / span 2;">मागील तारख :- २१७०८</div>
    <div class="col" >
    <div class="row" style="grid-column: 2 ;">
    <div class="col">उप एकूण ₹</div>

    <div class="col">this.name.sub_Total</div>
    </div>
    <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" >
    <b>एकूण देय रक्कम ₹</b>
    </div>
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" >
    <b>this.name.grand_total</b>
    </div>
    </div>
    </div>
    </div>

    <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">
    <div class="col">
    <B>नियम:</B>
    <P>1. प्रत्येक महिन्याच्या २० तारखेपर्यंत देखभाल खर्चाचा कर
    प्रदान करावा . कर प्रदान न केल्यास २१% दराने बाकी रक्कमेवर व्याज आकारला जाईल. </P>
    <P>2. प्रत्येक महिन्याच्या २० तारखेच्या आत देयकाची रक्कम प्रधान करावी.</P>
    <P>3. धनादेशाने रक्कम भरायची असल्यास धनादेश चारकोप (१)
    लि या नावाने.२० तारीखेयपूर्वी घ्यावा.</P>
    <!-- <p *ngFor="let item of RuleData; let i = index">i+1.item.rule </p> -->

    </div>
    </div>

    <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" align="right">
    `enter code here` (1)
    </div>
    </div>

    <div class="row authSign" style=" height: 100px;" >
    <div class="col" align="right">
    <b>अधिकृत सही</b>
    </div>
    </div>





    item.title (item.charg_amt)

    Bearbeiten
    Löschen







    Print













share|improve this question
















I have generated a bill there are a number of items in the bill and I have to hide the items which have charge amt is = 0 and it should print the item on the bill which has charge amt > 0



this is my html file



this my view bill page




  1. List item







    <ion-title align="left">Bill</ion-title> </ion-navbar>





    English
    German
    Spanish
    French
    Marathi




    -->




    चारकोप (1)enter code here
    item.Society_Name</b> -->










    -->

    <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">

    <div class="col">पावती क्रमांक :
    <b>this.name.bill_no</b>
    </div>
    </div>
    <div style="display: grid;
    grid-template-columns: auto auto;">
    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:left;
    text-align: center;">Name :
    <b>this.name.bill_name </b></div>
    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:right;
    text-align: center;">Bill Date :
    <b>this.name.bill_period</b></div>

    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:left;
    text-align: center;">
    Bill For : <b>this.name.bill_period</b>
    </div>
    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:right;
    text-align: center;">
    Due Date : <b>this.name.bill_due</b>
    </div>

    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:left;
    text-align: center;">
    Wing :
    <b>this.name.wing</b>
    </div>
    <div style=" border: 1px solid rgba(0, 0, 0, 0.8);
    float:right;
    text-align: center;">
    Floor No : <b>2</b>
    </div>
    </div>
    <div style="display: grid;
    grid-template-columns: auto auto auto;">
    <div class="col" style="background-color: rgb(255, 173, 22);
    color: white; float: left; " >
    <b>Sr.</b>
    </div>
    <div class="col" style="background-color: rgb(255, 173, 22);
    color: white; float: left; " >
    <b>शुल्क विशेष</b>
    </div>
    <div class="col" style="background-color: rgb(255, 173, 22);
    color: white; float: left; ">
    <b>रक्कम</b>
    </div>
    </div>
    <div style="display: grid;
    grid-template-columns: auto auto auto;">

    <div class="col" style="background-color: rgb(228, 227, 227);" >
    <div class="row" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars; let i = index">i + 1</div>
    </div>
    <div class="col" size="8" style="background-color: rgb(228, 227, 227); " >

    <div class="row" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars">item.title</div>
    <!-- <ion-item *ngIf="this.products === charg_amt && charg_amt === 0"></ion-item> -->
    </div>
    <div class="col" style="background-color: rgb(228, 227, 227); " >
    <div class="row" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars">item.charg_amt</div>
    <!-- <ion-item *ngIf="!this.item.charg_amt.deleted === false">name.charg_amt </ion-item> -->
    <!-- <div *ngIf="this.products === charg_amt"> -->

    </div>

    </div>
    <!-- <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" col-2>
    <div class="row particularsList" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars; let i = index">i + 1</div>
    </div>
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" col-50>
    <div class="row particularsList" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars">item.charge_title</div>
    </div>
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" col-3>
    <div class="row particularsList" style="background-color: rgb(228, 227, 227);" *ngFor="let item of particulars">item. charge_amt</div>
    </div>
    </div> -->

    <div style="display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 1px; border-bottom: solid black;
    border-width: 1px;">
    <div class="col" style="grid-column: 1 / span 2;">मागील तारख :- २१७०८</div>
    <div class="col" >
    <div class="row" style="grid-column: 2 ;">
    <div class="col">उप एकूण ₹</div>

    <div class="col">this.name.sub_Total</div>
    </div>
    <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" >
    <b>एकूण देय रक्कम ₹</b>
    </div>
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" >
    <b>this.name.grand_total</b>
    </div>
    </div>
    </div>
    </div>

    <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">
    <div class="col">
    <B>नियम:</B>
    <P>1. प्रत्येक महिन्याच्या २० तारखेपर्यंत देखभाल खर्चाचा कर
    प्रदान करावा . कर प्रदान न केल्यास २१% दराने बाकी रक्कमेवर व्याज आकारला जाईल. </P>
    <P>2. प्रत्येक महिन्याच्या २० तारखेच्या आत देयकाची रक्कम प्रधान करावी.</P>
    <P>3. धनादेशाने रक्कम भरायची असल्यास धनादेश चारकोप (१)
    लि या नावाने.२० तारीखेयपूर्वी घ्यावा.</P>
    <!-- <p *ngFor="let item of RuleData; let i = index">i+1.item.rule </p> -->

    </div>
    </div>

    <div class="row" style=" border-bottom: solid black;
    border-width: 1px;">
    <div class="col particularsList" style="background-color: rgb(228, 227, 227);" align="right">
    `enter code here` (1)
    </div>
    </div>

    <div class="row authSign" style=" height: 100px;" >
    <div class="col" align="right">
    <b>अधिकृत सही</b>
    </div>
    </div>





    item.title (item.charg_amt)

    Bearbeiten
    Löschen







    Print










javascript angular typescript ionic-framework






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 25 at 10:02







Farha khan

















asked Mar 25 at 7:08









Farha khanFarha khan

62




62







  • 1





    what is the issue you are facing here?

    – Suraj Rao
    Mar 25 at 7:12











  • i put a condition ngIf ="this.products == = charg_amt its not properly work i have to hide item and charge amt but its hide somthing else

    – Farha khan
    Mar 25 at 9:49












  • 1





    what is the issue you are facing here?

    – Suraj Rao
    Mar 25 at 7:12











  • i put a condition ngIf ="this.products == = charg_amt its not properly work i have to hide item and charge amt but its hide somthing else

    – Farha khan
    Mar 25 at 9:49







1




1





what is the issue you are facing here?

– Suraj Rao
Mar 25 at 7:12





what is the issue you are facing here?

– Suraj Rao
Mar 25 at 7:12













i put a condition ngIf ="this.products == = charg_amt its not properly work i have to hide item and charge amt but its hide somthing else

– Farha khan
Mar 25 at 9:49





i put a condition ngIf ="this.products == = charg_amt its not properly work i have to hide item and charge amt but its hide somthing else

– Farha khan
Mar 25 at 9:49












1 Answer
1






active

oldest

votes


















0














Try this



 <ion-item-sliding *ngIf="!item.deleted && item.charg_amt" #products>


The change I've made is added a condition && item.charg_amt in your ngIf






share|improve this answer























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55332727%2fdynamic-bill-generation%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Try this



     <ion-item-sliding *ngIf="!item.deleted && item.charg_amt" #products>


    The change I've made is added a condition && item.charg_amt in your ngIf






    share|improve this answer



























      0














      Try this



       <ion-item-sliding *ngIf="!item.deleted && item.charg_amt" #products>


      The change I've made is added a condition && item.charg_amt in your ngIf






      share|improve this answer

























        0












        0








        0







        Try this



         <ion-item-sliding *ngIf="!item.deleted && item.charg_amt" #products>


        The change I've made is added a condition && item.charg_amt in your ngIf






        share|improve this answer













        Try this



         <ion-item-sliding *ngIf="!item.deleted && item.charg_amt" #products>


        The change I've made is added a condition && item.charg_amt in your ngIf







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 25 at 9:46









        Seba CherianSeba Cherian

        731113




        731113





























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55332727%2fdynamic-bill-generation%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

            Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript