Subversion Repositories SmartDukaan

Rev

Rev 13492 | Rev 13496 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13492 Rev 13494
Line 971... Line 971...
971
				if(order.getSource() == OrderSource.STORE.getValue()) {
971
				if(order.getSource() == OrderSource.STORE.getValue()) {
972
					invoiceTable.addCell(getAdvanceAmountCell(4));
972
					invoiceTable.addCell(getAdvanceAmountCell(4));
973
					invoiceTable.addCell(getPriceCell(order.getAdvanceAmount()));
973
					invoiceTable.addCell(getPriceCell(order.getAdvanceAmount()));
974
					invoiceTable.addCell(getPriceCell(order.getAdvanceAmount()));
974
					invoiceTable.addCell(getPriceCell(order.getAdvanceAmount()));
975
				}
975
				}
976
				totalAmount = totalAmount + order.getTotal_amount()-order.getGvAmount()-order.getAdvanceAmount();
976
				totalAmount = totalAmount + order.getTotal_amount()-order.getAdvanceAmount();
977
			}
977
			}
978
		}
978
		}
979
		
979
		
980
		invoiceTable.addCell(getTotalCell(4));      
980
		invoiceTable.addCell(getTotalCell(4));      
981
		invoiceTable.addCell(getRupeesCell());
981
		invoiceTable.addCell(getRupeesCell());