metaware / angular-invoicing

Create free and unlimited one off invoices using this little Invoicing app made with Angular JS
http://metaware.github.io/angular-invoicing/
661 stars 267 forks source link

AJAX For Selection Of Invoice List Item #8

Closed ajitdixit closed 10 years ago

ajitdixit commented 10 years ago

Can we have facility of selecting the item from pre-defined list using ajax

jasdeepsingh commented 10 years ago

The application happens to be a client side app with no server side components. There were no intentions whatsoever to add any server side dependency.

jasdeepsingh commented 10 years ago

Let me know if this answers your question and I'll go ahead and close the issue, or if I interpreted anything wrong and should keep it open?

ajitdixit commented 10 years ago

Dear Mr Jasdeep, I am not talking of any server side dependency We can have json file on client side which is used as kind of Product master Regards

Ajit

On 08-11-2013 PM 08:47, Jasdeep Singh wrote:

Let me know if this answers your question and I'll go ahead and close the issue, or if I interpreted anything wrong and should keep it open?

— Reply to this email directly or view it on GitHub https://github.com/metaware/angular-invoicing/issues/8#issuecomment-28069843.

ajitdixit commented 10 years ago

Dear Mr Jasdeep This can be achieved by having json file on client side which acts as kind of master. We can have provision for Customer master & Product Master

No server side dependency will be required

Regards ,

Ajit

On 08-11-2013 PM 08:43, Jasdeep Singh wrote:

The application happens to be a client side app with no server side components. There were no intentions whatsoever to add any server side dependency.

— Reply to this email directly or view it on GitHub https://github.com/metaware/angular-invoicing/issues/8#issuecomment-28069464.

jasdeepsingh commented 10 years ago

I'm afraid I think that's not possible. Can you share some code samples on what you are referring to??