All Questions
3 questions
1
vote
1
answer
67
views
Synchronize list of trees with DB using DRF serializer
Given the models below:
...
2
votes
1
answer
75
views
Dynamic Official Receipt increment algorithm
I made a function that would automatically generate official receipt for POS. it is able to accept format such as xxx, xxx-xxx, xx-xx.
But my code is really messy and horrible and it needs review. I ...
1
vote
1
answer
3k
views
Get time slots based on multiple workshops
I have a list of Workshops, each having open days (Monday, Tuesday etc.) and open time and close time (which will be same for each day). Now, Based on the current time, I need to find out next 7 days ...