Welcome Guest, Not a member yet? Register   Sign In
Invoices and orders
#1

[eluser]FcbInfo[/eluser]
Hello. Is possible to do with CodeIgniter an aplication like that demo.simpleinvoices.org ?

When you go to edit an invoice you can ADD ROW (invoice item) and REMOVE ROW, inside a invoice with customer data and invoice data.

That use 2 tables... invoces and invoice_itens.

It's hard to do, or i can get this working with user guide?

Thank you!
#2

[eluser]PhilTem[/eluser]
Did you hear of BambooInvoice? It's build entirely on CI (guess it's some CI 1.7.x version).
You may want to look into the source code to see how everything is implemented Wink

PS: Everything that is implementable with pure/procedural/standard PHP can be implemented in CI as well because it does not alter any PHP behavior. If you know pure PHP you can master CI!
#3

[eluser]FcbInfo[/eluser]
Thank you!

Songs good! Ill try to do this NOW!

I believe I can do anything in php without using object-oriented. But when it comes to object-oriented, it is a bit hard for me. But... i can learn OO and CI. I just need time and dedication!

At this moment, I'm still thinking that is more hard to program using code igniter than procedural programming with php.

LOL. (please do not laugh at me).
#4

[eluser]FcbInfo[/eluser]
Have instaled bamboo!

This is exactly everything I needed to start my project.

Thank you very much!

PhilTem... I LOVE YOU!




Theme © iAndrew 2016 - Forum software by © MyBB