Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some issue and request features #512

Open
khanhzpz opened this issue Jul 10, 2022 · 1 comment
Open

Some issue and request features #512

khanhzpz opened this issue Jul 10, 2022 · 1 comment

Comments

@khanhzpz
Copy link

khanhzpz commented Jul 10, 2022

Please:
add set decimal of Price on setting
add set decimal of Quantity on setting
add set Thousand Separator Price on setting
add time create invoice and payment on sale, return, purchase ... most only date now
add history to can check any transaction such as change price, edit sales, purchase ...

Need fix Profix report:
Explain:
Sales = $400 quantity 4 unit
Sales Return = $300 quantity 3 unit
Product cost $70 for each unit

Current Stocky using wrong:
Profit = Sales - Product cost x Quantity sale
Profit = $400 - $70 x 4 = $120

Need change:
Correct:
Profit = Sales - Sales Return - Product cost x (Quantity sale - Quantity return)
Profit = $400 - $300 - $70 x (4-3) = $30

For Sale return:
Need limit return item total for a Invoice can't bigger then quantity buy:
Explain: customer buy 3 units then return 3 units, next date come to return again 3 units and current system still accept this turn onm same invoice yesterday already return, it not correct.

Report:
Sale Report -> add User create invoice and payment, add sum Amount
Payment -> add User create payment, add sum Amount

For report please:
add Date Range in all reports (some new report on version 4.0.2 is not yet add)
add Export EXCEL to all reports
add sum at Amount and quantity in all report

@hamzakifani
Copy link
Collaborator

Thanks for these suggestions ,will fix all issues . Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To do
Development

No branches or pull requests

2 participants