Thank you! i got this.
But how can i fetch the tax data in my print format.
Thank you! i got this.
But how can i fetch the tax data in my print format.
As @Muzzy said the POS can only do tax inclusive. Meaning you have to include the tax in price (list the price to 285 instead of 271).
Hence the pos will deduct the tax in the invoice.
Yes i got this but i want taxes to be reflected in Print format.!
Untitled|690x379
In the red box i want TAX amount: 10.
How can i get that.
Have you defined the sales tax template?
And get the printed field accordingly.
Like you did here
I’m sorry that I don’t use POS so my suggestion might not be straightforward.
Sales Tax template is used at the time of Sales Invoice or POS Invoice.
I’ve added TAX - 5% in each item. So that at the time of Sales it should reflect in print format also.
In POS Awesome the taxes are coming, But in Print format nothing is coming. I want taxes in Print format to which is 10.56.
You can create a custom Print format as you need
I recommend you check these:
https://docs.erpnext.com/docs/user/manual/en/customize-erpnext/print-format
https://docs.erpnext.com/docs/user/manual/en/setting-up/print/print-format-builder
Greetings
Why reading OFFLINE POS SETTINGS - Print format field as this is for Offline.
I have this field with a Custom Print format which is for Offline and when trying to load does not work.
Maybe just add a Print format field under POS AWESOME SETTINGS for Online Print format.
This what i get
And on the Browser shows only this
{{ body }}
Maybe add buttons for Cash payment like below
In which when user clicks on C to clear and on any button (e.g. 1,000) twice keeps on adding up.
Or like in the V13 (add by 50 or 100) or even better under settings allow four buttons to add bills as per each Country requirements.
Please review this :
Thanks for the reply will investigate but it’s strange because this custom POS print format works well on POS so why not when printing on yours!
Does it support cash drawer and pole display for showing the prices? If yes, please suggest how to connect pole display for showing the prices to customer.
Also, would like to know a few more feature can be added to POS -
Thanks in Advance!
Cheeers!!
Hi Youssef, thanks for your awesome work on POS Awesome!
I am wondering if I have corruption in my items database as when I load POS awesome it gives me the following error after enumerating products for some seconds:
Are you able to point in the direction of the item or items that may be causing this error. I had planed to install myphpadmin to do the same query that your python code was doing however in the mean time I thought you might have some insight. Will let you know how I go, once again thanks for your awesome effort with this.
Kind regards,
RapidIT
The drawer is usually attached to the printer and taking open order from it
Thanks for your suggestions, and I can use some help with adding these new features.
Have you tried removing the tax from the POS Profile and putting it only in the items?
Yes, it is working fine with printer.
Yes, I tried but it is not taking taxes from Item Tax Template.
Thanks for the great idea, here is the response:
Unable to handle success response
request.js:241 DOMException: Failed to execute ‘setItem’ on ‘Storage’: Setting the value of ‘items_storage’ exceeded the quota.
at Object.callback (http://192.168.0.235/assets/js/posapp.min.js?ver=1608522566.0:1:13344)
at Object.success [as success_callback] (http://192.168.0.235/assets/js/desk.min.js?ver=1608522566.0:1:58202)
at 200 (http://192.168.0.235/assets/js/desk.min.js?ver=1608522566.0:1:58491)
at Object. (http://192.168.0.235/assets/js/desk.min.js?ver=1608522566.0:1:60966)
at i (http://192.168.0.235/assets/frappe/js/lib/jquery/jquery.min.js:2:27151)
at Object.fireWith [as resolveWith] (http://192.168.0.235/assets/frappe/js/lib/jquery/jquery.min.js:2:27914)
at z (http://192.168.0.235/assets/frappe/js/lib/jquery/jquery.min.js:4:12059)
at XMLHttpRequest. (http://192.168.0.235/assets/frappe/js/lib/jquery/jquery.min.js:4:15619)
(anonymous) @ request.js:241
i @ jquery.min.js:2
fireWith @ jquery.min.js:2
z @ jquery.min.js:4
(anonymous) @ jquery.min.js:4
jquery.min.js:4 POST http://192.168.0.235/api/method/posawesome.posawesome.api.posapp.get_items_details 500 (INTERNAL SERVER ERROR)
send @ jquery.min.js:4
ajax @ jquery.min.js:4
frappe.request.call @ request.js:219
frappe.call @ request.js:91
update_items_details @ ItemsSelector.vue?rollup-plugin-vue=script.js:272
filtred_items @ ItemsSelector.vue?rollup-plugin-vue=script.js:157
ln.run @ libs.min.js?ver=1608522566.0:234
cn @ libs.min.js?ver=1608522566.0:234
(anonymous) @ libs.min.js?ver=1608522566.0:234
qe @ libs.min.js?ver=1608522566.0:234
Promise.then (async)
ze @ libs.min.js?ver=1608522566.0:234
Ye @ libs.min.js?ver=1608522566.0:234
(anonymous) @ libs.min.js?ver=1608522566.0:234
ln.update @ libs.min.js?ver=1608522566.0:234
ce.notify @ libs.min.js?ver=1608522566.0:234
set @ libs.min.js?ver=1608522566.0:234
fn.set @ libs.min.js?ver=1608522566.0:234
callback @ ItemsSelector.vue?rollup-plugin-vue=script.js:178
success @ request.js:76
200 @ request.js:114
(anonymous) @ request.js:237
i @ jquery.min.js:2
fireWith @ jquery.min.js:2
z @ jquery.min.js:4
(anonymous) @ jquery.min.js:4
request.js:355 Traceback (most recent call last):
File “/home/erp_administrator/erp_bench/apps/frappe/frappe/app.py”, line 64, in application
response = frappe.api.handle()
File “/home/erp_administrator/erp_bench/apps/frappe/frappe/api.py”, line 59, in handle
return frappe.handler.handle()
File “/home/erp_administrator/erp_bench/apps/frappe/frappe/handler.py”, line 24, in handle
data = execute_cmd(cmd)
File “/home/erp_administrator/erp_bench/apps/frappe/frappe/handler.py”, line 64, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File “/home/erp_administrator/erp_bench/apps/frappe/frappe/init.py”, line 1064, in call
return fn(*args, **newargs)
File “/home/erp_administrator/erp_bench/apps/posawesome/posawesome/posawesome/api/posapp.py”, line 355, in get_items_details
for batch in batch_list:
TypeError: ‘int’ object is not iterable
What versions do you have?