objecttothis

Results 411 comments of objecttothis

> > > @objecttothis I have briefly updated this patch as the original code also relied on another functionality that I won't probably merge in upstream (which was adding quantity...

@DamianoSilverhand I've merged my PR so you'll need to rebase on the master to make sure there are not any overlapping changes. There probably won't be too many.

@DamianoSilverhand are you talking about the views to show the attributes when editing a customer or the views associated with editing/adding/removing person_attributes? The good part about already having the functionality...

@DamianoSilverhand the branch that you are working on is not in this repo, so I can't comment on your code, but look at the DIV here https://github.com/DamianoSilverhand/opensourcepos/blob/person_attributes/application/views/items/form.php#L58 and you'll see...

In #3271 I've stripped out the Emberlabs code and added the composer entry for picqer/php-barcode-generator. Now I just need to port the function calls over, then we can test it.

> > > Removed the item_location in receivings edit_item in one of my last PRs Super. I updated the issue. I think I'll address this more once we sort out...

@tmn14 I think because OSPOS was not designed as a full ERP solution (https://en.wikipedia.org/wiki/Enterprise_resource_planning) it may be difficult to get it to do what you are wanting. The sessions table...

With that said, you could potentially create a tab in the Employee manage view called Log and populate that with login times/dates (session start times) as well as potentially other...

> > > I have this @andriux1990 it seems like you have made quite a few enhancements. If you're willing, please submit some of these as pull requests and they...

@tmn14 If you're going to integrate it into OSPOS I recommend creating a branch, making your changes in that branch and then submitting it as a Pull Request. This makes...