Accounting Management Solution [closed] - php

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
Well, my question is about Accounting Management.
I have a system already, it's work fine, but now I need to control the follow intems.
ACCOUNTS RECEIVABLE (My Invoices)
ACCOUNTS PAYABLE
SETTLE ACCOUNTS
CASH FLOW
GENERAL LEDGER
FIXED ASSETS
PAYROLL
On ACCOUNTS RECEIVABLE I have all my invoice system.
The rest, I need to work on it.
Is this the right way to start a new accounting module?
Does Anybody have a good source of knowledge about accounts?

Yes. Go that way, really fast. If something gets in your way ... turn.

Related

How can I retrieve related or upselling products in php shopify app? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I am looking into these apis to develop my shopify app, they haven't mentioned about apis for getting upselling products. Can anyone help?
https://github.com/cmcdonaldca/ohShopify.php
https://github.com/ShopifyExtras/PHP-Shopify-API-Wrapper
There is no such thing in Shopify as related products. You make the relations up yourself. Since early days of Shopify, many concepts have been used to upsell related products, all of them based off of nothing more than simplistic concepts like connecting by type, vendor, sales quantity, or simple curation links.

Take random photos with PHP [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am building an examination system. I was wondering, could I take random photos of the person taking the exam in random intervals? The students will be required to allow the site to use the camera for them to access the question. The system will then take random photos in random intervals. I want to use PHP or anyone with an idea how I can go about it?
Javascript is more suited for that kind of task. Check out this API for more informations ΒΈ
Edit, You should take in consideration that not alot of browsers allows it. it seams to be more accepted in mobile browser.
Hopes it helps !
Nic

will lots of people on website overload database? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have a website run by php. I have about 80 users that will be signing up within a hour period.
my question is are there any problems that could occur when having lots of people accessing my database all at once?
I mean 80 users is a lot for me, and if some of you people that have way more than that are laughing at me, how many people would it take to mess up a database?
Thanks in advance!
You could use a tool like apachebench to check. Then you could use tools like memcached (or memcachedb if you needed persistence) to dial down the mysql queries. I would also set up mysql slow query logging.

Wallet system like odesk [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
Hello guys I am currently developing an auction website with the yii framework and I am planning on implementing a wallet system for my users like in odesk..however I am not so sure about the security.. my questions is:
What are the risks for this wallet system?
Are there any extensions out there for this system?
Thanks..Sorry for my bad english.
The main risk that such a system will expose you to has nothing to do with programming, but is worth mentioning anyway: operating such a system will cause your web site to be classified by many governments as a money transmitter, which will impose a number of complex legal requirements on you. It will also make it very difficult for you to move money in and out of the system, as most of the normal providers (e.g, credit card processors and PayPal) do not permit the operation of money transmitters.
Consult a lawyer for details. This stuff is very complicated, and the details will depend on what countries you intend to do business in.

Amazon API simple repricer?

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed yesterday.
Improve this question
I am currently looking to build a simple repricer for Amazon, what I am thinking of doing is basically just checking all the active items prices and lowest price they are being sold for then match them or lower it by a penny or so. I just need to get pointed into the right direction and which API I should sign up for. So what do you guys think I basically just need some advice.
Thank you,
Michael
I know this is old, but https://developer.amazonservices.com/ is the API you want to use. It's got lookup by ASIN, etc to check the current price.

Categories