0

Article

I want when choice one item from Article in invoice (from templates in Ninox), when added to my invoice clean from Article(each item).  Can i do?

3 replies

null
    • New_Sun
    • 4 yrs ago
    • Reported - view

    i better explain my enquiry better:

    when i choose an equipment or anything from an Article (in templates in ninox in invoice) to add to my receipt invoice. i want the specific equipment gets deleted from the Article, is that possible please?

    • Ninox partner
    • RoSoft_Steven.1
    • 4 yrs ago
    • Reported - view

    Hi New Sun,

    Is this what you are looking for? Made a template from the example InvoiceDB. Look for the code after update in the article picker:

    let artID := this.Article;
    let NewItem := Article.Article;
    let NewPrice := Article.Price;
    delete artID;
    Item := NewItem;
    Price := NewPrice

     

    Link: https://www.dropbox.com/s/7t2sho5bj9efuli/InvoicesNewSun.ninox?dl=0

    • New_Sun
    • 4 yrs ago
    • Reported - view

    thank you Steven,yes It was exactly what I needed

    thank you very much

Content aside

  • 4 yrs agoLast active
  • 3Replies
  • 1257Views