POINT OF SALE SYSTEM

2019-05-30 Thread Muhammed Bilal
Can a POS (point of sale) software be made in Django? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

How to Sum subtract and multiply two integer fields

2019-09-02 Thread Muhammed Bilal
class Add(models.Model): budget = models.IntegerField() Expense = models.IntegerField() Now I would like to do a complete calculation for example budget - Expense and budget + expense. Kindly hel me. -- You received this message because you are subscribed to the Google Groups "Djang