ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Create my own Stock,Inventory Software

    Developer Discussion
    8
    23
    2.4k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • stacksofplatesS
      stacksofplates
      last edited by

      You can do a ton with Drupal without any coding.

      1 Reply Last reply Reply Quote 2
      • stacksofplatesS
        stacksofplates
        last edited by

        You can spin up a sandbox environment on Pantheon for free to build it.

        1 Reply Last reply Reply Quote 3
        • L
          Laksh1999 @gjacobse
          last edited by

          @gjacobse said in Create my own Stock,Inventory Software:

          Local or web / cloud based?

          Local based

          matteo nunziatiM 1 Reply Last reply Reply Quote 0
          • matteo nunziatiM
            matteo nunziati @Laksh1999
            last edited by matteo nunziati

            @Laksh1999 personally I would use postgres flask and vuejs
            But basically anything from php+mariadb and on is ok.

            Being 2019 I would do it web based.

            scottalanmillerS L 2 Replies Last reply Reply Quote 2
            • scottalanmillerS
              scottalanmiller @matteo nunziati
              last edited by scottalanmiller

              @matteo-nunziati said in Create my own Stock,Inventory Software:

              Being 2019 I would do it web based.

              Which needs to be pointed out... doesn't imply non-local. Hence why the above question didn't make sense. Local and non-local, cloud or not-cloud, web or fat, are three unrelated questions.

              matteo nunziatiM 1 Reply Last reply Reply Quote 1
              • L
                Laksh1999 @matteo nunziati
                last edited by

                @matteo-nunziati said in Create my own Stock,Inventory Software:

                @Laksh1999 personally I would use postgres flask and vuejs
                But basically anything from php+mariadb and on is ok.

                Being 2019 I would do it web based.

                As you said postgres flask,i would like create a database where the product code and product details will be there.The end user should be click on/drop down the list to have the sales of per month/year.I am interested to learn but where to start.This software will be for the windows users

                IRJI matteo nunziatiM scottalanmillerS 3 Replies Last reply Reply Quote 0
                • IRJI
                  IRJ @Laksh1999
                  last edited by

                  @Laksh1999 said in Create my own Stock,Inventory Software:

                  @matteo-nunziati said in Create my own Stock,Inventory Software:

                  @Laksh1999 personally I would use postgres flask and vuejs
                  But basically anything from php+mariadb and on is ok.

                  Being 2019 I would do it web based.

                  As you said postgres flask,i would like create a database where the product code and product details will be there.The end user should be click on/drop down the list to have the sales of per month/year.I am interested to learn but where to start.This software will be for the windows users

                  Uh WordPress and Woocommerce can do that.

                  1 Reply Last reply Reply Quote 0
                  • matteo nunziatiM
                    matteo nunziati @scottalanmiller
                    last edited by

                    @scottalanmiller said in Create my own Stock,Inventory Software:

                    @matteo-nunziati said in Create my own Stock,Inventory Software:

                    Being 2019 I would do it web based.

                    Which needs to be pointed out... doesn't imply non-local. Hence why the above question didn't make sense. Local and non-local, cloud or not-cloud, web or fat, are three unrelated questions.

                    Yeah web based is related to the gui not the way you host it!

                    1 Reply Last reply Reply Quote 1
                    • matteo nunziatiM
                      matteo nunziati @Laksh1999
                      last edited by matteo nunziati

                      @Laksh1999 said in Create my own Stock,Inventory Software:

                      @matteo-nunziati said in Create my own Stock,Inventory Software:

                      @Laksh1999 personally I would use postgres flask and vuejs
                      But basically anything from php+mariadb and on is ok.

                      Being 2019 I would do it web based.

                      As you said postgres flask,i would like create a database where the product code and product details will be there.The end user should be click on/drop down the list to have the sales of per month/year.I am interested to learn but where to start.This software will be for the windows users

                      If you want it quick n dirty there are solutions out there.
                      Drupal wordpress... They have extensions and plugins for a ton of things.

                      If this is a way to start learning with a project any sql db is ok (but stay away from sql server express)
                      And probably php+laravel has the smoothest learning curve.

                      We had discussions on languages in the smb space and php can have a role here.
                      I already knew python so I've never learned php. But it is quite a thing the smb space!

                      Bigger projects are usually java/c#/node/go... Not for the beginner.

                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @Laksh1999
                        last edited by

                        @Laksh1999 said in Create my own Stock,Inventory Software:

                        @matteo-nunziati said in Create my own Stock,Inventory Software:

                        @Laksh1999 personally I would use postgres flask and vuejs
                        But basically anything from php+mariadb and on is ok.

                        Being 2019 I would do it web based.

                        As you said postgres flask,i would like create a database where the product code and product details will be there.The end user should be click on/drop down the list to have the sales of per month/year.I am interested to learn but where to start.This software will be for the windows users

                        Beauty of web based... works for Windows today... works for Mac, Linux, Android, iOS tomorrow. Stops you having to worry about the OS or platform of the end users.

                        1 Reply Last reply Reply Quote 1
                        • scottalanmillerS
                          scottalanmiller @matteo nunziati
                          last edited by

                          @matteo-nunziati said in Create my own Stock,Inventory Software:

                          Bigger projects are usually java/c#/node/go... Not for the beginner.

                          Actually I think PHP is overtaking most of those. Java and C# are primarily legacy support. NodeJS and Go more specialized. PHP remains pretty ideal, and with its new updates, it's so much more competitive than ever before. I think competent large businesses making green field software are leaning to PHP more than ever.

                          1 Reply Last reply Reply Quote 2
                          • matteo nunziatiM
                            matteo nunziati
                            last edited by

                            I would bet on python rather than php, according to language stats around the web.
                            But I haven't looked at the latest updates in php so I can be wrong.

                            Still for.the topic, php + mariadb is ok. Maybe I would use nginx instead of apache.
                            But this is me crushing my head every time I meet apache 🙂

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @matteo nunziati
                              last edited by

                              @matteo-nunziati said in Create my own Stock,Inventory Software:

                              I would bet on python rather than php, according to language stats around the we

                              Python is more used, but not more used for that use case. Python's major use cases are big ones... automation, scientific, meta, etc. It's use case as an enterprise platform language is big, but not in the PHP, C#, Java, category.

                              matteo nunziatiM 1 Reply Last reply Reply Quote 0
                              • F
                                flaxking
                                last edited by

                                Django popularity seems to have skyrocketed in the past couple of years. Python being just an all around popular language has probably helped that.

                                scottalanmillerS 1 Reply Last reply Reply Quote 1
                                • matteo nunziatiM
                                  matteo nunziati @scottalanmiller
                                  last edited by

                                  @scottalanmiller said in Create my own Stock,Inventory Software:

                                  @matteo-nunziati said in Create my own Stock,Inventory Software:

                                  I would bet on python rather than php, according to language stats around the we

                                  Python is more used, but not more used for that use case. Python's major use cases are big ones... automation, scientific, meta, etc. It's use case as an enterprise platform language is big, but not in the PHP, C#, Java, category.

                                  Good point.

                                  1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller @flaxking
                                    last edited by

                                    @flaxking said in Create my own Stock,Inventory Software:

                                    Django popularity seems to have skyrocketed in the past couple of years. Python being just an all around popular language has probably helped that.

                                    Django matured a bit, too.

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      dyasny
                                      last edited by

                                      Have you tried the existing free tools like odoo or partkeepr?

                                      L 1 Reply Last reply Reply Quote 1
                                      • L
                                        Laksh1999 @dyasny
                                        last edited by

                                        @dyasny said in Create my own Stock,Inventory Software:

                                        Have you tried the existing free tools like odoo or partkeepr?

                                        Odoo seems to be asking for money when selected the Sales and Inventory or Purchase
                                        Partkeepr cannot be installed in Windows machine as checked.unable to install this because others are not able to use Unix/Linux OS

                                        1 Reply Last reply Reply Quote 0
                                        • 1
                                        • 2
                                        • 1 / 2
                                        • First post
                                          Last post