JeanCarlosChavarriaHughes / scriptFacturacionCostaRica

Este script en php es una adaptación a uno que previamente ya cumplía con muchas de las funciones necesarias para facturar, pero se adapta a lo requerido en Costa Rica, por lo que queda abierto con la solicitud de aportar a mejorar el proyecto.
MIT License
1 stars 0 forks source link

Add e-commerce compatible view #11

Open JeanCarlosChavarriaHughes opened 5 years ago

JeanCarlosChavarriaHughes commented 5 years ago

The point of sale application is not approached to e-commerce service. However there is a small change we can do to make it compatible.

Develop a screen to generate new bills without logging in the system. The screen must allow the external user to create a new customer profile if required, add products to the bill, pay the bill and receive the invoice pdf.

It must not allow the new customer to edit existing bills, products and client.

JeanCarlosChavarriaHughes commented 5 years ago

Currently there is an issue. The modal "Agregar Productos" requires login.

Screen Shot 2019-09-20 at 10 15 13 AM Screen Shot 2019-09-20 at 10 14 35 AM